foster33
foster33
I was looking through some of the TODOs and came across one in `PerTableVolumeChooser.java`: https://github.com/apache/accumulo/blob/d3a02c9ccb79548caf037d27aa9b60c2a6c6b698/core/src/main/java/org/apache/accumulo/core/spi/fs/PerTableVolumeChooser.java#L40 The TODO discusses the changing of the name of the `PerTableVolumeChooser` class due to a...
There are currently test failures within VisitorFunctionTest relating to EasyMock expectations.
I think additional tests should be added to ensure we are covering more cases... But I have removed the WIP and this is now ready for review.
~~`LongRunningQueryTest.testLongRunningQueryWithSmallPageSize()` seems to be a flaky test due to short circuit timeouts. Looking into this.~~ Flaky test fixed.