[GitHub] [pulsar-helm-chart] lhotari closed issue #164: 2.7.3 helm chart still use 2.7.2 images

2022-02-16 Thread GitBox
lhotari closed issue #164: URL: https://github.com/apache/pulsar-helm-chart/issues/164 -- 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:

[GitHub] [pulsar-helm-chart] lhotari commented on issue #164: 2.7.3 helm chart still use 2.7.2 images

2022-02-16 Thread GitBox
lhotari commented on issue #164: URL: https://github.com/apache/pulsar-helm-chart/issues/164#issuecomment-1042660744 The helm chart version is independent from Pulsar's version. There's a separate PR #200 that would make image tag match the appVersion by default. -- This is an

[GitHub] [pulsar-helm-chart] lhotari commented on pull request #190: Bump to Pulsar 2.8.2

2022-02-16 Thread GitBox
lhotari commented on pull request #190: URL: https://github.com/apache/pulsar-helm-chart/pull/190#issuecomment-1042658696 Rebased on latest master branch changes. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [VOTE] Pulsar Release 2.9.2 Candidate 3

2022-02-16 Thread Hiroyuki Sakai
+1 (binding) - Check signatures/checksums - Check the license headers - build sources - Validate Pub/Sub and Java Functions - Validate Stateful Functions Regards, Hiroyuki From: Ran Gao Sent: Thursday, February 17, 2022 03:26 To: dev@pulsar.apache.org

Re: [VOTE] PIP-118: Do not restart brokers when ZooKeeper session expires

2022-02-16 Thread Matteo Merli
I forgot to close this one. Closing now with 5 +1s votes; * Matteo * PengHui * Hang * Enrico * Sijie -- Matteo Merli On Mon, Jan 24, 2022 at 11:47 PM Enrico Olivelli wrote: > > What's the status of this PIP ? > > We have a pending PR, > we can commit it as soon as the VOTE thread is

Re: [ANNOUNCE] New Committer: Li Li

2022-02-16 Thread Aloys Zhang
Congratulations Haiting Jiang 于2022年2月16日周三 22:12写道: > Congrats! > > Thanks, > Haiting > > On 2022/02/16 10:51:52 Guangning E wrote: > > Configurations! > > > > > > Thanks, > > Guangning > > > > Jia Zhai 于2022年2月16日周三 15:40写道: > > > > > Congratulations > > > > > > > > > On Wed, Feb 16, 2022 at

RE: [VOTE] Pulsar Client Go Release 0.8.0 Candidate 1

2022-02-16 Thread Shusuke Tsuda
+1 (non-binding) - checked checksum and signature - run produce and consume Thanks, Shusuke Tsuda -Original Message- From: Chris Kellogg Sent: Thursday, February 17, 2022 12:53 PM To: dev@pulsar.apache.org Subject: Re: [VOTE] Pulsar Client Go Release 0.8.0 Candidate 1 +1 Checked

Re: [DISCUSS] Apache Pulsar 2.10.0 release

2022-02-16 Thread Matteo Merli
On Wed, Feb 16, 2022 at 9:55 PM Michael Marshall wrote: > Given that our community members who focus on testing are otherwise > about to prepare for a quick 3 day round of testing, I don't believe > they would object to a last minute change that gives them more time > for testing. In your view,

Re: New Feature Proposal: flag to require a non-partitioned topic on Producer/Consumer Builder

2022-02-16 Thread Michael Marshall
> Ideally, people shouldn't be aware of partitioned vs non-partitioned. I'm not sure I agree that people shouldn't be aware of these details considering the two types of topics provide different guarantees regarding ordering. Enrico's request is essentially to have a way to fail fast when a topic

Re: Pulsar Helm Chart Repo is broken

2022-02-16 Thread Lari Hotari
Chart history added to https://pulsar.apache.org/charts/index.yaml With commit https://github.com/apache/pulsar-site/commit/f45d4f89c13fe25802f374f8d5c015334690c37f Please append something to the url if you get the old version when previewing the chart index in the browser, for example

Re: [DISCUSS] Apache Pulsar 2.10.0 release

2022-02-16 Thread Michael Marshall
Thanks for creating the branch, Penghui. > Yes, but I think that the code freeze is only meaningful if it’s > communicated in advance. Given that our community members who focus on testing are otherwise about to prepare for a quick 3 day round of testing, I don't believe they would object to a

