There error is thrown when we don't detect Unsafe. I have sporadically had this experience., I don't know why the failure occurs ever.
We should probably add a more meaningful exception earlier on. On Mar 28, 2014 2:38 PM, "Jason Altekruse" <[email protected]> wrote: > Hello Drillers, > > I have been running into an issue with running tests in intellij. There > does not seem to be a consistent cause, but it manifests in consistent > error occurring. It can been seen in lilith, but is not caught by Drill and > causes queries to spin endlessly. The actual message leads to a line of > code in our forked PooledByteBufAllocatorL which has been replaced by an > explicit throwing of an exception (I do not believe we are supposed to be > getting down this code path in regular execution but there isn't a note in > the code about why the exception is being thrown its just an > UnsupportedOperatorException). > > The best I can guess is it is related to left over remnants from previous > tests (it seems to happen less frequently if I leave a few seconds between > test runs). > > Has anyone else experienced this? > > -Jason > >
