-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Add a metrics about BE's tablets' max rowset count #36469
Labels
type/enhancement
Make an enhancement to StarRocks
Comments
decster
changed the title
Add a metrics about BE's tablets' max version number
Add a metrics about BE's tablets' max rowset number
Dec 5, 2023
decster
changed the title
Add a metrics about BE's tablets' max rowset number
Add a metrics about BE's tablets' max rowset count
Dec 5, 2023
22 tasks
decster
added a commit
that referenced
this issue
Dec 7, 2023
Why I'm doing: Currently, it's hard to detect 'too many versions' error early, need a monitoring metrics. What I'm doing: Add a metric about BE's tablets' max rowset count, if this value continues increasing, it may indicate compaction is blocked or has issues, so adding a monitor for this value can detect too many version errors early. Fixes #36469 Signed-off-by: Binglin Chang <[email protected]>
mergify bot
pushed a commit
that referenced
this issue
Dec 7, 2023
Why I'm doing: Currently, it's hard to detect 'too many versions' error early, need a monitoring metrics. What I'm doing: Add a metric about BE's tablets' max rowset count, if this value continues increasing, it may indicate compaction is blocked or has issues, so adding a monitor for this value can detect too many version errors early. Fixes #36469 Signed-off-by: Binglin Chang <[email protected]> (cherry picked from commit 555dfa6) # Conflicts: # be/src/util/starrocks_metrics.cpp
mergify bot
pushed a commit
that referenced
this issue
Dec 7, 2023
Why I'm doing: Currently, it's hard to detect 'too many versions' error early, need a monitoring metrics. What I'm doing: Add a metric about BE's tablets' max rowset count, if this value continues increasing, it may indicate compaction is blocked or has issues, so adding a monitor for this value can detect too many version errors early. Fixes #36469 Signed-off-by: Binglin Chang <[email protected]> (cherry picked from commit 555dfa6) # Conflicts: # be/src/util/starrocks_metrics.cpp
mergify bot
pushed a commit
that referenced
this issue
Dec 7, 2023
Why I'm doing: Currently, it's hard to detect 'too many versions' error early, need a monitoring metrics. What I'm doing: Add a metric about BE's tablets' max rowset count, if this value continues increasing, it may indicate compaction is blocked or has issues, so adding a monitor for this value can detect too many version errors early. Fixes #36469 Signed-off-by: Binglin Chang <[email protected]> (cherry picked from commit 555dfa6) # Conflicts: # be/src/util/starrocks_metrics.cpp
mergify bot
pushed a commit
that referenced
this issue
Dec 7, 2023
Why I'm doing: Currently, it's hard to detect 'too many versions' error early, need a monitoring metrics. What I'm doing: Add a metric about BE's tablets' max rowset count, if this value continues increasing, it may indicate compaction is blocked or has issues, so adding a monitor for this value can detect too many version errors early. Fixes #36469 Signed-off-by: Binglin Chang <[email protected]> (cherry picked from commit 555dfa6) # Conflicts: # be/src/util/starrocks_metrics.cpp
decster
added a commit
that referenced
this issue
Dec 7, 2023
Why I'm doing: Currently, it's hard to detect 'too many versions' error early, need a monitoring metrics. What I'm doing: Add a metric about BE's tablets' max rowset count, if this value continues increasing, it may indicate compaction is blocked or has issues, so adding a monitor for this value can detect too many version errors early. Fixes #36469 Signed-off-by: Binglin Chang <[email protected]> (cherry picked from commit 555dfa6)
decster
added a commit
that referenced
this issue
Dec 7, 2023
Why I'm doing: Currently, it's hard to detect 'too many versions' error early, need a monitoring metrics. What I'm doing: Add a metric about BE's tablets' max rowset count, if this value continues increasing, it may indicate compaction is blocked or has issues, so adding a monitor for this value can detect too many version errors early. Fixes #36469 Signed-off-by: Binglin Chang <[email protected]> (cherry picked from commit 555dfa6)
decster
added a commit
that referenced
this issue
Dec 7, 2023
Why I'm doing: Currently, it's hard to detect 'too many versions' error early, need a monitoring metrics. What I'm doing: Add a metric about BE's tablets' max rowset count, if this value continues increasing, it may indicate compaction is blocked or has issues, so adding a monitor for this value can detect too many version errors early. Fixes #36469 Signed-off-by: Binglin Chang <[email protected]> (cherry picked from commit 555dfa6)
decster
added a commit
that referenced
this issue
Dec 7, 2023
Why I'm doing: Currently, it's hard to detect 'too many versions' error early, need a monitoring metrics. What I'm doing: Add a metric about BE's tablets' max rowset count, if this value continues increasing, it may indicate compaction is blocked or has issues, so adding a monitor for this value can detect too many version errors early. Fixes #36469 Signed-off-by: Binglin Chang <[email protected]> (cherry picked from commit 555dfa6)
dingxin-tech
pushed a commit
to dingxin-tech/starrocks-odps
that referenced
this issue
Dec 12, 2023
Why I'm doing: Currently, it's hard to detect 'too many versions' error early, need a monitoring metrics. What I'm doing: Add a metric about BE's tablets' max rowset count, if this value continues increasing, it may indicate compaction is blocked or has issues, so adding a monitor for this value can detect too many version errors early. Fixes StarRocks#36469 Signed-off-by: Binglin Chang <[email protected]> Signed-off-by: 鼎昕 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Enhancement
Add a metric about BE's tablets' max rowset count, if this value continues increasing, it may indicate compaction is blocked or has issues, so adding a monitor for this value can detect too many version errors early.
The text was updated successfully, but these errors were encountered: