dlg99 opened a new pull request, #15461:
URL: https://github.com/apache/pulsar/pull/15461

   ### Motivation
   
   I found log lines like
   ```
   INFO  org.apache.pulsar.broker.loadbalance.BundleSplitStrategy - The count 
of topics on the bundle benchmark/ns-85SYDFY/0x4c000000_0x50000000 is less than 
2,skip split!
   ```
   
   this is coming from 
   
   ```
   log.info("The count of topics on the bundle {} is less than 2,skip split!", 
bundle);
   ```
   where "," is a single unicode character.
   
   ### Modifications
   
   replaced "," with regular comma and space, skipped text/files where it was 
next to hieroglyphs/other unicode characters.
   
   ### Verifying this change
   
   - [ ] Make sure that the change passes the CI checks.
   
   ### Does this pull request potentially affect one of the following parts:
   
   *If `yes` was chosen, please highlight the changes*
   
   NO
   
     - Dependencies (does it add or upgrade a dependency): (yes / no)
     - The public API: (yes / no)
     - The schema: (yes / no / don't know)
     - The default values of configurations: (yes / no)
     - The wire protocol: (yes / no)
     - The rest endpoints: (yes / no)
     - The admin cli options: (yes / no)
     - Anything that affects deployment: (yes / no / don't know)
   
   ### Documentation
   
   Check the box below or label this PR directly.
   
   Need to update docs? 
   
   - [ ] `doc-required` 
   (Your PR needs to update docs and you will update later)
     
   - [x] `no-need-doc` 
   (Please explain why)
     
   - [ ] `doc` 
   (Your PR contains doc changes)
   
   - [ ] `doc-added`
   (Docs have been already 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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to