[GitHub] [pulsar-client-node] equanz opened a new pull request #160: Fix leak at MessageId::Serialize

2021-06-02 Thread GitBox
equanz opened a new pull request #160: URL: https://github.com/apache/pulsar-client-node/pull/160 ### Motivation `MessageId::Serialize` possibly has a memory leak bug. Here are a simple reproduce code and valgrind log. ```js for (let i = 0; i < 1000; i += 1) { const msg =

[GitHub] [pulsar-dotpulsar] blankensteiner commented on a change in pull request #71: Basic partitioned producer

2021-06-02 Thread GitBox
blankensteiner commented on a change in pull request #71: URL: https://github.com/apache/pulsar-dotpulsar/pull/71#discussion_r643908350 ## File path: src/DotPulsar/SinglePartitionRouter.cs ## @@ -0,0 +1,43 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License

Re: [VOTE] Pulsar Release 2.6.4 Candidate 1

2021-06-02 Thread Lari Hotari
Thank you to everyone involved in validating the 2.6.4 release. We have one +1 binding vote and +4 non-binding votes for the v2.6.4-candidate-1 tag. This is my first time as a release manager, so I have some questions. Can I assume that v2.6.4-candidate-1 is now approved? I'll continue with "9. Pr

Re: [VOTE] Pulsar Release 2.6.4 Candidate 1

2021-06-02 Thread Matteo Merli
+1 binding Checked: * Signatures * Bin distribution: - NOTICE, README, LICENSE - Start standalone service and producer/consumer test * Src distribution: - NOTICE, README, LICENSE - Compile and unit tests - Start standalone service * Checked staging maven repository ar

Re: [VOTE] Pulsar Release 2.6.4 Candidate 1

2021-06-02 Thread Jerry Peng
+1 binding Checked (on MacOS Catalina) : * Signatures * Bin distribution: - NOTICE, README, LICENS - Start standalone - Validate Pub/Sub and Java Functions - Validate Stateful Functions * Src distribution: - NOTICE, README, LICENSE - Compile - Start standalo

Re: [VOTE] Pulsar Release 2.6.4 Candidate 1

2021-06-02 Thread Lari Hotari
Thank you to everyone involved in validating the 2.6.4 release. I'm closing the vote now. We have the required +3 binding votes and in addition there are +4 non-binding votes for the v2.6.4-candidate-1 tag. The v2.6.4-candidate-1 tag is approved for 2.6.4 release. I will continue with "9. Promote

[GitHub] [pulsar-helm-chart] freewaterfreewater commented on issue #124: pulsar waiting to start: PodInitializing

2021-06-02 Thread GitBox
freewaterfreewater commented on issue #124: URL: https://github.com/apache/pulsar-helm-chart/issues/124#issuecomment-853615690 zookeeper pod commit # bin/bookkeeper shell metaformat pulsar-bookie pod is ok ,running -- This is an automated message from the Apache Git Service. To r

[GitHub] [pulsar-helm-chart] freewaterfreewater removed a comment on issue #124: pulsar waiting to start: PodInitializing

2021-06-02 Thread GitBox
freewaterfreewater removed a comment on issue #124: URL: https://github.com/apache/pulsar-helm-chart/issues/124#issuecomment-853616212 commit #bin/pulsar zookeeper-shell -server pulsar-zookeeper get /admin/clusters/pulsar -- This is an automated message from the Apache Git Service. To r

[GitHub] [pulsar-helm-chart] freewaterfreewater commented on issue #124: pulsar waiting to start: PodInitializing

2021-06-02 Thread GitBox
freewaterfreewater commented on issue #124: URL: https://github.com/apache/pulsar-helm-chart/issues/124#issuecomment-853616212 commit #bin/pulsar zookeeper-shell -server pulsar-zookeeper get /admin/clusters/pulsar -- This is an automated message from the Apache Git Service. To respond t

[GitHub] [pulsar-helm-chart] freewaterfreewater commented on issue #124: pulsar waiting to start: PodInitializing

2021-06-02 Thread GitBox
freewaterfreewater commented on issue #124: URL: https://github.com/apache/pulsar-helm-chart/issues/124#issuecomment-853616707 commit #bin/pulsar zookeeper-shell -server pulsar-zookeeper get /admin/clusters/pulsar 06:41:04.299 [main] INFO org.apache.zookeeper.ZooKeeper - Client en

Regression for Java Client on Alpine Linux

2021-06-02 Thread Enrico Olivelli
Hi all, I am testing the upgrade of the Java client from 2.7.1 to 2.8.0-SNAPSHOT on an application the runs on Alpine linux. It used to run with 2.7.1 but it crashes with 2.8.0-SNAPSHOT due to Netty TCNative. More details here https://github.com/apache/pulsar/issues/10798 I believe this is a show