Re: Pulsar Helm Chart Repo is broken

2022-02-16 Thread Lari Hotari
The chart index is now published, https://pulsar.apache.org/charts/index.yaml . However, the history isn't there. I'll fix that with a manual commit. -Lari On Thu, Feb 17, 2022 at 7:31 AM Guangning E wrote: > yes, this pr for fixed it => > https://github.com/apache/pulsar-helm-chart/pull/231 >

[GitHub] [pulsar-helm-chart] lhotari commented on a change in pull request #223: Improve Zookeeper "ruok" probes: use TLS port when TLS is enabled, specify "-q 1" for nc

2022-02-16 Thread GitBox
lhotari commented on a change in pull request #223: URL: https://github.com/apache/pulsar-helm-chart/pull/223#discussion_r808695020 ## File path: charts/pulsar/templates/zookeeper-statefulset.yaml ## @@ -151,7 +157,9 @@ spec: command: - timeout

[GitHub] [pulsar-helm-chart] lhotari merged pull request #223: Improve Zookeeper "ruok" probes: use TLS port when TLS is enabled, specify "-q 1" for nc

2022-02-16 Thread GitBox
lhotari merged pull request #223: URL: https://github.com/apache/pulsar-helm-chart/pull/223 -- 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:

[GitHub] [pulsar-helm-chart] lhotari merged pull request #232: [Build] Publish charts to apache/pulsar-site branch asf-site-next

2022-02-16 Thread GitBox
lhotari merged pull request #232: URL: https://github.com/apache/pulsar-helm-chart/pull/232 -- 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:

[GitHub] [pulsar-helm-chart] tuteng commented on pull request #231: Fixed release yaml file

2022-02-16 Thread GitBox
tuteng commented on pull request #231: URL: https://github.com/apache/pulsar-helm-chart/pull/231#issuecomment-1042593947 It is duplicated with pr #232 and I will close it -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [pulsar-helm-chart] tuteng closed pull request #231: Fixed release yaml file

2022-02-16 Thread GitBox
tuteng closed pull request #231: URL: https://github.com/apache/pulsar-helm-chart/pull/231 -- 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:

[GitHub] [pulsar-helm-chart] urfreespace commented on a change in pull request #231: Fixed release yaml file

2022-02-16 Thread GitBox
urfreespace commented on a change in pull request #231: URL: https://github.com/apache/pulsar-helm-chart/pull/231#discussion_r808690607 ## File path: .ci/release.sh ## @@ -71,9 +71,9 @@ function release::git_setup() { function release::publish_charts() {

[GitHub] [pulsar-helm-chart] urfreespace commented on a change in pull request #231: Fixed release yaml file

2022-02-16 Thread GitBox
urfreespace commented on a change in pull request #231: URL: https://github.com/apache/pulsar-helm-chart/pull/231#discussion_r808689895 ## File path: .ci/release.sh ## @@ -71,9 +71,9 @@ function release::git_setup() { function release::publish_charts() {

[GitHub] [pulsar-helm-chart] lhotari opened a new pull request #232: [Build] Publish charts to apache/pulsar-site branch asf-site-next

2022-02-16 Thread GitBox
lhotari opened a new pull request #232: URL: https://github.com/apache/pulsar-helm-chart/pull/232 - also use shallow cloning -- 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

Re: Pulsar Helm Chart Repo is broken

2022-02-16 Thread Guangning E
yes, this pr for fixed it => https://github.com/apache/pulsar-helm-chart/pull/231 Dave Fisher 于2022年2月17日周四 13:21写道: > Change L74 to pulsar-site > > Change L76 to asf-site-next > > All the best, > Dave > > Sent from my iPhone > > > On Feb 16, 2022, at 9:02 PM, Sijie Guo wrote: > > > > Yes, we

Re: Pulsar Helm Chart Repo is broken

2022-02-16 Thread Dave Fisher
Change L74 to pulsar-site Change L76 to asf-site-next All the best, Dave Sent from my iPhone > On Feb 16, 2022, at 9:02 PM, Sijie Guo wrote: > > Yes, we just need to change the CI process in `pulsar-helm-chart` to > publish the index.yaml file to the new website. > > See >

