jkosh44 commented on issue #948: Investigate parallelizing TransactionImpl.readUnread() URL: https://github.com/apache/fluo/issues/948#issuecomment-545254418 Gotcha, we could go a similar route of `Map<Column, Bytes> getImpl(Bytes row, Set<Column> columns, Consumer<Entry<Key, Value>> locksSeen)` and create a `public Map<RowColumn, Bytes> getImpl(Collection<RowColumn> rowColumns, Map<Bytes, Set<Column>> locksSeen)` method which allows you to provide the `locksSeen` for the `ParallelSnapshotScanner` constructor.
---------------------------------------------------------------- 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
