You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kvrocks.apache.org by GitBox <gi...@apache.org> on 2022/09/20 11:24:27 UTC

[GitHub] [incubator-kvrocks] PragmaTwice commented on pull request #782: Add EVAL_RO

PragmaTwice commented on PR #782:
URL: https://github.com/apache/incubator-kvrocks/pull/782#issuecomment-1252212518

   > Another issue is phantom read in read-only mode but it can't be solved it in this PR:
   > 
   > For example:
   > 
   > ```
   > Time      Worker A       Worker B    
   > 
   >  T1         Get K0  
   > 
   >  T2                       Set K0 V0'
   > 
   >  T3         Get K0
   > ```
   
   Has this issue been resolved now?


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

To unsubscribe, e-mail: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org