[GitHub] [pulsar-helm-chart] tuteng opened a new pull request #231: Fixed release yaml file

2022-02-16 Thread GitBox
tuteng opened a new pull request #231: URL: https://github.com/apache/pulsar-helm-chart/pull/231 Fixes # ### Motivation This update fixes an issue with the site release that caused the helm chart to no longer be used. Exception: ``` ...Unable to get an update

Re: Pulsar Helm Chart Repo is broken

2022-02-16 Thread Sijie Guo
Yes, we just need to change the CI process in `pulsar-helm-chart` to publish the index.yaml file to the new website. See https://github.com/apache/pulsar-helm-chart/blob/master/.ci/release.sh#L72 On Wed, Feb 16, 2022 at 8:55 PM Guangning E wrote: > That seems to be because the new site switch

Re: [NOTICE] Pulsar Helm Charts Repo is temporarily down

2022-02-16 Thread Dave Fisher
We can revert the PRs that switched over if necessary and follow with more testing. It’s a trade off. All the best, Dave Sent from my iPhone > On Feb 16, 2022, at 8:54 PM, Sijie Guo wrote: > > Hi everyone, > > Just want to let everyone know that the Pulsar Helm Charts repo is >

Re: Pulsar Helm Chart Repo is broken

2022-02-16 Thread Guangning E
That seems to be because the new site switch today is causing this exception, we should update the helm chart ci to fix this issue, will take a look at it later Thanks, Guangning Sijie Guo 于2022年2月17日周四 12:52写道: > I send a notice to users@ mailing list and #general channel about the >

[NOTICE] Pulsar Helm Charts Repo is temporarily down

2022-02-16 Thread Sijie Guo
Hi everyone, Just want to let everyone know that the Pulsar Helm Charts repo is temporarily down due to the new Pulsar website push. The `charts/index.yaml` was not added to the new Pulsar site. So if you are using the helm command to pull the charts, it will fail. A bunch of the committers is

Re: Pulsar Helm Chart Repo is broken

2022-02-16 Thread Sijie Guo
I send a notice to users@ mailing list and #general channel about the situation. - Sijie On Wed, Feb 16, 2022 at 8:46 PM Sijie Guo wrote: > Hi all, > > I think the new website push has broken the Pulsar Helm Chart repo. > > We might need to take a look at how to fix it. > > - Sijie >

Re: [VOTE] Pulsar Release 2.8.3 Candidate 2

2022-02-16 Thread Michael Marshall
Thanks for pointing that out, Penghui. I can confirm that my KEY is not signed. While it's not the same as in person verification, I'll note that since becoming a committer I have signed all of my git commits with the same gpg key used to sign these release artifacts. At the very least, we can be

Pulsar Helm Chart Repo is broken

2022-02-16 Thread Sijie Guo
Hi all, I think the new website push has broken the Pulsar Helm Chart repo. We might need to take a look at how to fix it. - Sijie

Re: [VOTE] Pulsar Release 2.8.3 Candidate 1

2022-02-16 Thread PengHui Li
Thanks, Michael, looking forward to future collaboration. Best, Penghui On Thu, Feb 17, 2022 at 12:37 PM Michael Marshall wrote: > Thanks for your reply, Penghui. I saw your note on that thread but > didn't realize it affected 2.8.3. > > I absolutely did not mean to imply that you don't want

Re: New Pulsar website goes live!

2022-02-16 Thread Sijie Guo
Hi Yu, Thank you and all the other contributors for all the great work! Well done. - Sijie On Wed, Feb 16, 2022 at 8:04 PM Yu wrote: > Thanks for your quick feedback, Penghui and Dianjin. > > As mentioned in the last email, "*...**there are some known issues (eg. > localized pages and some

Re: [VOTE] Pulsar Release 2.8.3 Candidate 1

2022-02-16 Thread Michael Marshall
Thanks for your reply, Penghui. I saw your note on that thread but didn't realize it affected 2.8.3. I absolutely did not mean to imply that you don't want to share here. I appreciate your many contributions to the community and the mailing list, and I look forward to future collaboration.

Re: [VOTE] Pulsar Client Go Release 0.8.0 Candidate 1

