keith-turner opened a new issue #948: Add a yielding filter URL: https://github.com/apache/accumulo/issues/948 It seems like a yielding filter would be useful to add to Accumulo. Could add an option like `yield.time` to the existing filter base class. The downside of adding an option to the existing class is that it may conflict with user filter options. Could also create a new class, but that option would not benefit existing implementations of Filter. Below is a link to a yielding filter I created for performance testing for apache/accumulo-testing#56 https://github.com/apache/accumulo-testing/blob/71a788e8c94e0e2e1b7afcfc98b8bb7797d00504/src/main/java/org/apache/accumulo/testing/performance/tests/YieldingFilter.java
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
