keith-turner opened a new issue #948: Investigate parallelizing 
TransactionImpl.readUnread() 
URL: https://github.com/apache/fluo/issues/948
 
 
   When a transaction only writes to a row+col and then has a collision Fluo 
will read the row+col after the collision to look for orphaned locks.  If there 
are multiple row+cols then the code reads them one at time.  The could possibly 
be parallelized by calling some of the existing methods in Fluo that read 
multiple row+cols at once.
   
   The code in question is at [TransactionImpl line 
519](https://github.com/apache/fluo/blob/rel/fluo-1.1.0-incubating/modules/core/src/main/java/org/apache/fluo/core/impl/TransactionImpl.java#L519)
 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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