[GitHub] [pulsar] codelipenghui commented on issue #6845: Subscription to topics with regex not working for non-persisten topics

2020-04-29 Thread GitBox
codelipenghui commented on issue #6845: URL: https://github.com/apache/pulsar/issues/6845#issuecomment-621642156 @itaross Can you provide more details about the bug? what version are you using and how to reproduce it. This will help to troubleshoot this issue.

[GitHub] [pulsar] shustsud commented on pull request #6849: [broker] Fixed IllegalArgumentException issue in Key_Shared

2020-04-29 Thread GitBox
shustsud commented on pull request #6849: URL: https://github.com/apache/pulsar/pull/6849#issuecomment-621618631 /pulsarbot run-failure-checks This is an automated message from the Apache Git Service. To respond to the messag

[GitHub] [pulsar] rueian commented on issue #6850: Latest pulsar-all docker image might be broken.

2020-04-29 Thread GitBox
rueian commented on issue #6850: URL: https://github.com/apache/pulsar/issues/6850#issuecomment-621609045 I run into the same issue. This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [pulsar] sijie commented on issue #6818: pulsar-client vulnerability CVE-2015-5237 (shaded protobuf-java:2.4.1)

2020-04-29 Thread GitBox
sijie commented on issue #6818: URL: https://github.com/apache/pulsar/issues/6818#issuecomment-621601193 @guyv currently pulsar client is using a customized protobuf-2.4 version for processing the requests. It is used for avoiding generating a lot of objects and reducing the frequency of g

[GitHub] [pulsar] shustsud commented on pull request #6849: [broker] Fixed IllegalArgumentException issue in Key_Shared

2020-04-29 Thread GitBox
shustsud commented on pull request #6849: URL: https://github.com/apache/pulsar/pull/6849#issuecomment-621596809 /pulsarbot run-failure-checks This is an automated message from the Apache Git Service. To respond to the messag

[GitHub] [pulsar] MarvinCai opened a new issue #6850: Latest pulsar-all docker image might be broken.

2020-04-29 Thread GitBox
MarvinCai opened a new issue #6850: URL: https://github.com/apache/pulsar/issues/6850 **Describe the bug** When following instruction to run pulsar with minikube, I stuck at the step "$ kubectl apply -f bookie.yaml" The pod can not start up and I see error log "Error: Could not

[GitHub] [pulsar] tuteng commented on issue #5847: Error at starting apachepulsar/pulsar-dashboard docker container within Kubernetes

2020-04-29 Thread GitBox
tuteng commented on issue #5847: URL: https://github.com/apache/pulsar/issues/5847#issuecomment-621584874 You can try http://pulsar.apache.org/docs/en/administration-pulsar-manager/ first. https://github.com/apache/pulsar-manager is a better management tool. Let's take a look at this probl