2022-02-16 Thread Chris Kellogg
+1 Checked the signatures, complied and ran the pular perf tool (produce and consume) against a standalone cluster. On Wed, Feb 16, 2022 at 5:29 PM PengHui Li wrote: > > +1 > > - Checked the signatures > - Run produce and consume on a standalone > > Penghui > > On Thu, Feb 17, 2022 at 12:45 AM

Re: New Pulsar website goes live!

2022-02-16 Thread PengHui Li
I just go through the new website, looks like the CLI's document always return code 404 I have created an issue for tracking the problem https://github.com/apache/pulsar/issues/14332 Thanks, Penghui On Thu, Feb 17, 2022 at 11:32 AM PengHui Li wrote: > Great news! > > Thanks for the great work

Re: New Pulsar website goes live!

2022-02-16 Thread PengHui Li
Great news! Thanks for the great work @Yu, @@urfreespace, @dave2wave. Penghui On Thu, Feb 17, 2022 at 11:15 AM Yu wrote: > Hi Pulsarers, > > As you may notice, the new Pulsar website goes live! > https://pulsar.apache.org/ > > We hope you enjoy the new feature and the fresh appearance! > >

New Pulsar website goes live!

2022-02-16 Thread Yu
Hi Pulsarers, As you may notice, the new Pulsar website goes live! https://pulsar.apache.org/ We hope you enjoy the new feature and the fresh appearance! CHANGE: documentation main page URL is changed from https://pulsar.apache.org/docs/en/next/standalone/ to

Re: [VOTE] Pulsar Release 2.8.3 Candidate 2

2022-02-16 Thread PengHui Li
Thanks for the explanation Dave. Best, Penghui On Thu, Feb 17, 2022 at 10:37 AM Dave Fisher wrote: > While it’s preferred that KEYS are signed it’s not required. The last > Apache key signing party was at Apachecon Las Vegas in 2019. Here’s looking > forward to the next one. Bring your

Re: [DISCUSS] PIP-142 Increase default numHttpServerThreads value to 200 to prevent Admin API unavailability

2022-02-16 Thread PengHui Li
Hi Lari, Thanks for raising a proposal and starting the discussion thread here. Increasing the thread does not solve the underlying problem. but also brings additional resource consumption. Thanks, Matteo provided a great explanation, and, I totally agree with his explanation. What should we try

Re: [VOTE] Pulsar Release 2.8.3 Candidate 2

2022-02-16 Thread Dave Fisher
While it’s preferred that KEYS are signed it’s not required. The last Apache key signing party was at Apachecon Las Vegas in 2019. Here’s looking forward to the next one. Bring your government ids. Regards, Dave Sent from my iPhone > On Feb 16, 2022, at 6:11 PM, PengHui Li wrote: > > Hi

Re: [VOTE] Pulsar Release 2.9.2 Candidate 3

2022-02-16 Thread PengHui Li
+1 (binding) - Checked the signature - Build from the source - Start the standalone - Publish and consume messages - Check the Cassandra connector - Check the stateful function Thanks for the great work, Penghui On Thu, Feb 17, 2022 at 2:26 AM Ran Gao wrote: > This is the third release

[GitHub] [pulsar-site] Anonymitaet merged pull request #1: [PIP-87][Website] Publish website from asf-site-next branch

2022-02-16 Thread GitBox
Anonymitaet merged pull request #1: URL: https://github.com/apache/pulsar-site/pull/1 -- 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:

Re: [VOTE] Pulsar Release 2.8.3 Candidate 2

