Re: [I] [Bug] Failed to verify checksum [pulsar]

2023-12-07 Thread via GitHub
poorbarcode closed issue #21557: [Bug] Failed to verify checksum URL: https://github.com/apache/pulsar/issues/21557 -- 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 unsubscri

Re: [I] [Bug] Failed to verify checksum [pulsar]

2023-12-06 Thread via GitHub
poorbarcode commented on issue #21557: URL: https://github.com/apache/pulsar/issues/21557#issuecomment-1842617019 @zifengmo Are you using `HaProxy` or other proxies? One user hit the same problem caused by using `HaProxy`. see the [doc](https://pulsar.apache.org/docs/3.1.x/concepts

Re: [I] [Bug] Failed to verify checksum [pulsar]

2023-12-01 Thread via GitHub
poorbarcode commented on issue #21557: URL: https://github.com/apache/pulsar/issues/21557#issuecomment-1836874206 @qiaofazhan I think I found the root cause: - https://github.com/apache/bookkeeper/pull/4140 @zifengmo The issue fixed by https://github.com/apache/book

Re: [I] [Bug] Failed to verify checksum [pulsar]

2023-11-21 Thread via GitHub
poorbarcode commented on issue #21557: URL: https://github.com/apache/pulsar/issues/21557#issuecomment-1820534796 @zifengmo Tencent Meeting: https://meeting.tencent.com/dm/ABHS51AzBooq -- This is an automated message from the Apache Git Service. To respond to the message

Re: [I] [Bug] Failed to verify checksum [pulsar]

2023-11-21 Thread via GitHub
zifengmo commented on issue #21557: URL: https://github.com/apache/pulsar/issues/21557#issuecomment-1820531419 > > @qiaofazhan Could we start a meeting to talk about how to reproduce this issue? > > cc: @zifengmo > > @qiaofazhan Could you provide more logs that before the issue occurs?

Re: [I] [Bug] Failed to verify checksum [pulsar]

2023-11-21 Thread via GitHub
zifengmo commented on issue #21557: URL: https://github.com/apache/pulsar/issues/21557#issuecomment-1820530626 > @qiaofazhan Could we start a meeting to talk about how to reproduce this issue? > > cc: @zifengmo > > @qiaofazhan Could you provide more logs that before the issue o

Re: [I] [Bug] Failed to verify checksum [pulsar]

2023-11-21 Thread via GitHub
zifengmo closed issue #21557: [Bug] Failed to verify checksum URL: https://github.com/apache/pulsar/issues/21557 -- 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,

Re: [I] [Bug] Failed to verify checksum [pulsar]

2023-11-21 Thread via GitHub
zifengmo commented on issue #21557: URL: https://github.com/apache/pulsar/issues/21557#issuecomment-1820527558 > I have the same problem. > > version: broker 3.0.1 client 3.0.1 > > The same problem often occurs when I use remote replication in multiple clusters. This prevents m

Re: [I] [Bug] Failed to verify checksum [pulsar]

2023-11-21 Thread via GitHub
zifengmo commented on issue #21557: URL: https://github.com/apache/pulsar/issues/21557#issuecomment-1820513456 > @zifengmo > > > And because of this problem, the broker has been rolled back. But it cannot be reproduced locally. I will redeploy it later to check. > > Thanks. Cou

Re: [I] [Bug] Failed to verify checksum [pulsar]

2023-11-20 Thread via GitHub
poorbarcode commented on issue #21557: URL: https://github.com/apache/pulsar/issues/21557#issuecomment-1820390242 @qiaofazhan Could we start a meeting to talk about how to reproduce this issue? -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [I] [Bug] Failed to verify checksum [pulsar]

2023-11-20 Thread via GitHub
qiaofazhan commented on issue #21557: URL: https://github.com/apache/pulsar/issues/21557#issuecomment-1820312665 I have the same problem. version: broker 3.0.1 client 3.0.1 The same problem often occurs when I use remote replication in multiple clusters. This prevents mess

Re: [I] [Bug] Failed to verify checksum [pulsar]

2023-11-20 Thread via GitHub
poorbarcode commented on issue #21557: URL: https://github.com/apache/pulsar/issues/21557#issuecomment-1819317228 @zifengmo > And because of this problem, the broker has been rolled back. But it cannot be reproduced locally. I will redeploy it later to check. Thanks. Could you

Re: [I] [Bug] Failed to verify checksum [pulsar]

2023-11-19 Thread via GitHub
zifengmo commented on issue #21557: URL: https://github.com/apache/pulsar/issues/21557#issuecomment-1818124242 The code of the message builder : TypedMessageBuilder messageBuilder = producer.newMessage().key(key).value(data.toString().getBytes()); CompletableFuture messageIdCompletable

Re: [I] [Bug] Failed to verify checksum [pulsar]

2023-11-19 Thread via GitHub
zifengmo commented on issue #21557: URL: https://github.com/apache/pulsar/issues/21557#issuecomment-1818118000 > BTW, the messages will be packaged as a batched message if you enabled `enableBatching`(default value is `true`) The code of the producer builder: private Producer g

Re: [I] [Bug] Failed to verify checksum [pulsar]

2023-11-18 Thread via GitHub
BewareMyPower commented on issue #21557: URL: https://github.com/apache/pulsar/issues/21557#issuecomment-1817521823 @poorbarcode Is there any workaround if it's a Netty bug? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [I] [Bug] Failed to verify checksum [pulsar]

2023-11-17 Thread via GitHub
poorbarcode commented on issue #21557: URL: https://github.com/apache/pulsar/issues/21557#issuecomment-1816912147 It seems a Netty bug - A similar issue of BK: https://github.com/apache/bookkeeper/issues/3521 - A similar issue of Netty: https://github.com/netty/netty/issues/10098

Re: [I] [Bug] Failed to verify checksum [pulsar]

2023-11-17 Thread via GitHub
poorbarcode commented on issue #21557: URL: https://github.com/apache/pulsar/issues/21557#issuecomment-1816087728 BTW, the messages will be packaged as a batched message if you enabled `enableBatching`(default value is `true`) -- This is an automated message from the Apache Git Service.

Re: [I] [Bug] Failed to verify checksum [pulsar]

2023-11-17 Thread via GitHub
poorbarcode commented on issue #21557: URL: https://github.com/apache/pulsar/issues/21557#issuecomment-1816084424 @zifengmo Could you share the code of the producer builder? And a Broker heap dump when the issue occurs. -- This is an automated message from the Apache Git Service. To respo

[I] [Bug] Failed to verify checksum [pulsar]

2023-11-09 Thread via GitHub
zifengmo opened a new issue, #21557: URL: https://github.com/apache/pulsar/issues/21557 ### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Version brokers : 3.0.1 clients : 2.5.2 and 3.