jkosh44 commented on a change in pull request #1080: Parallelize
TransactionImpl.readUnread()
URL: https://github.com/apache/fluo/pull/1080#discussion_r340386533
##########
File path:
modules/core/src/main/java/org/apache/fluo/core/impl/TransactionImpl.java
##########
@@ -293,6 +275,28 @@ public Bytes get(Bytes row, Column column) {
return ret;
}
+ private Map<RowColumn, Bytes> getImpl(Collection<RowColumn> rowColumns,
+ Map<Bytes, Set<Column>> locksSeen) {
Review comment:
Updated to remove param. Nothing ever calls this method with anything but
the instance variable `readLocksSeen` so this method now directly uses that
object.
----------------------------------------------------------------
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