Manno15 opened a new pull request #2084:
URL: https://github.com/apache/accumulo/pull/2084


   Potential fix for #2035. 
   
   The issue with #2035 occurs at 
https://github.com/apache/accumulo/blob/30ce59fd94f51b60a30ced328156f02d3223330b/server/tserver/src/main/java/org/apache/accumulo/tserver/AssignmentHandler.java#L175
   
   If an iterator is misconfigured, this line will never complete and hang in 
`MinorCompactor.java`. This potential fix adds a retry counter (only a small 
amount of retries for testing purposes), solely used when the reason for the 
minor compaction is recovery. The exception thrown is just a placeholder for 
now. 
   
   The result from this change is the exception thrown allows the assignments 
to get rescheduled so other tablets can be loaded in. 


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

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


Reply via email to