[GitHub] [pulsar-manager] lvs071103 opened a new issue #311: pulsar-manager generate token report error: Token generate failed

2020-06-25 Thread GitBox
lvs071103 opened a new issue #311: URL: https://github.com/apache/pulsar-manager/issues/311 ![image](https://user-images.githubusercontent.com/5029708/85827345-ab0f6600-b7b8-11ea-9254-a70c186d0634.png) logs: ``` 2020-06-26 06:17:37.746 DEBUG 47 --- [http-nio-7750-Acceptor-0

[GitHub] [pulsar-manager] lvs071103 commented on issue #307: enable proxy pulsar-manager log report Error 401 Authentication required

2020-06-25 Thread GitBox
lvs071103 commented on issue #307: URL: https://github.com/apache/pulsar-manager/issues/307#issuecomment-649996930 ``` forwardAuthorizationCredentials=true ``` The problem could not be solved This is an automated

[GitHub] [pulsar-client-node] s-yoshika opened a new issue #98: Support getRedeliveryCount of Message

2020-06-25 Thread GitBox
s-yoshika opened a new issue #98: URL: https://github.com/apache/pulsar-client-node/issues/98 I need to use `message.getRedeliveryCount` to acknowledge the message retryed too many(or to cancel the message). It seems not to be defined in pulsar-node-client but which is already defined in

[GitHub] [pulsar-helm-chart] sijie merged pull request #28: Don't substitute environment variables

2020-06-25 Thread GitBox
sijie merged pull request #28: URL: https://github.com/apache/pulsar-helm-chart/pull/28 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

[GitHub] [pulsar-manager] wolfstudy merged pull request #306: Support multi address for broker stats

2020-06-25 Thread GitBox
wolfstudy merged pull request #306: URL: https://github.com/apache/pulsar-manager/pull/306 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

[GitHub] [pulsar-helm-chart] sijie opened a new pull request #28: Don't substitute environment variables

2020-06-25 Thread GitBox
sijie opened a new pull request #28: URL: https://github.com/apache/pulsar-helm-chart/pull/28 *Motivation* environment variables are already taken by bash scripts. We don't need to substitute them. This is an

[GitHub] [pulsar-helm-chart] sijie commented on issue #26: pods for broker/bookkeeper init failed - Could not find or load main class "-Xms1g error

2020-06-25 Thread GitBox
sijie commented on issue #26: URL: https://github.com/apache/pulsar-helm-chart/issues/26#issuecomment-649900406 I don't see `-Xms1g` in the default vaules.ymal file. Can you share your values file? This is an automated mess

[GitHub] [pulsar-helm-chart] sijie commented on issue #26: pods for broker/bookkeeper init failed - Could not find or load main class "-Xms1g error

2020-06-25 Thread GitBox
sijie commented on issue #26: URL: https://github.com/apache/pulsar-helm-chart/issues/26#issuecomment-649900169 @rvashishth Are you running with the latest master? This is an automated message from the Apache Git Service. To

[GitHub] [pulsar-helm-chart] sijie closed issue #25: Pods of broker/proxy/recovery init failed when enabled tls

2020-06-25 Thread GitBox
sijie closed issue #25: URL: https://github.com/apache/pulsar-helm-chart/issues/25 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 t

[GitHub] [pulsar-helm-chart] sijie merged pull request #27: Fix #25

2020-06-25 Thread GitBox
sijie merged pull request #27: URL: https://github.com/apache/pulsar-helm-chart/pull/27 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

[GitHub] [pulsar-helm-chart] sijie commented on issue #23: Missing arguments in prepare_helm_release.sh script

2020-06-25 Thread GitBox
sijie commented on issue #23: URL: https://github.com/apache/pulsar-helm-chart/issues/23#issuecomment-649899101 Created an issue to update the documentation. apache/pulsar#7365 This is an automated message from the Apache Gi

[GitHub] [pulsar-manager] jaschnell opened a new issue #310: Support for TLS Authentication & Authorization

2020-06-25 Thread GitBox
jaschnell opened a new issue #310: URL: https://github.com/apache/pulsar-manager/issues/310 Need to enable support for TLS authentication & authorization. Also update the docs to explicitly call out that TLS authentication + authorization is not supported until it actually is. -

[GitHub] [pulsar-helm-chart] tabalt opened a new pull request #27: Fix #25

2020-06-25 Thread GitBox
tabalt opened a new pull request #27: URL: https://github.com/apache/pulsar-helm-chart/pull/27 ### Motivation Fix #25 ### Modifications Wait for the certificate file to be generated in script /pulsar/keytool/keytool.sh

[GitHub] [pulsar-helm-chart] tabalt removed a comment on issue #25: Pods of broker/proxy/recovery init failed when enabled tls

