[
https://issues.apache.org/jira/browse/KUDU-3591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17869749#comment-17869749
]
ASF subversion and git services commented on KUDU-3591:
-------------------------------------------------------
Commit 4116941c082be5d6e3addfe3f6b6d2ea468416e4 in kudu's branch
refs/heads/master from Yingchun Lai
[ https://gitbox.apache.org/repos/asf?p=kudu.git;h=4116941c0 ]
KUDU-3591 Fix the flaky test FsManagerTestBase.TestAddRemoveDataDirsFuzz
Reduce the failure rate of the test by lowering its loop
times. For example, when FLAGS_block_manager == "logr",
opens a data directory will open a RocksDB instance, it
consumes more time than that if FLAGS_block_manager == "log".
Change-Id: I56a03d64c8ababd63fe31fa1e7fce1efac3875e8
Reviewed-on: http://gerrit.cloudera.org:8080/21604
Tested-by: Kudu Jenkins
Reviewed-by: Alexey Serbin <[email protected]>
> FsManagerTestBase.TestAddRemoveDataDirsFuzz fails from time to time with
> RocksDB
> --------------------------------------------------------------------------------
>
> Key: KUDU-3591
> URL: https://issues.apache.org/jira/browse/KUDU-3591
> Project: Kudu
> Issue Type: Bug
> Components: fs, test
> Reporter: Alexey Serbin
> Priority: Major
> Attachments: fs_manager-test.txt.xz
>
>
> The fuzz test scenario FsManagerTestBase.TestAddRemoveDataDirsFuzz from time
> to time fails when run with the RocksDB option. I'm not sure whether the
> failure is just due to very long runtime, or something has stuck -- that's to
> be triaged. Below are a few lines from the log: they came just before the
> dump of the threads' stacks. The test was declared as failed because of
> exceeding the maximum unit test's run time. The full log is attached.
> {noformat}
> W20240713 01:16:21.454174 31297 fs_manager.cc:538] unable to create missing
> filesystem roots: Already present: FSManager roots already exist:
> /tmp/dist-test-taskLd2saP/test-tmp/fs_manager-test.0.BlockManagerTypes_FsManagerTestBase.TestAddRemoveDataDirsFuzz_7.1720832511594434-31297-0/new_data_849
> W20240713 01:16:21.635000 31297 dir_manager.cc:228] Invalid argument: could
> not initialize
> /tmp/dist-test-taskLd2saP/test-tmp/fs_manager-test.0.BlockManagerTypes_FsManagerTestBase.TestAddRemoveDataDirsFuzz_7.1720832511594434-31297-0/new_data_654/data:
> open RocksDB failed, path:
> /tmp/dist-test-taskLd2saP/test-tmp/fs_manager-test.0.BlockManagerTypes_FsManagerTestBase.TestAddRemoveDataDirsFuzz_7.1720832511594434-31297-0/new_data_654/data/rdb:
> Invalid argument:
> /tmp/dist-test-taskLd2saP/test-tmp/fs_manager-test.0.BlockManagerTypes_FsManagerTestBase.TestAddRemoveDataDirsFuzz_7.1720832511594434-31297-0/new_data_654/data/rdb/CURRENT:
> does not exist (create_if_missing is false)
> ...
> F20240713 01:16:37.134395 31300 test_main.cc:63] Maximum unit test time
> exceeded (870 sec)
> {noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)