You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2022/09/28 19:32:32 UTC

[GitHub] [pinot] walterddr commented on a diff in pull request #9481: fix regression due to refactoring

walterddr commented on code in PR #9481:
URL: https://github.com/apache/pinot/pull/9481#discussion_r982789207


##########
pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/LLRealtimeSegmentDataManager.java:
##########
@@ -1433,7 +1433,7 @@ public StreamPartitionMsgOffset fetchLatestStreamOffset(long maxWaitTimeMs) {
     try {
       return _partitionMetadataProvider.fetchStreamPartitionOffset(OffsetCriteria.LARGEST_OFFSET_CRITERIA,
           maxWaitTimeMs);
-    } catch (TimeoutException e) {

Review Comment:
   Plz fix linter



-- 
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: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org