2020-06-25 Thread GitBox
tabalt removed a comment on issue #25: URL: https://github.com/apache/pulsar-helm-chart/issues/25#issuecomment-649571662 The current script for init container like the following: ``` /pulsar/keytool/keytool.sh broker ${HOSTNAME}.pulsar-broker.pulsar.svc.cluster.local true; until bin/

[GitHub] [pulsar-helm-chart] rvashishth opened a new issue #26: pods for broker/bookkeeper fails to create with Could not find or load main class "-Xms1g error

2020-06-25 Thread GitBox
rvashishth opened a new issue #26: URL: https://github.com/apache/pulsar-helm-chart/issues/26 **Describe the bug** Init container `pulsar-bookkeeper-verify-clusterid fail` fails to start with following stack trace ``` [conf/bookkeeper.conf] Applying config ledgerDirectories =

[GitHub] [pulsar-helm-chart] grstein edited a comment on issue #23: Missing arguments in prepare_helm_release.sh script

2020-06-25 Thread GitBox
grstein edited a comment on issue #23: URL: https://github.com/apache/pulsar-helm-chart/issues/23#issuecomment-648992588 Hi @sijie I got the same issue, but I couldn't find any option in the helm chart to set those options. Found it in: .Values.pulsar_manager.admin.user .Valu

[GitHub] [pulsar-helm-chart] tabalt edited a comment on issue #25: Pods of broker/proxy/recovery init failed when enabled tls

2020-06-25 Thread GitBox
tabalt edited a comment on issue #25: URL: https://github.com/apache/pulsar-helm-chart/issues/25#issuecomment-649571662 The current script for init container like the following: ``` /pulsar/keytool/keytool.sh broker ${HOSTNAME}.pulsar-broker.pulsar.svc.cluster.local true; until bin/b

[GitHub] [pulsar-helm-chart] tabalt commented on issue #25: Pods of broker/proxy/recovery init failed when enabled tls

2020-06-25 Thread GitBox
tabalt commented on issue #25: URL: https://github.com/apache/pulsar-helm-chart/issues/25#issuecomment-649571662 I think move the `keytool.sh` after `until` as the following can solve the problem: ``` until /pulsar/keytool/keytool.sh broker ${HOSTNAME}.pulsar-broker.pulsar.svc.clust

[GitHub] [pulsar-helm-chart] tabalt commented on issue #25: Pods of broker/proxy/recovery init failed when enabled tls

2020-06-25 Thread GitBox
tabalt commented on issue #25: URL: https://github.com/apache/pulsar-helm-chart/issues/25#issuecomment-649549983 @sijie Yes, I have installed cert-manager before installing the Pulsar helm chart. ![image](https://user-images.githubusercontent.com/1662442/85725598-d7c76d00-b727-11ea-98

[GitHub] [pulsar-dotpulsar] dionjansen commented on pull request #47: Redeliver unacknowledged messages

2020-06-25 Thread GitBox
dionjansen commented on pull request #47: URL: https://github.com/apache/pulsar-dotpulsar/pull/47#issuecomment-649420395 @blankensteiner hi I tried implementing one part of #45 which is exposing this [redeliverunacknowledgedmessages](https://pulsar.apache.org/docs/en/develop-binary-protoco

[GitHub] [pulsar-dotpulsar] dionjansen opened a new pull request #47: Redeliver unacknowledged messages

2020-06-25 Thread GitBox
dionjansen opened a new pull request #47: URL: https://github.com/apache/pulsar-dotpulsar/pull/47 Try exposing binary RedeliverUnacknowledgedMessages command in consumer API. This is an automated message from the Apache Git

Slack digest for #dev - 2020-06-25

2020-06-25 Thread Apache Pulsar Slack
2020-06-24 10:44:48 UTC - Jermaine Oppong: @Jermaine Oppong has joined the channel 2020-06-24 14:51:30 UTC - Addison Higham: @Alex Yaroslavsky the auth data is currently pretty much used just in establishing clients/producers/consumers, curious what you use case is 2020-06-24 16:19:03

Build failed in Jenkins: pulsar-website-build #1046

2020-06-25 Thread Apache Jenkins Server
See Changes: [github] Fix race condition in which exitFuture in FunctionAssignmentTailer never -- [...truncated 3.58 MB...] -- Detecting CXX compiler ABI info -- Det

[GitHub] [pulsar-dotpulsar] dionjansen commented on issue #45: Support - Consumer.NegativeAcknowledge

2020-06-25 Thread GitBox
dionjansen commented on issue #45: URL: https://github.com/apache/pulsar-dotpulsar/issues/45#issuecomment-649355282 From what I can tell both the Java and C++ clients use a client sided tracker to keep track of negatively acknowledged messages add by the [Consumer. negativeAcknowledge](htt