2022-02-16 Thread PengHui Li
Hi Michael, Please check your key ``` gpg: assuming signed data in 'apache-pulsar-2.8.3-bin.tar.gz' gpg: Signature made Wed Feb 16 04:49:42 2022 CST gpg:using RSA key BD4291E509D771B79E7BD1F5C5724B3F5588C4EB gpg: Good signature from "Michael Marshall " [unknown] gpg: WARNING:

Re: [DISCUSS] Apache Pulsar 2.10.0 release

2022-02-16 Thread PengHui Li
Hi all, Put an update here, I have created branch-2.10[1] [1]https://github.com/apache/pulsar/tree/branch-2.10 On Thu, Feb 17, 2022 at 9:23 AM PengHui Li wrote: > Hi Micheal > > > Penghui, is your current plan to create branch-2.10, create the > release artifacts, and start a vote on them all

Re: [DISCUSS] PIP-142 Increase default numHttpServerThreads value to 200 to prevent Admin API unavailability

2022-02-16 Thread Matteo Merli
Hi Lari, thanks for the proposal, though I don't think it would be good to change this default value. Pulsar HTTP API is an administrative service and it is not on the critical data path. If all the threads in the pool are busy, it is good to apply back pressure and slow down the incoming new

Re: [VOTE] Pulsar Release 2.8.3 Candidate 2

2022-02-16 Thread PengHui Li
+1 (binding) - Checked the signature - Start the standalone - Publish and consume messages - Check the Cassandra connector - Check the stateful function Thanks for the great work, Penghui On Wed, Feb 16, 2022 at 12:35 PM Michael Marshall wrote: > This is the second release candidate for

Re: [VOTE] Pulsar Client Go Release 0.8.0 Candidate 1

2022-02-16 Thread PengHui Li
+1 - Checked the signatures - Run produce and consume on a standalone Penghui On Thu, Feb 17, 2022 at 12:45 AM Matteo Merli wrote: > +1 > > Checked signatures, compiled and run perf tool. > > > > -- > Matteo Merli > > > On Tue, Feb 15, 2022 at 7:28 PM r...@apache.org > wrote: > > > > Hi

Re: [DISCUSS] Apache Pulsar 2.10.0 release

2022-02-16 Thread PengHui Li
Hi Micheal > Penghui, is your current plan to create branch-2.10, create the release artifacts, and start a vote on them all within a few days of each other? Yes, I will create branch-2.10 today. For starting the vote, we need to confirm these 2 PRs[1] will not introduce breaking changes. Very

Re: [DISCUSS] Apache Pulsar 2.10.0 release

2022-02-16 Thread Matteo Merli
Yes, but I think that the code freeze is only meaningful if it’s communicated in advance. The fact that it was included in the original PIP but never followed in the practice means it would be a last minute change. On Wed, Feb 16, 2022 at 2:37 PM Michael Marshall wrote: > When we discussed the

Re: [VOTE] Pulsar Release 2.8.3 Candidate 1

2022-02-16 Thread PengHui Li
> I agree that it can be non-trivial to determine if an issue is an internal test or an upstream issue. My main point is that we should prefer early communication of potential issues that affect pending releases and accept that the issue might prove to be nothing more than a short delay in the

Re: [DISCUSS] Apache Pulsar 2.10.0 release

2022-02-16 Thread Michael Marshall
When we discussed the code freeze in the community meeting on 2/3, I was under the impression that it was a new development to our existing release process. I subsequently learned it was already defined in PIP 47. Even if we haven't been following this part of PIP 47, what is the value in waiting

[GitHub] [pulsar-helm-chart] bsheltonihs opened a new issue #230: issues creating clusterrole for functions

2022-02-16 Thread GitBox
bsheltonihs opened a new issue #230: URL: https://github.com/apache/pulsar-helm-chart/issues/230 **Is your feature request related to a problem? Please describe.** I am using argo-cd to deploy on openshift using these helm charts. The issue I have is when I enable functions the

[GitHub] [pulsar-helm-chart] bsheltonihs opened a new issue #229: Update pulsar-manager-service template to allow from admins to open multiple ports

2022-02-16 Thread GitBox
bsheltonihs opened a new issue #229: URL: https://github.com/apache/pulsar-helm-chart/issues/229 **Is your feature request related to a problem? Please describe.** I am using argo-cd to deploy on openshift using these helm charts. The issue I have is the backend admin service port is

Re: New Feature Proposal: flag to require a non-partitioned topic on Producer/Consumer Builder

2022-02-16 Thread Sijie Guo
I don't think we should expose this feature flag on the client-side. Ideally, people shouldn't be aware of partitioned vs non-partitioned. - Sijie On Wed, Feb 16, 2022 at 1:37 AM Enrico Olivelli wrote: > Ping > > Il Dom 13 Feb 2022, 11:49 Enrico Olivelli ha > scritto: > > > Hello, > > I have

Re: [DISCUSS] Apache Pulsar 2.10.0 release

2022-02-16 Thread Matteo Merli
Michael, as we chatted in last weekly meeting (though not yet formalized), since we have never really done a feature freeze on the branch during paste releases, we should start from the next release, to give a decent preview of what to expect to developers in terms of dates. > While some may feel

Re: [VOTE] Pulsar Release 2.8.3 Candidate 1

2022-02-16 Thread Michael Marshall
I agree that it can be non-trivial to determine if an issue is an internal test or an upstream issue. My main point is that we should prefer early communication of potential issues that affect pending releases and accept that the issue might prove to be nothing more than a short delay in the

Re: [DISCUSS] Apache Pulsar 2.10.0 release

2022-02-16 Thread Michael Marshall
> I will build the release and start the vote before next Monday(GMT+8) Penghui, is your current plan to create branch-2.10, create the release artifacts, and start a vote on them all within a few days of each other? > I'm doing my best to follow PIP 47, but when seeing a potential break >

[VOTE] Pulsar Release 2.9.2 Candidate 3

2022-02-16 Thread Ran Gao
This is the third release candidate for Apache Pulsar, version 2.9.2. *** Please download, test, and vote on this release. This vote will stay open for at least 72 hours *** Note that we are voting upon the source (tag), binaries are provided for convenience. Source and binary files:

[DISCUSS] PIP-142 Increase default numHttpServerThreads value to 200 to prevent Admin API unavailability

2022-02-16 Thread Lari Hotari
URL: https://github.com/apache/pulsar/issues/14329 Motivation Since Pulsar Admin API uses the blocking servlet API, all Jetty threads might be occupied and this causes unavailability of the Pulsar Admin API. The default value for the maximum number of threads for Jetty is too low in Pulsar. That

Re: [VOTE] Pulsar Client Go Release 0.8.0 Candidate 1

2022-02-16 Thread Matteo Merli
+1 Checked signatures, compiled and run perf tool. -- Matteo Merli On Tue, Feb 15, 2022 at 7:28 PM r...@apache.org wrote: > > Hi everyone, > Please review and vote on the release candidate #1 for the version > 0.8.0, as follows: > [ ] +1, Approve the release > [ ] -1, Do not approve the

[GitHub] [pulsar-site] dave2wave opened a new pull request #1: [PIP-87][Website] Publish website from asf-site-next branch

2022-02-16 Thread GitBox
dave2wave opened a new pull request #1: URL: https://github.com/apache/pulsar-site/pull/1 Motivation We are ready to switch over website publishing to the pulsar-site repository. Modifications Update the .asf.yaml file which to publish the website from the asf-site-next

Re: [DISCUSS] Apache Pulsar 2.10.0 release

2022-02-16 Thread PengHui Li
Hi all Just put an update here. We have 2 PRs[1] https://github.com/apache/pulsar/pull/13376 and https://github.com/apache/pulsar/pull/13341 need to do the final verification, and you are also very welcome to verify these 2 changes in your environment, cases. I will build the release and start

Re: [VOTE] Pulsar Release 2.7.5 Candidate 1

2022-02-16 Thread PengHui Li
Thanks for the great work! Penghui On Wed, Feb 16, 2022 at 6:54 PM Lari Hotari wrote: > I'll vote again with -1. > > The "CI - Integration - Cli / cli" build job passes cleanly for 2.7.4 . > This means that it's very likely that there's a regression in 2.7.5 . I'll > investigate the issue. > >

Re: [DISCUSS] Apache Pulsar 2.10.0 release

2022-02-16 Thread PengHui Li
Hi lari, > So finally, I understand that "the problem" is that all HTTP server threads are blocked and this makes the Pulsar Admin API unavailable. To support the blocking servlet API, Jetty uses a default thread pool that can grow to up to 200 threads (

Re: [ANNOUNCE] New Committer: Li Li

2022-02-16 Thread Haiting Jiang
Congrats! Thanks, Haiting On 2022/02/16 10:51:52 Guangning E wrote: > Configurations! > > > Thanks, > Guangning > > Jia Zhai 于2022年2月16日周三 15:40写道: > > > Congratulations > > > > > > On Wed, Feb 16, 2022 at 11:39 AM Yu wrote: > > > > > Hi Lili, > > > > > > Congrats! Well deserved! You've

[GitHub] [pulsar-manager] sama8 commented on pull request #434: SAML Integration for Login

2022-02-16 Thread GitBox
sama8 commented on pull request #434: URL: https://github.com/apache/pulsar-manager/pull/434#issuecomment-1041477673 Sharing if relevant -> [SAML Jackson](https://github.com/boxyhq/jackson) :) -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [DISCUSS] Apache Pulsar 2.10.0 release

2022-02-16 Thread Lari Hotari
I created PR https://github.com/apache/pulsar/pull/14320 to set numHttpServerThreads=200 . Please review On 2022/02/16 12:39:34 Lari Hotari wrote: > On 2022/02/16 00:58:20 PengHui Li wrote: > > Which is a sync method. Ultimately this could lead to all the pulsar-web > > thread > > blocked. we'd

Re: [DISCUSS] Apache Pulsar 2.10.0 release

2022-02-16 Thread Lari Hotari
On 2022/02/16 00:58:20 PengHui Li wrote: > Which is a sync method. Ultimately this could lead to all the pulsar-web > thread > blocked. we'd better not introduce blocking calls if we use AsyncResponse. > > > What issue did you see? Please share more context. Thanks for the > patience. > > It

Re: [DISCUSS] Apache Pulsar 2.10.0 release

2022-02-16 Thread Lari Hotari
> The contributors found there are many places that might also have the same > problem. I'm trying to understand "the problem" even though I haven't received replies from any of the contributors. For example, my question in https://github.com/apache/pulsar/issues/14013#issuecomment-1033528348

Re: [VOTE] Pulsar Release 2.7.5 Candidate 1

2022-02-16 Thread Lari Hotari
I'll vote again with -1. The "CI - Integration - Cli / cli" build job passes cleanly for 2.7.4 . This means that it's very likely that there's a regression in 2.7.5 . I'll investigate the issue. -Lari On 2022/02/16 10:21:23 Lari Hotari wrote: > The branch-2.7 build didn't complete cleanly for

Re: [ANNOUNCE] New Committer: Li Li

2022-02-16 Thread Guangning E
Configurations! Thanks, Guangning Jia Zhai 于2022年2月16日周三 15:40写道: > Congratulations > > > On Wed, Feb 16, 2022 at 11:39 AM Yu wrote: > > > Hi Lili, > > > > Congrats! Well deserved! You've made a lot of great changes to the Pulsar > > website! > > > > On Tue, Feb 15, 2022 at 5:56 PM ZhangJian

Re: [VOTE] Pulsar Release 2.7.5 Candidate 1

2022-02-16 Thread Lari Hotari
The branch-2.7 build didn't complete cleanly for the release commit https://github.com/apache/pulsar/commit/ed40840a65c413202c0aab6b9b1a29ed370f6fb7 . (click on the red cross icon before the text "Release 2.7.5" to see the build results popup) There are 3 failing build jobs: - 2 for "CI -

Re: New Feature Proposal: flag to require a non-partitioned topic on Producer/Consumer Builder

2022-02-16 Thread Enrico Olivelli
Ping Il Dom 13 Feb 2022, 11:49 Enrico Olivelli ha scritto: > Hello, > I have a use case in which my application MUST use a non-partitioned > topic to work properly, but the topic name is (of course) configurable > by the user. > If I am not using a non-partitioned topic, I do not have string >

[GitHub] [pulsar-client-node] tuteng commented on pull request #194: Fixed windows install client

2022-02-16 Thread GitBox
tuteng commented on pull request #194: URL: https://github.com/apache/pulsar-client-node/pull/194#issuecomment-1041259278 > Should we update the document as well? I think we need to define `OS_ARCH` environment variable when we compile the node client. Yes I think the documentation

Re: [VOTE] Pulsar Release 2.7.5 Candidate 1

2022-02-16 Thread Lari Hotari
+1 On 2022/02/11 13:47:50 Lari Hotari wrote: > This is the first release candidate for Apache Pulsar, version 2.7.5. > > It contains the following commits after the previous release: > https://github.com/apache/pulsar/compare/v2.7.4...v2.7.5-candidate-1 > > *** Please download, test and vote on