pulsar icon indicating copy to clipboard operation
pulsar copied to clipboard

[Improve][Broker]Reduce GetReplicatedSubscriptionStatus local REST call

Open AnonHxy opened this issue 2 years ago • 0 comments

Motivation

  • Reduce local REST calll for org.apache.pulsar.broker.admin.impl.PersistentTopicsBase#internalGetReplicatedSubscriptionStatus

Modifications

  • Call local method if partition is owned by this broker, or call REST api usng internal AdminClient

Verifying this change

  • [x] Make sure that the change passes the CI checks.

Documentation

Check the box below or label this PR directly.

Need to update docs?

  • [ ] doc-required (Your PR needs to update docs and you will update later)

  • [x] doc-not-needed (Please explain why)

  • [ ] doc (Your PR contains doc changes)

  • [ ] doc-complete (Docs have been already added)

AnonHxy avatar Aug 04 '22 10:08 AnonHxy

/pulsarbot run-failure-checks

AnonHxy avatar Aug 29 '22 10:08 AnonHxy

/pulsarbot run-failure-checks

AnonHxy avatar Aug 31 '22 05:08 AnonHxy

@codelipenghui @Technoboy- PTAL

AnonHxy avatar Aug 31 '22 05:08 AnonHxy