hangc0276 opened a new pull request #12311:
URL: https://github.com/apache/pulsar/pull/12311


   ### Motivation
   Currently we only set `bookkeeperUseV2WireProtocol=true` on Pulsar brokers 
to enforce brokers to use v2 protocol to avoid GC issues introduced by protobuf.
   
   However, we don’t set this setting on autorecovery, and the default value is 
false, Hence AutoRecovery will use v3 protocol.
   
   We'd better set `useV2WireProtocol=true` in autorecovery in the helm charts
   
   ### Modifications
   Set `useV2WireProtocol=true` in autorecovery.


-- 
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