kumarvishal09 commented on a change in pull request #3281: [WIP]Index server performance improvement
URL:
https://github.com/apache/carbondata/pull/3281#discussion_r293677114
##########
File path: core/src/main/java/org/apache/carbondata/core/constants/CarbonCommonConstants.java
##########
@@ -2189,9 +2189,18 @@ private CarbonCommonConstants() {
public static final String LOAD_SYNC_TIME = "load_sync_time";
- public static final String CARBON_INDEX_SERVER_JOBNAME_LENGTH =
+ public static final String CARBON_INDEX_SERVER_JOBNAME_LENGTH =
"carbon.index.server.max.jobname.length";
- public static final String CARBON_INDEX_SERVER_JOBNAME_LENGTH_DEFAULT =
+ public static final String CARBON_INDEX_SERVER_JOBNAME_LENGTH_DEFAULT =
"50";
+
+ public static final String CARBON_INDEX_SERVER_SERIALIZATION_THRESHOLD =
Review comment:
fixed
----------------------------------------------------------------
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:
[hidden email]
With regards,
Apache Git Services