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

   Closes #4075
   Changes:
   - CompactionFinalizer
        - Added compactionId to log of compaction failure (tableId is already 
included from 'ecfs')
   - CompactionCoordinator
        - Added extent/tableId to log of compaction failure (compactionId 
already included)
   - CompactableImpl
        - Added extent/tableId to two logs of compaction failure (compactionId 
already included)
   - Compactor
        - Added extent/tableId and compactionId to three of the logs
   - ExternalDoNothingCompactor
        - Added extent/tableId and compactionId to log of compaction failure
   - DeadCompactionDetector
        - Added extent/tableId to log (compactionId already included)
   - FileCompactor
        - Added extent/tableId, input files, output file, iterators, and thread 
start time to log when error occurs
   
   Potentially still left TODO:
   - Any more logs that need to be changed?
   - Any of the logs I changed that shouldn't have been?
   - Other requested changes?


-- 
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