Github user jackylk commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2205#discussion_r183262237
--- 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 --
fixed
---