[GitHub] [pulsar] jiazhai commented on issue #5718: [Issue 5712][broker] Auth provider superuser

2019-11-23 Thread GitBox
jiazhai commented on issue #5718: [Issue 5712][broker] Auth provider superuser URL: https://github.com/apache/pulsar/pull/5718#issuecomment-557790747 run cpp tests This is an automated message from the Apache Git

[GitHub] [pulsar] jiazhai commented on a change in pull request #5716: [Issues 5709]remove the namespace checking

2019-11-23 Thread GitBox
jiazhai commented on a change in pull request #5716: [Issues 5709]remove the namespace checking URL: https://github.com/apache/pulsar/pull/5716#discussion_r349869286 ## File path: pulsar-client/src/test/java/org/apache/pulsar/client/impl/MultiTopicsConsumerImplTest.java

[pulsar] annotated tag v2.4.2-candidate-2 updated (336044d -> 6556255)

2019-11-23 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a change to annotated tag v2.4.2-candidate-2 in repository https://gitbox.apache.org/repos/asf/pulsar.git. *** WARNING: tag v2.4.2-candidate-2 was modified! *** from 336044d (commit) to 6556255 (tag)

[GitHub] [pulsar] codelipenghui edited a comment on issue #5727: NPE when create message meta builder

2019-11-23 Thread GitBox
codelipenghui edited a comment on issue #5727: NPE when create message meta builder URL: https://github.com/apache/pulsar/issues/5727#issuecomment-557795140 The following demo can reproduce: ```java PulsarClient client =

[GitHub] [pulsar] codelipenghui commented on issue #5727: NPE when create message meta builder

2019-11-23 Thread GitBox
codelipenghui commented on issue #5727: NPE when create message meta builder URL: https://github.com/apache/pulsar/issues/5727#issuecomment-557795140 The following demo can reproduce: ``` PulsarClient client = PulsarClient.builder().serviceUrl("pulsar://127.0.0.1:6650").build();

[GitHub] [pulsar] gaoran10 commented on issue #5702: [pulsar-sql]Expose configurations of managed ledger and bookkeeper client.

2019-11-23 Thread GitBox
gaoran10 commented on issue #5702: [pulsar-sql]Expose configurations of managed ledger and bookkeeper client. URL: https://github.com/apache/pulsar/pull/5702#issuecomment-557789182 run integration tests This is an automated

[GitHub] [pulsar] jiazhai commented on a change in pull request #5716: [Issues 5709]remove the namespace checking

2019-11-23 Thread GitBox
jiazhai commented on a change in pull request #5716: [Issues 5709]remove the namespace checking URL: https://github.com/apache/pulsar/pull/5716#discussion_r349869321 ## File path: pulsar-client/src/test/java/org/apache/pulsar/client/impl/MultiTopicsConsumerImplTest.java

[GitHub] [pulsar] jiazhai commented on issue #5727: NPE when create message meta builder

2019-11-23 Thread GitBox
jiazhai commented on issue #5727: NPE when create message meta builder URL: https://github.com/apache/pulsar/issues/5727#issuecomment-557793505 found a similar one: https://github.com/netty/netty/issues/9640 This is an

[GitHub] [pulsar] tuteng commented on issue #5715: [Issues 5692]Add document for mongodb connector

2019-11-23 Thread GitBox
tuteng commented on issue #5715: [Issues 5692]Add document for mongodb connector URL: https://github.com/apache/pulsar/pull/5715#issuecomment-557794360 run java8 tests This is an automated message from the Apache Git Service.

[GitHub] [pulsar] codelipenghui commented on issue #4955: [PIP-39] Introduce system topic and topic policies service

2019-11-23 Thread GitBox
codelipenghui commented on issue #4955: [PIP-39] Introduce system topic and topic policies service URL: https://github.com/apache/pulsar/pull/4955#issuecomment-557795483 run java8 tests run integration tests This is an

