jkosh44 commented on a change in pull request #1080: Parallelize 
TransactionImpl.readUnread()
URL: https://github.com/apache/fluo/pull/1080#discussion_r340422448
 
 

 ##########
 File path: 
modules/core/src/main/java/org/apache/fluo/core/impl/TransactionImpl.java
 ##########
 @@ -641,16 +634,8 @@ private void checkForOrphanedReadLocks(CommitData cd, 
Map<Bytes, Set<Column>> lo
   }
 
   private void checkForOrphanedLocks(CommitData cd) throws Exception {
-
-    Map<Bytes, Set<Column>> locksSeen = new HashMap<>();
-
-    readUnread(cd, kve -> {
 
 Review comment:
   Those for the explanation, I've made the changes.

----------------------------------------------------------------
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

Reply via email to