[GitHub] [pulsar-dotpulsar] justinwujian commented on issue #107: DotPulsar refers to the MySql.Data package, which will cause the consumer status to become 'Faulted' and eventually fail to consume me

2022-06-15 Thread GitBox
justinwujian commented on issue #107: URL: https://github.com/apache/pulsar-dotpulsar/issues/107#issuecomment-1156194070 > Sure... btw, you were running the code on a non-Windows system, right? My local development environment is Windows, but the environment deployed on the service is Li

Re: [VOTE] Pulsar Release 2.10.1 Candidate 1

2022-06-15 Thread Christophe Bornet
+1 (non-binding) * run docker image * test protocol handlers * test proxy extensions Thanks Christophe Le lun. 13 juin 2022 à 13:43, PengHui Li a écrit : > This is the first release candidate for Apache Pulsar 2.10.1 > > It fixes the following issues: > > https://github.com/apache/pulsar/pull

[GitHub] [pulsar-dotpulsar] blankensteiner commented on issue #107: DotPulsar refers to the MySql.Data package, which will cause the consumer status to become 'Faulted' and eventually fail to consume

2022-06-15 Thread GitBox
blankensteiner commented on issue #107: URL: https://github.com/apache/pulsar-dotpulsar/issues/107#issuecomment-1156398060 Roger. With the release of version 2.4.0, I am closing this issue. -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [pulsar-dotpulsar] blankensteiner closed issue #107: DotPulsar refers to the MySql.Data package, which will cause the consumer status to become 'Faulted' and eventually fail to consume messag

2022-06-15 Thread GitBox
blankensteiner closed issue #107: DotPulsar refers to the MySql.Data package, which will cause the consumer status to become 'Faulted' and eventually fail to consume messages. URL: https://github.com/apache/pulsar-dotpulsar/issues/107 -- This is an automated message from the Apache Git Servi

Mark delete rate limiter bug?

2022-06-15 Thread Asaf Mesika
Hi, In the Managed Cursor implementation, I saw that the position state is persisted in the ledger whenever a user calls acknowledge, be it individual or cumulative. For performance reasons there is a rate limiter, defaulting to 1 persist action per second. The bug: 17:00:00.003 - user ack a sin

Major problem

2022-06-15 Thread Niclas Hedhman
Hi, (perhaps this is a dev@ issue more than a users@ issue) I have had a Pulsar system running for ~5 months and have had no problems. Today I updated my application that uses Pulsar, and everything stopped working. I naturally assumed that the problem was in my application. And after a lot

Re: Mark delete rate limiter bug?

2022-06-15 Thread Jiuming Tao
Entries will filtered by ManagedCursorImpl#filterReadEntries Both of individual_ack and cumulative_ack will update ManagedCursorImpl#individualDeletedMessages, messages will be filtered which has already acked. Thanks, Tao Jiuming > 2022年6月15日 下午11:45,Asaf Mesika 写道: > > Hi, > > In the Mana

Re: Major problem

2022-06-15 Thread Matteo Merli
Hi Niclas, can you provide the output of `pulsar-admin topics stats $TOPIC` -- Matteo Merli On Wed, Jun 15, 2022 at 9:18 AM Niclas Hedhman wrote: > > Hi, > (perhaps this is a dev@ issue more than a users@ issue) > > I have had a Pulsar system running for ~5 months and have had no > problems.

Re: Mark delete rate limiter bug?

2022-06-15 Thread Matteo Merli
There is a background flush process that was added for this precise reason. In broker.conf # How frequently to flush the cursor positions that were accumulated due to rate limiting. (seconds). # Default is 60 seconds managedLedgerCursorPositionFlushSeconds=60 -- Matteo Merli On Wed, Jun 15

Re: Major problem

2022-06-15 Thread Niclas Hedhman
On 2022-06-15 20:03, Matteo Merli wrote: Hi Niclas, can you provide the output of `pulsar-admin topics stats $TOPIC` Answer on users@ brought me back to a stable situation and issue is resolved. Thanks Niclas

[GitHub] [pulsar-client-node] k2la commented on pull request #81: Support seting topic schema when creating producers/consumers

2022-06-15 Thread GitBox
k2la commented on PR #81: URL: https://github.com/apache/pulsar-client-node/pull/81#issuecomment-1157131659 @lcartercondon Could you please rebase to the master branch? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [pulsar-site] urfreespace merged pull request #118: fix: optimize crowdin build flow

2022-06-15 Thread GitBox
urfreespace merged PR #118: URL: https://github.com/apache/pulsar-site/pull/118 -- 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-unsubscr...@pulsar.a

Re: [VOTE] Pulsar Release 2.10.1 Candidate 1

2022-06-15 Thread Hiroyuki Sakai
+1 (binding) - Check signatures/checksums - Check the license headers - build sources - Validate Connectors - Validate Pub/Sub and Java Functions - Validate Stateful Functions Regards, Hiroyuki From: PengHui Li Sent: Monday, June 13, 2022 20:42 To: Dev Su

[DISCUSS] Reject partitioned topic creation when the topic name contains the `partition` keyword.

2022-06-15 Thread mattison chao
Hello, everyone. I want to start a discussion about *Reject partitioned topic creation when the topic name contains the `-partition-` keyword.* Please feel free to express your opinion. *Background* We first found this problem two months ago. When the user sets the *allowAutoTopicCreation* polic

RE: [VOTE] Pulsar Release 2.10.1 Candidate 1

2022-06-15 Thread Shusuke Tsuda
+1 (non-binding) - verified checksums and signatures - build from source - verified pub/sub and java functions - verified stateful functions Thanks, Shusuke Tsuda -Original Message- From: PengHui Li Sent: Monday, June 13, 2022 8:43 PM To: Dev Subject: [VOTE] Pulsar Release 2.10.1 Cand