mikewalch commented on a change in pull request #953: fixes #917 Added read 
locks
URL: https://github.com/apache/fluo/pull/953#discussion_r148025151
 
 

 ##########
 File path: 
modules/api/src/main/java/org/apache/fluo/api/client/TransactionBase.java
 ##########
 @@ -60,4 +60,26 @@
    * encoded using UTF-8.
    */
   void setWeakNotification(CharSequence row, Column col);
+
+  /**
+   * Normally when a Fluo transaction reads data and does not write to it, it 
will not collide with
+   * other transactions making concurrent writes. However, all reads done 
using this method will
 
 Review comment:
   Could replace `However, all reads` with `When this method is called, all 
reads will acquire a read lock`.

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