kitswas commented on PR #2712:
URL: https://github.com/apache/accumulo/pull/2712#issuecomment-1134962207

   > Tests often use mock objects to test specific code paths. When you change 
the behavior of the code, you can break certain assumptions that the test code 
is relying on. 
   
   Instead of breaking those assumptions, commit 
6189662b0766debf42d199e148e8f52a9c6fe13c tries to conform to them by using the 
new property `Property.GENERAL_THREADPOOL_SIZE` whenever the conflict 
resolution fails.  
   The old code used `Property.GENERAL_SIMPLETIMER_THREADPOOL_SIZE` in all 
situations, no matter what the value of the argument `conf` was.
   


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