[pulsar] branch master updated: Support set password to managed ledger from brokerconfg (#6844)

2020-04-29 Thread zhaijia
This is an automated email from the ASF dual-hosted git repository. zhaijia pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git The following commit(s) were added to refs/heads/master by this push: new 2122e27 Support set password to managed ledger

[GitHub] [pulsar] gh777777 commented on pull request #4946: [pulsar-functions][python-examples] Fixing python function example custom_object_function.py

2020-04-29 Thread GitBox
gh77 commented on pull request #4946: URL: https://github.com/apache/pulsar/pull/4946#issuecomment-621576745 @sijie thank you for making this example works! I'm learning pulsar functions dev in python. About this example (custom_object_function.py), how can I build and send a custom ob

[GitHub] [pulsar] jiazhai commented on issue #6843: support setPassword to managedLedger from brokerconfg

2020-04-29 Thread GitBox
jiazhai commented on issue #6843: URL: https://github.com/apache/pulsar/issues/6843#issuecomment-621574099 @liudezhi2098 Thanks for the help on it. This is an automated message from the Apache Git Service. To respond to the m

[GitHub] [pulsar] sijie commented on issue #6842: Pulsar Java client contains shaded Jackson which makes it kind of unusable with Spring Boot

2020-04-29 Thread GitBox
sijie commented on issue #6842: URL: https://github.com/apache/pulsar/issues/6842#issuecomment-621574013 @Persi the default `pulsar-client` shades all dependencies. You can use `pulsar-client-original` with unshaded dependencies. ---

[pulsar] branch master updated: Avoid creating partitioned topic for partition name (#6846)

2020-04-29 Thread zhaijia
This is an automated email from the ASF dual-hosted git repository. zhaijia pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git The following commit(s) were added to refs/heads/master by this push: new bb41702 Avoid creating partitioned topic for p

[GitHub] [pulsar-client-go] jiazhai commented on issue #234: Cannot build the project

2020-04-29 Thread GitBox
jiazhai commented on issue #234: URL: https://github.com/apache/pulsar-client-go/issues/234#issuecomment-621570463 @wolfstudy Could we fix this? This is misleading. This is an automated message from the Apache Git Service. T

[GitHub] [pulsar] shustsud opened a new pull request #6849: [broker] Fixed IllegalArgumentException issue in Key_Shared

2020-04-29 Thread GitBox
shustsud opened a new pull request #6849: URL: https://github.com/apache/pulsar/pull/6849 ### Motivation If subscription type is Key_Shared, IllegalArgumentException occurs. Reproduces when the Replicated subscription is enabled. Log: ``` 14:47:24.297 [bookkeeper-ml-wo

[GitHub] [pulsar] cdbartholomew opened a new pull request #6848: [JDBC Sink] JDBC sink does not handle null in schema

2020-04-29 Thread GitBox
cdbartholomew opened a new pull request #6848: URL: https://github.com/apache/pulsar/pull/6848 ### Motivation JDBC sink does not handle `null` fields. For example, the field `example` can potentially be null. The schema registered in Pulsar allows for it, and the table schema in MyS

[GitHub] [pulsar] gfredericks opened a new issue #6847: Reader skips over large block of messages after calling `seek`

2020-04-29 Thread GitBox
gfredericks opened a new issue #6847: URL: https://github.com/apache/pulsar/issues/6847 # Bug Description In some difficult-to-reproduce circumstances, a reader will skip forward to later in the topic with no indication that anything abnormal happened. # To Reproduce 1. Publish

[GitHub] [pulsar] devinbost edited a comment on issue #4937: Retrieve schema instance from schema info for type 'NONE'

2020-04-29 Thread GitBox
devinbost edited a comment on issue #4937: URL: https://github.com/apache/pulsar/issues/4937#issuecomment-621445978 At a glance, I wonder if this issue is related to this other one: https://github.com/apache/pulsar/issues/4857 --

[GitHub] [pulsar] devinbost commented on issue #4937: Retrieve schema instance from schema info for type 'NONE'

2020-04-29 Thread GitBox
devinbost commented on issue #4937: URL: https://github.com/apache/pulsar/issues/4937#issuecomment-621445978 At a glance, I wonder if this issue is related to this other one: https://github.com/apache/pulsar/issues/4857#issuecomment-517065570 --

[GitHub] [pulsar] devinbost commented on issue #4857: Error: "Trying to subscribe with incompatible schema" even though isSchemaValidationEnforced=false

2020-04-29 Thread GitBox
devinbost commented on issue #4857: URL: https://github.com/apache/pulsar/issues/4857#issuecomment-621444103 @FFC-SystemAdmin We've noticed that it seems like this issue may occur depending on the order in which subscriptions are made (e.g. from sink to source vs source to sink.) We've

[GitHub] [pulsar] cdbartholomew commented on pull request #6767: [function] Function endpoint admin/v3/functions/{tenant}/{namespace} always returns 404

2020-04-29 Thread GitBox
cdbartholomew commented on pull request #6767: URL: https://github.com/apache/pulsar/pull/6767#issuecomment-621407940 /pulsarbot run-failure-checks This is an automated message from the Apache Git Service. To respond

[GitHub] [pulsar] addisonj commented on pull request #6846: Avoid creating partitioned topic for partition name

2020-04-29 Thread GitBox
addisonj commented on pull request #6846: URL: https://github.com/apache/pulsar/pull/6846#issuecomment-621395527 This looks good to me. I will hotfix this into my clusters at some point in the next few days and will confirm the fix as well. Thanks for the quick turn around! --

[GitHub] [pulsar] kjaggann commented on issue #6834: Apache pulsar Encryption failed using ecdsa

2020-04-29 Thread GitBox
kjaggann commented on issue #6834: URL: https://github.com/apache/pulsar/issues/6834#issuecomment-621346012 I don't see any document in apache pulsar at-least to try python encryption and decryption This is an automated mess

[GitHub] [pulsar] complex64 edited a comment on issue #5847: Error at starting apachepulsar/pulsar-dashboard docker container within Kubernetes

2020-04-29 Thread GitBox
complex64 edited a comment on issue #5847: URL: https://github.com/apache/pulsar/issues/5847#issuecomment-621342768 Running into this issue with the image `apachepulsar/pulsar-dashboard:2.5.1` and the following error: ``` Starting Pulsar dasboard + /pulsar/init-postgres.sh +

[GitHub] [pulsar] complex64 commented on issue #5847: Error at starting apachepulsar/pulsar-dashboard docker container within Kubernetes

2020-04-29 Thread GitBox
complex64 commented on issue #5847: URL: https://github.com/apache/pulsar/issues/5847#issuecomment-621342768 Running into this issue with the image `apachepulsar/pulsar-dashboard:2.5.1` and the following error: ``` Starting Pulsar dasboard + /pulsar/init-postgres.sh + rm -rf

[GitHub] [pulsar] digi691 commented on issue #5417: Broker hangs and crashes when listing non-persistent topics

2020-04-29 Thread GitBox
digi691 commented on issue #5417: URL: https://github.com/apache/pulsar/issues/5417#issuecomment-621328591 Know this issue is stale though we are still having this issue on our bare metal clusters. I recently setup Pulsar in Kubernetes and I'm not seeing this behavior. Is there any kind

[GitHub] [pulsar] codelipenghui opened a new pull request #6846: Avoid creating partitioned topic for partition name

2020-04-29 Thread GitBox
codelipenghui opened a new pull request #6846: URL: https://github.com/apache/pulsar/pull/6846 Fixes #6840 ### Motivation Avoid creating partitioned topic for partition name ### Verifying this change New unit test added. ### Does this pull request potential

[GitHub] [pulsar] itaross opened a new issue #6845: Subscription to topics with regex not working for non-persisten topics

2020-04-29 Thread GitBox
itaross opened a new issue #6845: URL: https://github.com/apache/pulsar/issues/6845 Messages on non-persistent topics are not received when using a regex subscription. This problem is encountered when using a Pulsar IO custom connector (sink). When using persistent topics the subs

[GitHub] [pulsar] liudezhi2098 opened a new pull request #6844: Support set password to managed ledger from brokerconfg

2020-04-29 Thread GitBox
liudezhi2098 opened a new pull request #6844: URL: https://github.com/apache/pulsar/pull/6844 Master Issue: #6843 ## Motivation broker supports ManagedLedger configuration ## Modifications This change can be supported managedLedgerPassword configuration org.apa

[GitHub] [pulsar] liudezhi2098 opened a new issue #6843: support setPassword to managedLedger from brokerconfg

2020-04-29 Thread GitBox
liudezhi2098 opened a new issue #6843: URL: https://github.com/apache/pulsar/issues/6843 ## Motivation broker supports ManagedLedger configuration ## Proposed changes org.apache.pulsar.broker.ServiceConfiguration ```java @FieldContext( catego

[GitHub] [pulsar] kjaggann commented on issue #6834: Apache pulsar Encryption failed using ecdsa

2020-04-29 Thread GitBox
kjaggann commented on issue #6834: URL: https://github.com/apache/pulsar/issues/6834#issuecomment-621248014 do you have any sample python script encryption for producer and consumer This is an automated message from the Apach

[GitHub] [pulsar] Persi opened a new issue #6842: Pulsar Java client contains shaded Jackson which makes it kind of unusable with Spring Boot

2020-04-29 Thread GitBox
Persi opened a new issue #6842: URL: https://github.com/apache/pulsar/issues/6842 **Is your feature request related to a problem? Please describe.** I am trying to use Pulsar Java client in a Spring Boot application and was able to produce and consume messages. I ran in trouble when send

[GitHub] [pulsar] trexinc commented on issue #6834: Apache pulsar Encryption failed using ecdsa

2020-04-29 Thread GitBox
trexinc commented on issue #6834: URL: https://github.com/apache/pulsar/issues/6834#issuecomment-621221348 @sijie I use gradle. If I do not add the pulsar-client-messagecrypto-bc dependency manually it fails at runtime with java.util.concurrent.ExecutionException: java.lang.NoClassDe

[GitHub] [pulsar] frankjkelly edited a comment on issue #6836: PULSAR_PID_DIR setting does not appear to work

2020-04-29 Thread GitBox
frankjkelly edited a comment on issue #6836: URL: https://github.com/apache/pulsar/issues/6836#issuecomment-621177056 @sijie - Thanks - Gotcha - for use cases like Kubernetes health checks or waiting until Pulsar is up to run tests is there some mechanism to check that Pulsar is up-and-ru

[GitHub] [pulsar] laxpio commented on issue #6839: command "pulsar-admin functions list" unavailable in run function-worker separately

2020-04-29 Thread GitBox
laxpio commented on issue #6839: URL: https://github.com/apache/pulsar/issues/6839#issuecomment-621177254 fix it, because org.apache.pulsar.functions.worker.rest.api.v3.FunctionsApiV3Resource.java miss listFunctions function. add the listFunctions to support cmd "functions list".

[GitHub] [pulsar] frankjkelly commented on issue #6836: PULSAR_PID_DIR setting does not appear to work

2020-04-29 Thread GitBox
frankjkelly commented on issue #6836: URL: https://github.com/apache/pulsar/issues/6836#issuecomment-621177056 Gotcha - for use cases like Kubernetes health checks or waiting until Pulsar is up to run tests is there some mechanism to check that Pulsar is up-and-running 100% "Server - Start

[GitHub] [pulsar] kjaggann commented on issue #6834: Apache pulsar Encryption failed using ecdsa

2020-04-29 Thread GitBox
kjaggann commented on issue #6834: URL: https://github.com/apache/pulsar/issues/6834#issuecomment-621169665 I used maven to develop a sample producer and consumer class using java. I am able to send the messages with out encryption. But for this topic i have enabled encryption. I follow

[pulsar-helm-chart] branch master updated: Decouple credentials from key secrets generation (#7)

2020-04-29 Thread sijie
This is an automated email from the ASF dual-hosted git repository. sijie pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pulsar-helm-chart.git The following commit(s) were added to refs/heads/master by this push: new 06652d7 Decouple credentials from key

[pulsar-helm-chart] branch master updated: Update grafana & prometheus docker images (#8)

2020-04-29 Thread sijie
This is an automated email from the ASF dual-hosted git repository. sijie pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pulsar-helm-chart.git The following commit(s) were added to refs/heads/master by this push: new 4009c04 Update grafana & prometheus d