Jackie-Jiang commented on a change in pull request #5169: Table level timeout 
implementation
URL: https://github.com/apache/incubator-pinot/pull/5169#discussion_r396730108
 
 

 ##########
 File path: 
pinot-broker/src/main/java/org/apache/pinot/broker/routing/RoutingManager.java
 ##########
 @@ -450,11 +458,22 @@ public TimeBoundaryInfo getTimeBoundaryInfo(String 
offlineTableName) {
     return timeBoundaryManager != null ? 
timeBoundaryManager.getTimeBoundaryInfo() : null;
   }
 
+  /**
+   * Returns the timeout in milliseconds for the given table, or {@code null} 
if the timeout is not configured in the
+   * table config.
+   */
+  @Nullable
+  public Long getTimeoutMs(String tableNameWithType) {
 
 Review comment:
   I don't quite understand this comment. This is the timeout for the table 
specified in the table config

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


With regards,
Apache Git Services

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

Reply via email to