DomGarguilo commented on PR #4466: URL: https://github.com/apache/accumulo/pull/4466#issuecomment-2061572424
This test is failing at the moment but I wanted to put up what I have so far because, to me, it seems like it should be testing things correctly. The issue is probably with my assumptions in setting the test but may be correctly pointing to a bug. The test essentially sets things up so that there are compactions queued (with no compactors running that would carry out the compactions) and then the compaction settings are changed so that compactions no longer need to happen. It is expected that the queue would be emptied but I do not see that happening. Here is a portion of the logs while the test is waiting for the queue to be emptied: ``` 2024-04-17T10:45:10,652 55 [compaction.CompactionPriorityQueueMetricsIT] INFO : Queue size: 6 Jobs Queued: 6 Jobs Dequeued: 0 Jobs Rejected: 96 2024-04-17T10:45:14,153 55 [compaction.CompactionPriorityQueueMetricsIT] INFO : Queue size: 6 Jobs Queued: 6 Jobs Dequeued: 0 Jobs Rejected: 99 2024-04-17T10:45:17,653 55 [compaction.CompactionPriorityQueueMetricsIT] INFO : Queue size: 6 Jobs Queued: 6 Jobs Dequeued: 0 Jobs Rejected: 102 2024-04-17T10:45:21,153 55 [compaction.CompactionPriorityQueueMetricsIT] INFO : Queue size: 6 Jobs Queued: 6 Jobs Dequeued: 0 Jobs Rejected: 102 2024-04-17T10:45:24,654 55 [compaction.CompactionPriorityQueueMetricsIT] INFO : Queue size: 6 Jobs Queued: 6 Jobs Dequeued: 0 Jobs Rejected: 105 2024-04-17T10:45:28,154 55 [compaction.CompactionPriorityQueueMetricsIT] INFO : Queue size: 6 Jobs Queued: 6 Jobs Dequeued: 0 Jobs Rejected: 108 ``` These are the last logs before the test times out. Note the queue sizes and the Jobs rejected. -- 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