Re: [DISCUSS] Dismiss Stale Code Reviews

2022-02-23 Thread Enrico Olivelli
+1 Enrico Il Mer 23 Feb 2022, 07:31 PengHui Li ha scritto: > +1 > > Before I always thought it was Github added this new feature :) > Thanks for sharing the great knowledge. > > Penghui > > On Wed, Feb 23, 2022 at 2:24 PM Michael Marshall > wrote: > > > Hi All, > > > > In my recent PR to updat

Re: [DISCUSS] Dismiss Stale Code Reviews

2022-02-23 Thread Guangning E
+1 Thanks, Guangning Enrico Olivelli 于2022年2月23日周三 16:01写道: > +1 > > Enrico > > Il Mer 23 Feb 2022, 07:31 PengHui Li ha scritto: > > > +1 > > > > Before I always thought it was Github added this new feature :) > > Thanks for sharing the great knowledge. > > > > Penghui > > > > On Wed, Feb 23,

Re: [DISCUSS] Dismiss Stale Code Reviews

2022-02-23 Thread Li Li
+1 > On Feb 23, 2022, at 4:23 PM, Guangning E wrote: > > +1 > > > Thanks, > Guangning > > Enrico Olivelli 于2022年2月23日周三 16:01写道: > >> +1 >> >> Enrico >> >> Il Mer 23 Feb 2022, 07:31 PengHui Li ha scritto: >> >>> +1 >>> >>> Before I always thought it was Github added this new feature :)

[GitHub] [pulsar-manager] JackrayWang opened a new issue #447: Deploy from bin package error

2022-02-23 Thread GitBox
JackrayWang opened a new issue #447: URL: https://github.com/apache/pulsar-manager/issues/447 pulsar manage server start successfully http://ip:7750/ I can see the logo of manage,but the Chrome window is blank。 http://ip:7750/ui/index.html 404 -- This is an automated me

[DISCUSS] PrometheusMetricsServlet performance improvement

2022-02-23 Thread Jiuming Tao
Hi all, 1. I have learned that the /metrics endpoint will be requested by more than one metrics collect system. In the condition, I want to reimplement `PromethuesMetricsServlet` by sliding window. PrometheusMetricsGenerator#generate will be invoked once in a period(such as 1 minute), the result w

[DISCUSSION] Support custom and pluggable consumer selector for key shared subscription type

2022-02-23 Thread zhangao
Hi Pulsar Community, When we try to Introduce pulsar to our existing system, compatibility is our first consideration. Firstly, our production system uses jump consistent hash algorithm to select consumers, but pulsar uses range consistent hash algorithm natively. It's impossible for us to gu

Re: [DISCUSS] PrometheusMetricsServlet performance improvement

2022-02-23 Thread Enrico Olivelli
Cool I also observed such problems but I haven't time to work on a proposal. Looking forward to see your patch Enrico Il Mer 23 Feb 2022, 10:43 Jiuming Tao ha scritto: > Hi all, > > 1. I have learned that the /metrics endpoint will be requested by more than > one metrics collect system. In t

New Pulsar Manager Release

2022-02-23 Thread Thomas O'Neill
Is it possible to create a new release 0.3.0 of pulsar-manager? There have been a few changes since 0.2.0 including the Log4j2 vulnerability, and it would be nice to have these changes in the docker image. -- [image: New Innovations, Inc.] Thomas O'Neill DevOps Engine

Re: [DISCUSS] PrometheusMetricsServlet performance improvement

2022-02-23 Thread PengHui Li
+1 Great work. Thanks, Penghui On Wed, Feb 23, 2022 at 8:56 PM Enrico Olivelli wrote: > Cool > > I also observed such problems but I haven't time to work on a proposal. > > Looking forward to see your patch > > > Enrico > > Il Mer 23 Feb 2022, 10:43 Jiuming Tao ha > scritto: > > > Hi all, > >

Re: [discuss] prometheus metrics doesn't satisfy with OpenMetrics format

2022-02-23 Thread ZhangJian He
ping @enrico @matteo Please take a look when you have time. Thanks ZhangJian He ZhangJian He 于2022年2月13日周日 09:47写道: > ping @enrico @matteo > Please take a look when you have time. > > Thanks > ZhangJian He > > ZhangJian He 于2022年2月11日周五 14:09写道: > >> ping @enrico @matteo >> >> ZhangJian He 于2

[GitHub] [pulsar-helm-chart] sijie merged pull request #235: Remove completed init jobs using ttl

2022-02-23 Thread GitBox
sijie merged pull request #235: URL: https://github.com/apache/pulsar-helm-chart/pull/235 -- 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: dev-unsu

Re: [DISCUSS] PrometheusMetricsServlet performance improvement

2022-02-23 Thread Jiuming Tao
Hi all, > > 2. When there are hundreds MB metrics data collected, it causes high heap > memory usage, high CPU usage and GC pressure. In the > `PrometheusMetricsGenerator#generate` method, it uses > `ByteBufAllocator.DEFAULT.heapBuffer()` to allocate memory for writing > metrics data. The defa

RE: [DISCUSS] Add icebox label for issues and PRs that have been inactive for more than 4 weeks

2022-02-23 Thread * yaalsn
Hi All, This pr https://github.com/apache/pulsar/pull/14390 can help us. If any issue or pr had no activity for 30 days, Github action will tag a Stale label with it. On 2022/01/12 16:15:16 PengHui Li wrote: > Hi Pulsar Community, > > I want to start a discussion about introducing an icebox lab

[GitHub] [pulsar-site] Paul-TT opened a new pull request #6: config and style updates

2022-02-23 Thread GitBox
Paul-TT opened a new pull request #6: URL: https://github.com/apache/pulsar-site/pull/6 I left some config updates out of my previous pull request. I also corrected a few styles that were pointed out to me. I added the sineWaves import back to the index.js file because it was fai

Re: [DISCUSS] Add icebox label for issues and PRs that have been inactive for more than 4 weeks

2022-02-23 Thread PengHui Li
> This pr https://github.com/apache/pulsar/pull/14390 can help us. If any issue or pr had no activity for 30 days, Github action will tag a Stale label with it. Thanks for the great work, I have merged the PR. Penghui On Thu, Feb 24, 2022 at 1:11 AM * yaalsn wrote: > Hi All, > > This pr https:

Re: New Pulsar Manager Release

2022-02-23 Thread Li Li
+1, it’s good idea, I will deal with it. > On Feb 23, 2022, at 9:39 PM, Thomas O'Neill wrote: > > Is it possible to create a new release 0.3.0 of pulsar-manager? There have > been a few changes since 0.2.0 including the Log4j2 vulnerability, and it > would be nice to have these changes in the d

Re: [ANNOUNCE] Apache Pulsar Go Client 0.8.0 released

2022-02-23 Thread Jia Zhai
Cong~. Thanks for the great work. rxl. On Wed, Feb 23, 2022 at 2:35 PM Enrico Olivelli wrote: > Il Mar 22 Feb 2022, 22:55 Matteo Merli ha > scritto: > > > It was released correctly, same as all the prev releases: > > > https://dist.apache.org/repos/dist/release/pulsar/pulsar-client-go-0.8.0/ >