Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[branch-2.10] [fix] [ml] Change the modifier of some variables in ManagedLedgerImpl to default to resolve compilation errors #19452

Closed
wants to merge 1 commit into from

Conversation

poorbarcode
Copy link
Contributor

@poorbarcode poorbarcode commented Feb 7, 2023

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

PR #19404 fixes the problem of the managed ledger, and is already cherry-picked into branch 2.10, but this PR uses the above change( The modifier changes of some variables ), so the compilation of branch 2.10 errors now.

Modifications

change modifier of variables currentLedgerEntries, currentLedgerSize and currentLedger to default

Documentation

  • doc
  • doc-required
  • doc-not-needed
  • doc-complete

…agedLedgerImpl to default to resolve compilation errors
@github-actions github-actions bot added the doc-not-needed Your PR changes do not impact docs label Feb 7, 2023
@github-actions
Copy link

The pr had no activity for 30 days, mark with Stale label.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc-not-needed Your PR changes do not impact docs Stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant