You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2022/12/14 11:10:31 UTC

[GitHub] [accumulo] cshannon commented on pull request #3121: Replace UtilWaitThread.sleepUninterruptibly with guava equivalent

cshannon commented on PR #3121:
URL: https://github.com/apache/accumulo/pull/3121#issuecomment-1350984045

   It definitely makes sense to me to first try and use native Java code/utilities when possible, such lambdas instead of Guavas iterable utilities, but if something doesn't exist I think it would be fine to use the utility in Guava or something like a Commons library so we don't have to re-invent the wheel, assuming the plan isn't to actually remove the dependency entirely at some point.
   


-- 
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-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org