-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Closed
Labels
A-testingTesting tools and infrastructureTesting tools and infrastructureC-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.C-test-failureBroken test (automatically or manually discovered).Broken test (automatically or manually discovered).O-robotOriginated from a bot.Originated from a bot.P-3Issues/test failures with no fix SLAIssues/test failures with no fix SLAT-kvKV TeamKV TeamX-nostaleMarks an issue/pr that should be ignored by the stale botMarks an issue/pr that should be ignored by the stale botbranch-release-25.2
Description
kv/kvserver.TestRaftTracing failed on release-25.2 @ 8b09c04432af7832135fb4085bbb02a20662a500:
| github.com/cockroachdb/cockroach/pkg/testutils.RunValues[...].func1
| pkg/testutils/subtest.go:23
| testing.tRunner
| GOROOT/src/testing/testing.go:1690
| runtime.goexit
| src/runtime/asm_amd64.s:1700
Wraps: (2) unable to find regexp 6 ("(?ms)ack-ing replication success to the client") in remaining string:
|
| [71-72]
| 6.034ms 1.183ms event:kv/kvserver/replica_raft.go:1315 [n1,s1,r75/1:/{Table/Max-Max}] applied entries [71-72]
| 6.105ms 0.071ms event:kv/kvserver/replica_raft.go:1315 [n1,s1,r75/1:/{Table/Max-Max}] unregistered log index 72 from tracing
| 4.895ms -1.210ms === operation:local proposal _verbose:1 node:1 store:1 range:75/1:/{Table/Max-Max} raft:
| 5.511ms 0.616ms event:kv/kvserver/app_batch.go:116 [n1,s1,r75/1:/{Table/Max-Max},raft] applying command
| 5.865ms 0.354ms event:kv/kvserver/replica_application_state_machine.go:185 [n1,s1,r75/1:/{Table/Max-Max},raft] LocalResult (reply: (err: <nil>), *kvpb.PutResponse, #encountered intents: 0, #acquired locks: 0, #resolved locks: 0#updated txns: 0 #end txns: 0, PopulateBarrierResponse:false RepopulateSubsumeResponse:false GossipFirstRange:false MaybeGossipSystemConfig:false MaybeGossipSystemConfigIfHaveFailure:false MaybeAddToSplitQueue:false MaybeGossipNodeLiveness:<nil>
|
|
| after having matched:
|
| 0.000ms 0.000ms === operation:test _verbose:1
| 0.000ms 0.000ms [executeWriteBatch: {count: 1, duration 6ms}]
| 0.000ms 0.000ms [raft trace: {count: 1, duration 4ms}]
| 0.000ms 0.000ms [local proposal: {count: 1, duration 1ms}]
| 0.172ms 0.172ms event:kv/kvserver/store_send.go:149 [n1,s1] executing Put [/Table/Max]
| 0.255ms 0.083ms event:kv/kvserver/replica_send.go:175 [n1,s1,r75/1:/{Table/Max-Max}] read-write path
| 0.347ms 0.092ms event:kv/kvserver/concurrency/concurrency_manager.go:258 [n1,s1,r75/1:/{Table/Max-Max}] sequencing request
| 0.415ms 0.068ms event:kv/kvserver/concurrency/concurrency_manager.go:339 [n1,s1,r75/1:/{Table/Max-Max}] acquiring latches
| 0.494ms 0.079ms event:kv/kvserver/concurrency/concurrency_manager.go:383 [n1,s1,r75/1:/{Table/Max-Max}] scanning lock table for conflicting locks
| 0.515ms 0.021ms === operation:executeWriteBatch _verbose:1 node:1 store:1 range:75/1:/{Table/Max-Max}
| 0.515ms 0.000ms [raft trace: {count: 1, duration 4ms}]
| 0.515ms 0.000ms [local proposal: {count: 1, duration 1ms}]
| 0.667ms 0.152ms event:kv/kvserver/replica_write.go:176 [n1,s1,r75/1:/{Table/Max-Max}] applied timestamp cache
| 0.739ms 0.073ms event:kv/kvserver/replica_write.go:432 [n1,s1,r75/1:/{Table/Max-Max}] executing read-write batch
| 1.175ms 0.436ms event:kv/kvserver/replica_evaluate.go:563 [n1,s1,r75/1:/{Table/Max-Max}] evaluated Put command header:<key:"\372" > value:<raw_bytes:"\000\000\000\000\003value-50" timestamp:<> > , txn=<nil> : resp=header:<> , err=<nil>
| 1.266ms 0.091ms event:kv/kvserver/replica_proposal.go:1050 [n1,s1,r75/1:/{Table/Max-Max}] need consensus on write batch with op count=1
| 1.390ms 0.124ms event:kv/kvserver/replica_raft.go:118 [n1,s1,r75/1:/{Table/Max-Max}] evaluated request
| 1.494ms 0.105ms event:kv/kvserver/replica_raft.go:173 [n1,s1,r75/1:/{Table/Max-Max}] proposing command to write 0 new keys, 1 new values, 0 new intents, write batch size=48 bytes
| 1.576ms 0.081ms event:kv/kvserver/replica_raft.go:287 [n1,s1,r75/1:/{Table/Max-Max}] acquiring proposal quota (199 bytes)
| 1.677ms 0.102ms event:kv/kvserver/replica_raft.go:482 [n1,s1,r75/1:/{Table/Max-Max}] submitting proposal to proposal buffer
| 1.802ms 0.124ms event:kv/kvserver/replica_proposal_buf.go:566 [n1,s1,r75/1:/{Table/Max-Max}] flushing proposal to Raft
| 1.830ms 0.028ms === operation:raft trace _verbose:1 node:1 store:1 range:75/1:/{Table/Max-Max}
| 1.981ms 0.151ms event:kv/kvserver/replica_proposal_buf.go:1192 [n1,s1,r75/1:/{Table/Max-Max}] registering local trace i72/958.82e4
| 2.149ms 0.168ms event:kv/kvserver/replica_raft.go:1988 [n1,s1,r75/1:/{Table/Max-Max}] 1->2 MsgApp Term:6 Log:6/71 Entries:[72-72]
| 2.266ms 0.117ms event:kv/kvserver/replica_raft.go:1988 [n1,s1,r75/1:/{Table/Max-Max}] 1->3 MsgApp Term:6 Log:6/71 Entries:[72-72]
| 2.364ms 0.099ms event:kv/kvserver/replica_raft.go:1250 [n1,s1,r75/1:/{Table/Max-Max}] appended entries [72-72] at leader term 6
| 2.594ms 0.230ms event:kv/kvserver/replica_raft.go:1967 [n1,s1,r75/1:/{Table/Max-Max}] synced log storage write at mark {Term:6 Index:72}
| 4.612ms 2.018ms event:kv/kvserver/replica_raft.go:671 [n1,s1,r75/1:/{Table/Max-Max}] 3->1 MsgAppResp Term:6 Index:72
| 4.851ms 0.240ms event:kv/kvserver/replica_raft.go:1112 [n1,s1,r75/1:/{Table/Max-Max}] applying entries
Error types: (1) *withstack.withStack (2) *errutil.leafError
Test: TestRaftTracing/lease-type=LeaseLeader
--- FAIL: TestRaftTracing/lease-type=LeaseLeader (5.83s)
Parameters:
attempt=1race=truerun=3shard=45
Same failure on other branches
- kv/kvserver: TestRaftTracing failed #152666 kv/kvserver: TestRaftTracing failed [A-testing C-bug C-test-failure O-robot P-3 T-kv X-duplicate X-nostale branch-release-25.3]
This test on roachdash | Improve this report!
Jira issue: CRDB-61596
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-testingTesting tools and infrastructureTesting tools and infrastructureC-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.C-test-failureBroken test (automatically or manually discovered).Broken test (automatically or manually discovered).O-robotOriginated from a bot.Originated from a bot.P-3Issues/test failures with no fix SLAIssues/test failures with no fix SLAT-kvKV TeamKV TeamX-nostaleMarks an issue/pr that should be ignored by the stale botMarks an issue/pr that should be ignored by the stale botbranch-release-25.2