lhotari opened a new pull request #10397:
URL: https://github.com/apache/pulsar/pull/10397


   ### Motivation
   
   - #9469 introduced a breaking change by changing the behavior . This change 
was part of 2.7.1 release.
   
   ### Modifications
   
   - fallback to `PULSAR_EXTRA_OPTS` if `BOOKIE_EXTRA_OPTS` isn't defined
   
   - don't pass `-Dio.netty.*` system properties if `PULSAR_EXTRA_OPTS` or
     `BOOKIE_EXTRA_OPTS` is set
     - this is to be consistent with `PULSAR_EXTRA_OPTS` behavior and
       to prevent duplicate properties
     - add `-Dio.netty.leakDetectionLevel=disabled` unless `BOOKIE_EXTRA_OPTS`
       is set since `PULSAR_EXTRA_OPTS` doesn't include that setting by default.
      (`simple` is the default if the property isn't set)
   
   ### Other context
   
   - It is also necessary to cherry-pick #9621 to restore backwards 
compatibility in 2.7.x branch.


-- 
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:
[email protected]


Reply via email to