You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by GitBox <gi...@apache.org> on 2021/02/09 08:00:04 UTC

[GitHub] [storm] srdo commented on pull request #3377: [STORM-3404]KafkaOffsetLagUtil cant pull the offset correctly

srdo commented on pull request #3377:
URL: https://github.com/apache/storm/pull/3377#issuecomment-775747115


   @wxy929629 Thanks. Could you fix the checkstyle issues that have been introduced? The build output has the following lines
   
   ```
   [WARN] /home/travis/build/apache/storm/external/storm-kafka-monitor/src/main/java/org/apache/storm/kafka/monitor/KafkaOffsetLagUtil.java:147:86: WhitespaceAround: '{' is not preceded with whitespace. [WhitespaceAround]
   
   [WARN] /home/travis/build/apache/storm/external/storm-kafka-monitor/src/main/java/org/apache/storm/kafka/monitor/KafkaOffsetLagUtil.java:149: 'if rcurly' has incorrect indentation level 14, expected level should be 16. [Indentation]
   ````
   
   I.e. there's some indentation that needs to be fixed in the lines you added.


----------------------------------------------------------------
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:
users@infra.apache.org