jkosh44 commented on issue #948: Investigate parallelizing TransactionImpl.readUnread() URL: https://github.com/apache/fluo/issues/948#issuecomment-544760427 I was also thinking, though I haven't fully thought it through yet, that we could change `readUnread(CommitData cd, Consumer<Entry<Key, Value>> locksSeen)` and some of the other helper methods to return a CompletableFutures and chain them together with `thenComposeAsync`. That way if we go with the completable future method above we wouldn't have to block with `.get()`.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
