Alexey Serbin created KUDU-3059:
-----------------------------------
Summary: BadMultiMasterAuthzTokenTest.TestMasterElectionStorms
sometimes fails
Key: KUDU-3059
URL: https://issues.apache.org/jira/browse/KUDU-3059
Project: Kudu
Issue Type: Bug
Components: test
Affects Versions: 1.12.0
Reporter: Alexey Serbin
Attachments: authz_token-itest.txt.xz
The {{BadMultiMasterAuthzTokenTest.TestMasterElectionStorms}} sometimes fails
with error:
{noformat}
W0220 09:52:12.488720 979 meta_cache.cc:767] Timed out: LookupRpc { table:
'test-table', partition-key: (<start>), attempt: 2 } failed: LookupRpc timed
out after deadline expired: LookupRpc { table: 'test-table', partition-key:
(<start>), attempt: 2 } passed its deadline: Timed out: ConnectToMaster RPC to
127.0.63.188:41325 timed out after 0.335s (SENT)
src/kudu/integration-tests/authz_token-itest.cc:507: Failure
Failed
Bad status: Timed out: LookupRpc { table: 'test-table', partition-key:
(<start>), attempt: 2 } failed: LookupRpc timed out after deadline expired:
LookupRpc { table: 'test-table', partition-key: (<start>), attempt: 2 } passed
its deadline: Timed out: ConnectToMaster RPC to 127.0.63.188:41325 timed out
after 0.335s (SENT)
{noformat}
This particular case was in TSAN build. The log is attached.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)