[pulsar-manager] branch master updated: Ugrade HerdDB to 0.13.0 (#212)

2019-11-23 Thread guangning
This is an automated email from the ASF dual-hosted git repository. guangning pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pulsar-manager.git The following commit(s) were added to refs/heads/master by this push: new b955a8b Ugrade HerdDB to 0.13.0

[GitHub] [pulsar] jiazhai commented on issue #5713: avoid unsafe split when validate hostname which might be ipv6 address

2019-11-23 Thread GitBox
jiazhai commented on issue #5713: avoid unsafe split when validate hostname which might be ipv6 address URL: https://github.com/apache/pulsar/pull/5713#issuecomment-557791119 run cpp tests run java8 tests This is an

[pulsar] branch branch-2.4 updated (ee11e10 -> 336044d)

2019-11-23 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a change to branch branch-2.4 in repository https://gitbox.apache.org/repos/asf/pulsar.git. from ee11e10 [Issue 5597][pulsar-client-java] retry when getPartitionedTopicMetadata failed (#5603) new e127b52

[pulsar] 03/03: Merge branch 'branch-2.4' of github.com:apache/pulsar into branch-2.4

2019-11-23 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch branch-2.4 in repository https://gitbox.apache.org/repos/asf/pulsar.git commit 336044d437dbf1c36240d621ecc90709072be21b Merge: d22dfd3 ee11e10 Author: xiaolong.ran AuthorDate: Sat Nov 23 20:42:11

[pulsar] 01/03: Revert default topic type to non-partitioned (#5308)

2019-11-23 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch branch-2.4 in repository https://gitbox.apache.org/repos/asf/pulsar.git commit e127b52989d0be7671947820a5fd26c6b5bad8df Author: Matteo Merli AuthorDate: Fri Oct 4 12:44:13 2019 -0700 Revert

[pulsar] 02/03: [Issue 5597][pulsar-client-java] retry when getPartitionedTopicMetadata failed (#5603)

2019-11-23 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch branch-2.4 in repository https://gitbox.apache.org/repos/asf/pulsar.git commit d22dfd36a07821a6812525ad49f7ae93a7e50fd9 Author: ltamber AuthorDate: Thu Nov 21 00:53:20 2019 +0800 [Issue

[GitHub] [pulsar] jerrypeng opened a new pull request #5730: Revert "Fix: Netty threads may still linger after client close"

2019-11-23 Thread GitBox
jerrypeng opened a new pull request #5730: Revert "Fix: Netty threads may still linger after client close" URL: https://github.com/apache/pulsar/pull/5730 Reverts apache/pulsar#5628 Reverting the PR since it does not fix the problem

[pulsar] 01/01: Revert "Fix: Netty threads may still linger after client close (#5628)"

2019-11-23 Thread jerrypeng
This is an automated email from the ASF dual-hosted git repository. jerrypeng pushed a commit to branch revert-5628-wait_client_shutdown in repository https://gitbox.apache.org/repos/asf/pulsar.git commit 759de7dbf0db481196dda01e232f23a6c29c87e1 Author: Boyang Jerry Peng AuthorDate: Sat Nov 23

[pulsar] branch revert-5628-wait_client_shutdown created (now 759de7d)

2019-11-23 Thread jerrypeng
This is an automated email from the ASF dual-hosted git repository. jerrypeng pushed a change to branch revert-5628-wait_client_shutdown in repository https://gitbox.apache.org/repos/asf/pulsar.git. at 759de7d Revert "Fix: Netty threads may still linger after client close (#5628)" This

[GitHub] [pulsar] jerrypeng opened a new pull request #5731: fix potential deadlock in pulsar client close

2019-11-23 Thread GitBox
jerrypeng opened a new pull request #5731: fix potential deadlock in pulsar client close URL: https://github.com/apache/pulsar/pull/5731 # Motivation A deadlock on PulsarClient.close() can happen if there are producers/consumers that are not closed prior to calling

[GitHub] [pulsar] sijie commented on issue #5534: Pulsar Operator On Kubernetes

2019-11-23 Thread GitBox
sijie commented on issue #5534: Pulsar Operator On Kubernetes URL: https://github.com/apache/pulsar/issues/5534#issuecomment-557860442 @chrsoo @sky-big @wolfstudy I think what @chrsoo request is an operator for the full lifecycle management for all the resources within a Pulsar instance.

[GitHub] [pulsar] huangdx0726 commented on a change in pull request #5716: [Issues 5709]remove the namespace checking

2019-11-23 Thread GitBox
huangdx0726 commented on a change in pull request #5716: [Issues 5709]remove the namespace checking URL: https://github.com/apache/pulsar/pull/5716#discussion_r349905580 ## File path: pulsar-client/src/test/java/org/apache/pulsar/client/impl/MultiTopicsConsumerImplTest.java

[GitHub] [pulsar] huangdx0726 commented on a change in pull request #5716: [Issues 5709]remove the namespace checking

2019-11-23 Thread GitBox
huangdx0726 commented on a change in pull request #5716: [Issues 5709]remove the namespace checking URL: https://github.com/apache/pulsar/pull/5716#discussion_r349905587 ## File path: pulsar-client/src/test/java/org/apache/pulsar/client/impl/MultiTopicsConsumerImplTest.java

[GitHub] [pulsar] sky-big commented on issue #5534: Pulsar Operator On Kubernetes

2019-11-23 Thread GitBox
sky-big commented on issue #5534: Pulsar Operator On Kubernetes URL: https://github.com/apache/pulsar/issues/5534#issuecomment-557855638 @chrsoo I generally understand what you mean, Starting with Tenants CRDs, Can you make a specific design and let everyone discuss?

[GitHub] [pulsar] jerrypeng closed pull request #5730: Revert "Fix: Netty threads may still linger after client close"

2019-11-23 Thread GitBox
jerrypeng closed pull request #5730: Revert "Fix: Netty threads may still linger after client close" URL: https://github.com/apache/pulsar/pull/5730 This is an automated message from the Apache Git Service. To respond to

[GitHub] [pulsar] sky-big commented on issue #5534: Pulsar Operator On Kubernetes

2019-11-23 Thread GitBox
sky-big commented on issue #5534: Pulsar Operator On Kubernetes URL: https://github.com/apache/pulsar/issues/5534#issuecomment-557855326 @wolfstudy @sijie @jiazhai Can you disscuss it together? This is an automated message