Alexey Serbin created KUDU-3613: ----------------------------------- Summary: ReplaceTabletITest.ReplaceTabletsWhileWriting fails from time to time Key: KUDU-3613 URL: https://issues.apache.org/jira/browse/KUDU-3613 Project: Kudu Issue Type: Bug Reporter: Alexey Serbin Attachments: replace_tablet-itest.txt.xz
The ReplaceTabletsWhileWriting scenario of the ReplaceTabletITest test fails from time to time with error like below: {noformat} I20240903 18:48:30.731338 2161 replace_tablet-itest.cc:78] Replacing tablet 84944f0d32304f639244185c3ea9323a I20240903 18:48:30.731984 2195 master_service.cc:946] ReplaceTablet: received request to replace tablet 84944f0d32304f639244185c3ea9323a from {username='slave'} at 127.0.0.1:52450 src/kudu/integration-tests/replace_tablet-itest.cc:121: Failure Failed Bad status: Not found: Tablet 84944f0d32304f639244185c3ea9323a already deleted I20240903 18:48:30.735751 2764 ts_tablet_manager.cc:1918] T 84944f0d32304f639244185c3ea9323a P 21583b3f42394236b177d3789a521308: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 1.213 {noformat} The full log is attached (ASAN build). -- This message was sent by Atlassian Jira (v8.20.10#820010)