kirktrue commented on PR #14670: URL: https://github.com/apache/kafka/pull/14670#issuecomment-1802288411
> @kirktrue The build is red. Could you please take a look? The build failures are due to the recent "Dodgy code Warnings" that SpotBugs is suddenly issuing. SpotBugs reports three violations of the `RV_RETURN_VALUE_IGNORED_NO_SIDE_EFFECT` check because we're ignoring the return value of `Consumer` method calls in three instances. * Two of the instances are in `ClientCompatibilityTest`'s `testConsume` method because it ignores the return value of `beginningOffsets()` and `endOffsets()` * The third instances is in `StreamsResetter`'s `maybeResetInputAndSeekToEndIntermediateTopicOffsets` because it doesn't use the value that `position()` returns I'm still in a quandary about why they're now showing up. I'll continue digging. -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org