keith-turner commented on PR #5532: URL: https://github.com/apache/accumulo/pull/5532#issuecomment-2847811984
Manually tested this by running the unit test for the class and examining the log output. Saw the following. Also had to adjust the log config for the test run. ``` [main] WARN org.apache.accumulo.core.spi.compaction.DefaultCompactionPlanner [] - Unable to plan compaction for 42<< that has too many files. table.file.max:7 num_files:8 excluded_large_files:8 max_compaction_size:512.00M ratio_search_range:1.0625,3.0 [main] DEBUG org.apache.accumulo.core.spi.compaction.DefaultCompactionPlanner [] - Failed planning details for 42<< examined_file_sizes:[] excluded_file_sizes:[29.80G, 59.60G, 3.73G, 953.67M, 953.67M, 14.90G, 7.45G, 1.86G] [main] WARN org.apache.accumulo.core.spi.compaction.DefaultCompactionPlanner [] - Unable to plan compaction for 42<< that has too many files. table.file.max:7 num_files:9 excluded_large_files:3 max_compaction_size:512.00M ratio_search_range:1.0625,3.0 [main] DEBUG org.apache.accumulo.core.spi.compaction.DefaultCompactionPlanner [] - Failed planning details for 42<< examined_file_sizes:[10, 200, 4.10K, 86.13K, 1.77M, 37.09M] excluded_file_sizes:[778.98M, 335.48G, 15.98G] ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@accumulo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org