You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/06/01 02:50:00 UTC

[GitHub] [pulsar] tjiuming opened a new pull request, #15870: provide namespace level metrics for SchemaRegistry.

tjiuming opened a new pull request, #15870:
URL: https://github.com/apache/pulsar/pull/15870

   ### Motivation
   
   Currently, we provided schemaId(represents Topic name ) level metrics for SchemaRegistry(https://github.com/apache/pulsar/pull/14723), but if there are more than 50K+ topics in a broker, it will costs too much memory. 
   For the purpose of broker memory usage optimization and reduce metrics collector pressure, this PR provides namespace level metrics instead of topic level metrics.
   
   
   ### 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)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] tjiuming commented on pull request #15870: [fix][broker][monitoring] provide namespace level metrics for SchemaRegistry.

Posted by GitBox <gi...@apache.org>.
tjiuming commented on PR #15870:
URL: https://github.com/apache/pulsar/pull/15870#issuecomment-1147045335

   > I think there still has memory leak. Since didn't delete `deleted namespace` from latency. see #15801
   
   thanks for your remind. the problem has resolved. please help review


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] tjiuming commented on pull request #15870: provide namespace level metrics for SchemaRegistry.

Posted by GitBox <gi...@apache.org>.
tjiuming commented on PR #15870:
URL: https://github.com/apache/pulsar/pull/15870#issuecomment-1143062764

   @merlimat @codelipenghui PTAL


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] tjiuming commented on pull request #15870: [fix][broker][monitoring] provide namespace level metrics for SchemaRegistry.

Posted by GitBox <gi...@apache.org>.
tjiuming commented on PR #15870:
URL: https://github.com/apache/pulsar/pull/15870#issuecomment-1148500187

   /pulsarbot run-failure-checks


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] Shoothzj commented on pull request #15870: [fix][broker][monitoring] provide namespace level metrics for SchemaRegistry.

Posted by GitBox <gi...@apache.org>.
Shoothzj commented on PR #15870:
URL: https://github.com/apache/pulsar/pull/15870#issuecomment-1146928965

   I think there still has memory leak.  Since didn't delete `deleted namespace` from latency. see #15801 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] merlimat merged pull request #15870: [fix][broker][monitoring] provide namespace level metrics for SchemaRegistry.

Posted by GitBox <gi...@apache.org>.
merlimat merged PR #15870:
URL: https://github.com/apache/pulsar/pull/15870


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org