kevinrr888 opened a new pull request, #4730:
URL: https://github.com/apache/accumulo/pull/4730

   Closes #4460
   - Confirmed that these changes fix the issue: no longer shows hints on 
SYSTEM compactions which follow a USER compaction that had hints
   - This may not be the best way to fix this issue but this keeps the amount 
of code changes small. Figured filtering them out at the time they are logged 
may not be the best approach in case these incorrect hints would be seen/used 
deeper in the code. But also didn't filter them out at the deepest level where 
they are set. This would have required larger refactoring.
   - This issue made me think that maybe these execution hints would carry over 
to new USER compactions. For example, if a user compaction is initiated with 
execution hints "hints1", and later another user compaction was initiated with 
no execution hints, we may still see "hints1". I confirmed that this is not the 
case.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to