[ https://issues.apache.org/jira/browse/KUDU-3462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alexey Serbin updated KUDU-3462: -------------------------------- Description: The TestContainerBlockLimitingByMetadataSizeWithCompaction scenario of the LogBlockManagerTest sometimes fails with messages like the following: {noformat} src/kudu/fs/log_block_manager-test.cc:1343: Failure Expected: (FLAGS_log_container_metadata_max_size * FLAGS_log_container_metadata_size_before_compact_ratio) >= (file_size), actual: 26214.4 vs 31565 {noformat} I'm attaching the full log generated by one of the pre-commit test runs (ASAN). To reproduce the flakiness, build the test in ASAN configuration and run the scenario with the {{\-\-stress_cpu_threads=16}} extra flag. was: The TestContainerBlockLimitingByMetadataSizeWithCompaction scenario of the LogBlockManagerTest sometimes fails with messages like the following: {noformat} src/kudu/fs/log_block_manager-test.cc:1343: Failure Expected: (FLAGS_log_container_metadata_max_size * FLAGS_log_container_metadata_size_before_compact_ratio) >= (file_size), actual: 26214.4 vs 31565 {noformat} I'm attaching the full log generated by one of the pre-commit test runs (ASAN). A good > LogBlockManagerTest.TestContainerBlockLimitingByMetadataSizeWithCompaction > sometimes fails > ------------------------------------------------------------------------------------------ > > Key: KUDU-3462 > URL: https://issues.apache.org/jira/browse/KUDU-3462 > Project: Kudu > Issue Type: Bug > Components: test > Affects Versions: 1.17.0 > Reporter: Alexey Serbin > Priority: Minor > Attachments: log_block_manager-test.txt.xz > > > The TestContainerBlockLimitingByMetadataSizeWithCompaction scenario of the > LogBlockManagerTest sometimes fails with messages like the following: > {noformat} > src/kudu/fs/log_block_manager-test.cc:1343: Failure > Expected: (FLAGS_log_container_metadata_max_size * > FLAGS_log_container_metadata_size_before_compact_ratio) >= (file_size), > actual: 26214.4 vs 31565 > {noformat} > I'm attaching the full log generated by one of the pre-commit test runs > (ASAN). > To reproduce the flakiness, build the test in ASAN configuration and run the > scenario with the {{\-\-stress_cpu_threads=16}} extra flag. -- This message was sent by Atlassian Jira (v8.20.10#820010)