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

 ##########
 File path: 
pinot-broker/src/main/java/org/apache/pinot/broker/broker/helix/BrokerUserDefinedMessageHandlerFactory.java
 ##########
 @@ -115,17 +121,15 @@ public HelixTaskResult handleMessage() {
 
     @Override
     public void onError(Exception e, ErrorCode errorCode, ErrorType errorType) 
{
-      LOGGER.error("Caught exception while updating query quota of table: {} 
(code: {}, type: {})", _tableNameWithType,
-          errorCode, errorType, e);
+      LOGGER.error("Caught exception while refreshing table config for table: 
{} (code: {}, type: {})",
 
 Review comment:
   Done

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