You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@carbondata.apache.org by ravikiran23 <gi...@git.apache.org> on 2016/09/01 06:21:33 UTC

[GitHub] incubator-carbondata pull request #116: [CARBONDATA-198] System level lock f...

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

    https://github.com/apache/incubator-carbondata/pull/116#discussion_r77119210
  
    --- Diff: core/src/main/java/org/apache/carbondata/core/constants/CarbonCommonConstants.java ---
    @@ -904,6 +904,27 @@
        */
       public static final int DEFAULT_CARBON_BLOCKLETDISTRIBUTION_MIN_REQUIRED_SIZE = 2;
     
    +  /**
    +   * File created in case of minor compaction request
    +   */
    +  public static String minorCompactionRequiredFile = "compactionRequired_minor";
    +
    +  /**
    +   * File created in case of major compaction request
    +   */
    +  public static String majorCompactionRequiredFile = "compactionRequired_major";
    +
    +  /**
    +   * Property for enabling system level compaction lock.1 compaction can run at once.
    +   */
    +  public static String ENABLE_SYSTEM_LEVEL_COMPACTION_LOCK =
    +      "carbon.enable.systemlevel.compaction.lock";
    --- End diff --
    
    fixed. 


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---