keith-turner commented on a change in pull request #1080: Parallelize
TransactionImpl.readUnread()
URL: https://github.com/apache/fluo/pull/1080#discussion_r340286458
##########
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:
`locksSeen` should be named `readLocksSeen`
----------------------------------------------------------------
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