-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[WIP]Evict usage of ManagedLedgerImpl in ManagedLedgerFactoryImpl #9616
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
Conversation
| } | ||
|
|
||
| protected ManagedLedgerFactoryImpl | ||
| createManagedLedgerFactory(ZooKeeper zkClient, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: fix indent
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My IDE deal with the indent for me, I'm not sure what's the meaning of your 'fix indent' here. But I think the reason why the indent looks a little weird is that BookkeeperFactoryForCustomEnsemblePlacementPolicy is too long, the IDE has to format like this to make a line less than 120 chars.
|
@sijie PTAL |
|
/pulsarbot run-failure-checks |
d9f9082 to
0e1a84a
Compare
Signed-off-by: Renkai <gaelookair@gmail.com>
Signed-off-by: Renkai <gaelookair@gmail.com>
Signed-off-by: Renkai <gaelookair@gmail.com>
Signed-off-by: Renkai <gaelookair@gmail.com>
Signed-off-by: Renkai <gaelookair@gmail.com>
Signed-off-by: Renkai <gaelookair@gmail.com>
Signed-off-by: Renkai <gaelookair@gmail.com>
Signed-off-by: Renkai <gaelookair@gmail.com>
Signed-off-by: Renkai <gaelookair@gmail.com>
c4983b1 to
9bc8532
Compare
Signed-off-by: Renkai <gaelookair@gmail.com>
Use
ManagedLedgerinstead ofManagedLedgerImplinManagedLedgerFactoryImplto make theManagedLedgerFactoryImplextendable.As a result, some method declarations also moved from
ManagedLedgerImpltoManagedLedger.Next step of #9397 to allow supporting different storage implementations for Pulsar