You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2019/06/17 10:30:29 UTC

[GitHub] [ignite] anton-vinogradov commented on a change in pull request #5656: IGNITE-10663 Read Repair

anton-vinogradov commented on a change in pull request #5656: IGNITE-10663 Read Repair
URL: https://github.com/apache/ignite/pull/5656#discussion_r294233887
 
 

 ##########
 File path: modules/core/src/main/java/org/apache/ignite/internal/processors/cache/CacheOperationContext.java
 ##########
 @@ -70,19 +73,13 @@
      */
     public CacheOperationContext() {
         skipStore = false;
-
         subjId = null;
-
         keepBinary = false;
-
         expiryPlc = null;
-
         noRetries = false;
-
         recovery = false;
-
+        readRepair = false;
 
 Review comment:
   please recheck, seems that in strictly not required.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services