Github user ebortnik commented on a diff in the pull request:

    https://github.com/apache/incubator-omid/pull/12#discussion_r129018617
  
    --- Diff: 
transaction-client/src/main/java/org/apache/omid/transaction/AbstractTransactionManager.java
 ---
    @@ -58,6 +58,8 @@
     
         private static final Logger LOG = 
LoggerFactory.getLogger(AbstractTransactionManager.class);
     
    +    public final static int NUM_OF_CHECKPOINTS = 50;
    --- End diff --
    
    Suggest to change the name to MAX_CHECKPOINTS_PER_TXN


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to