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

[Doc] Add descriptions for managed cursor acknowledgment state #10695

Merged
merged 1 commit into from
May 26, 2021

Conversation

Anonymitaet
Copy link
Member

Fix #10638

@Anonymitaet Anonymitaet added the doc Your PR contains doc changes, no matter whether the changes are in markdown or code files. label May 25, 2021
@Anonymitaet Anonymitaet self-assigned this May 25, 2021
@Anonymitaet
Copy link
Member Author

Anonymitaet commented May 25, 2021

@codelipenghui @Sunny-Island @Huanli-Meng @jennifer88huang

could you please help review? Thanks

Copy link
Contributor

@Sunny-Island Sunny-Island left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All looks good.

brk_ml_cursor_persistZookeeperSucceed(namespace="", ledger_name="", cursor_name:"")|Gauge|The number of acknowledgment states that is persistent to ZooKeeper.
brk_ml_cursor_persistZookeeperErrors(namespace="", ledger_name="", cursor_name:"")|Gauge|The number of ledger errors occurred when acknowledgment states fail to be persistent to ZooKeeper.
brk_ml_cursor_nonContiguousDeletedMessagesRange(namespace="", ledger_name="", cursor_name:"")|Gauge|The number of non-contiguous deleted messages ranges.

### LoadBalancing metrics
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Load balancing metrics

@@ -260,6 +260,26 @@ All the managedLedger metrics are labelled with the following labels:
| pulsar_ml_ReadEntriesSucceeded | Gauge | The number of readEntries requests that succeeded |
| pulsar_ml_StoredMessagesSize | Gauge | The total size of the messages in active ledgers (accounting for the multiple copies stored) |

### Managed cursor acknowledgment state

The acknowledgment state is persistent to the ledger first. When the acknowledgment state fails to be persistent to the ledger, they are persistent to ZooKeeper. To track the stats of acknowledgment, you can configure the metrics for the managed cursor.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When persisting to the ledger fails, they will be persisted to ZooKeeper
may be better

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hangc0276 thanks for your suggestion, but When persisting to the ledger fails, they will be persisted to ZooKeeper is grammatically inaccurate because it lacks a subject.

The original sentence is grammatically correct and it clearly indicates the subject (acknowledgment state).

So could you help approve this PR? Then this PR can be merged, thanks.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hangc0276 thanks!

@Anonymitaet Anonymitaet merged commit c48b285 into apache:master May 26, 2021
@Anonymitaet Anonymitaet deleted the 0525 branch May 26, 2021 03:48
yangl pushed a commit to yangl/pulsar that referenced this pull request Jun 23, 2021
…e#10695)

Co-authored-by: Anonymitaet <anonymitaet_hotmail.com>
bharanic-dev pushed a commit to bharanic-dev/pulsar that referenced this pull request Mar 18, 2022
…e#10695)

Co-authored-by: Anonymitaet <anonymitaet_hotmail.com>
bharanic-dev pushed a commit to bharanic-dev/pulsar that referenced this pull request Mar 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc Your PR contains doc changes, no matter whether the changes are in markdown or code files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants