ctubbsii commented on issue #2362: URL: https://github.com/apache/accumulo/issues/2362#issuecomment-973242011
I think I have a fix for this. We're using instanceof to enforce that the BlockingQueue only contains InternalJob types, and not other Runnables. However, I think we can do this at compile time with better generics instead of waiting until runtime. -- 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]
