poorbarcode opened a new pull request, #19453: URL: https://github.com/apache/pulsar/pull/19453
### Motivation The modifier of variables `currentLedgerEntries`, `currentLedgerSize` and `currentLedger` in `ManagedLedegrImpl` changed to `protected` in PR #18265, this PR is for new features, so there is no cherry picking to branch `2.11`. PR #19404 fixes the problem of the managed ledger, and is already cherry-picked into branch `2.11`, but this PR uses the above change( The modifier changes of some variables ), so the compilation of branch `2.11` errors now. ### Modifications - change modifier of variables `currentLedgerEntries`, `currentLedgerSize` and `currentLedger` to `default` - Fixed license in some files ### Documentation <!-- DO NOT REMOVE THIS SECTION. CHECK THE PROPER BOX ONLY. --> - [ ] `doc` <!-- Your PR contains doc changes. --> - [ ] `doc-required` <!-- Your PR changes impact docs and you will update later --> - [x] `doc-not-needed` <!-- Your PR changes do not impact docs --> - [ ] `doc-complete` <!-- 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]
