Conversation
|
@ijuma would you please review this? |
|
Failed tests are unrelated: |
|
Thanks for the review and merge! |
|
Thanks for the PR. Can you please include a unit test for this fix? Also, |
|
@showuon Whenever reviewing PRs for fixes, we should generally include at least a unit test. There needs to be a strong reason to merge a fix without any test changes/additions. |
|
Thanks for the review. |
|
@ijuma , thanks for the reminder. But I've checked and confirmed there is already a unit test covered this change: |
|
The PR description says "Fix...". Are we saying it's not a fix, it's simply a refactoring? We should make it clear if so. |
|
That's my mistake. |
|
Good point. Updated. |
|
Thanks for the good point |
> $ git merge-base apache-github/3.3 apache-github/trunk > 23c92ce > $ git show 23c92ce > commit 23c92ce > Author: SC <pch838811@gmail.com> > Date: Mon Jul 11 11:36:56 2022 +0900 > > MINOR: Use String#format for niceMemoryUnits result (apache#12389) > > Reviewers: Luke Chen <showuon@gmail.com>, Divij Vaidya <diviv@amazon.com> * commit '23c92ce79366e86ca719e5e51c550c27324acd83': MINOR: Use String#format for niceMemoryUnits result (apache#12389) KAFKA-14055; Txn markers should not be removed by matching records in the offset map (apache#12390) KAFKA-13474: Allow reconfiguration of SSL certs for broker to controller connection (apache#12381) KAFKA-13996: log.cleaner.io.max.bytes.per.second can be changed dynamically (apache#12296) KAFKA-13983: Fail the creation with "/" in resource name in zk ACL (apache#12359) KAFKA-12943: update aggregating documentation (apache#12091) KAFKA-13846: Follow up PR to address review comments (apache#12297)
Removes duplicate result strings and avoids mistakes when changing the string format
Committer Checklist (excluded from commit message)