shounakmk219 commented on code in PR #19278:
URL: https://github.com/apache/pinot/pull/19278#discussion_r3946791892


##########
pinot-core/src/main/java/org/apache/pinot/core/common/MinionConstants.java:
##########
@@ -53,6 +53,10 @@ private MinionConstants() {
   public static final String INITIAL_RETRY_DELAY_MS_KEY = 
"initialRetryDelayMs";
   public static final String RETRY_SCALE_FACTOR_KEY = "retryScaleFactor";
 
+  /// Per-task socket timeout (ms) for the minion -> controller segment upload 
request. Defaults to
+  /// 
[org.apache.pinot.common.utils.http.HttpClient#DEFAULT_SOCKET_TIMEOUT_MS] when 
unset.
+  public static final String SEGMENT_UPLOAD_REQUEST_TIMEOUT_MS_KEY = 
"segmentUploadRequestTimeoutMs";

Review Comment:
   This can be a follow up to setup Tls spec on minion tasks



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to