kowshik opened a new pull request #11253: URL: https://github.com/apache/kafka/pull/11253
It looked odd that the code has a local variable named `updatedFirstStableOffset` which is used to update `MergedLog.firstUnstableOffsetMetadata`. This PR improves the local variable name to be `updatedFirstUnstableOffset` instead which is more aligned with the `MergedLog` attribute being updated. **Tests:** Relying on existing unit & integration tests. -- 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