Alexey Serbin created KUDU-3655: ----------------------------------- Summary: TxnOpDispatcherITest.TxnWriteWhileReplicaDeleted fails from time to time Key: KUDU-3655 URL: https://issues.apache.org/jira/browse/KUDU-3655 Project: Kudu Issue Type: Bug Components: test, transactions Reporter: Alexey Serbin Attachments: txn_write_ops-itest.txt.xz
TxnOpDispatcherITest.TxnWriteWhileReplicaDeleted fails sometimes with the error output like below (generated by a TSAN build): {noformat} src/kudu/integration-tests/txn_write_ops-itest.cc:2049: Failure Value of: op_status.ToString() Expected: has substring "STOPPED" Actual: "Timed out: Failed to write batch of 1 ops to tablet 86ab3c173bbd46a3a140d1a35a06de4e after 137 attempt(s): LookupRpc { table: 'txn_op_dispatcher_test', partition-key: (HASH (key): 1, RANGE (key): -9223372036854775808), attempt: 1 } failed: LookupRpc timed out after deadline expired: GetTableLocations RPC to 127.22.100.190:39311 timed out after 0.001s (SENT)" {noformat} Full log is attached. -- This message was sent by Atlassian Jira (v8.20.10#820010)