hit-lacus commented on a change in pull request #1464:
URL: https://github.com/apache/kylin/pull/1464#discussion_r513219639
##########
File path:
core-common/src/main/java/org/apache/kylin/common/KylinConfigBase.java
##########
@@ -2879,6 +2879,18 @@ public boolean isAutoStartSparder() {
return
Boolean.parseBoolean(this.getOptional("kylin.query.auto-sparder-context",
"false"));
}
+ public int getSparderCanaryErrorResponseMs() {
Review comment:
I wonder if we can see any short but clear comments here for Kylin user.
----------------------------------------------------------------
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:
[email protected]