Alexey Serbin created KUDU-3598:
-----------------------------------
Summary:
ReplicatedAlterTableTest.AlterReplicationFactorWhileScanning fails from time to
time
Key: KUDU-3598
URL: https://issues.apache.org/jira/browse/KUDU-3598
Project: Kudu
Issue Type: Bug
Components: test
Reporter: Alexey Serbin
Attachments: alter_table-test.txt.xz
The ReplicatedAlterTableTest.AlterReplicationFactorWhileScanning test scenario
fails from time to time (at least in TSAN builds) with error output like below.
The full log is attached.
{noformat}
src/kudu/integration-tests/alter_table-test.cc:327: Failure
Expected equality of these values:
replication_factor
Which is: 3
actual_replica_count
Which is: 2
src/kudu/util/test_util.cc:395: Failure
Failed
Timed out waiting for assertion to pass.
src/kudu/integration-tests/alter_table-test.cc:2476: Failure
Expected: VerifyTabletReplicaCount(3, VerifyRowCount::kEnable) doesn't generate
new fatal failures in the current thread.
Actual: it does.
src/kudu/util/test_util.cc:395: Failure
Failed
Timed out waiting for assertion to pass.
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)