You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
client_merge_test.go:1833: storage/replica_command.go:595: merge of range into 1 failed: waiting for all right-hand replicas to catch up: rpc error: code = DeadlineExceeded desc = context deadline exceeded
Haven't looked in detail, but could just have hit the 10s (?) timeout we have on this req.
This test needs to wait for store2 to process the split before it blocks
traffic to the LHS of the merge. The old approach admitted a race where
it would proceed before store2's replica of the RHS was initialized.
Fixcockroachdb#32590.
Release note: None
32609: storage: deflake TestStoreRangeMergeSlowAbandonedFollower r=tschottdorf a=benesch
This test needs to wait for store2 to process the split before it blocks
traffic to the LHS of the merge. The old approach admitted a race where
it would proceed before store2's replica of the RHS was initialized.
Fix#32590.
Release note: None
Co-authored-by: Nikhil Benesch <nikhil.benesch@gmail.com>
The following tests appear to have failed on master (test): TestStoreRangeMergeSlowAbandonedFollower
You may want to check for open issues.
#1025428:
Please assign, take a look and update the issue accordingly.
The text was updated successfully, but these errors were encountered: