You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by xuchuanyin <gi...@git.apache.org> on 2018/04/23 01:23:30 UTC

[GitHub] carbondata pull request #2205: [CARBONDATA-2377][CarbonSearch] Support messa...

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

    https://github.com/apache/carbondata/pull/2205#discussion_r183260157
  
    --- Diff: core/src/main/java/org/apache/carbondata/core/constants/CarbonCommonConstants.java ---
    @@ -1671,6 +1673,17 @@
     
       public static final String CARBON_SEARCH_MODE_WORKER_PORT_DEFAULT = "10021";
     
    +  /**
    +   * If number of search request sent to Worker exceed this limit, Master will reschedule
    +   * the request to another worker. In such case, locality will be lost in HDFS scenario, but
    +   * it is find for S3 scenario.
    --- End diff --
    
    'find' -> fine


---