[GitHub] [pulsar] heronr opened a new pull request #6278: [pulsar-client-cpp] Fix for crash in Producer destructor

2020-02-08 Thread GitBox
heronr opened a new pull request #6278: [pulsar-client-cpp] Fix for crash in Producer destructor URL: https://github.com/apache/pulsar/pull/6278 ### Motivation This change fixes a crash I encountered when the destructor of the Producer is called. ### Modifications

[GitHub] [pulsar] heronr opened a new pull request #6277: [Issue 4070][pulsar-client-cpp] Fix for possible deadlock when closing Pulsar client

2020-02-08 Thread GitBox
heronr opened a new pull request #6277: [Issue 4070][pulsar-client-cpp] Fix for possible deadlock when closing Pulsar client URL: https://github.com/apache/pulsar/pull/6277 Fixes #4070 ### Motivation This change is to fix a possible deadlock that can occur when closing the

[GitHub] [pulsar] devinbost commented on issue #6202: [Issue 6200] [Issue 6198] (WIP) Reduce flakiness of tests

2020-02-08 Thread GitBox
devinbost commented on issue #6202: [Issue 6200] [Issue 6198] (WIP) Reduce flakiness of tests URL: https://github.com/apache/pulsar/pull/6202#issuecomment-583808464 @tuteng I probably won't be able to get to the task of cleaning up those docker images until I'm able to get beyond a couple

[GitHub] [pulsar] ltamber commented on a change in pull request #6187: [Issue 5904]Support `unload` all partitions of a partitioned topic

2020-02-08 Thread GitBox
ltamber commented on a change in pull request #6187: [Issue 5904]Support `unload` all partitions of a partitioned topic URL: https://github.com/apache/pulsar/pull/6187#discussion_r376754228 ## File path:

[GitHub] [pulsar] EugenDueck edited a comment on issue #6209: [broker] add feature BrokerDeduplicationAcrossProducers

2020-02-08 Thread GitBox
EugenDueck edited a comment on issue #6209: [broker] add feature BrokerDeduplicationAcrossProducers URL: https://github.com/apache/pulsar/pull/6209#issuecomment-583777122 @codelipenghui Not sure I understand what you don't understand about the _producer group type_, as it would have the

[GitHub] [pulsar] EugenDueck commented on issue #6209: [broker] add feature BrokerDeduplicationAcrossProducers

2020-02-08 Thread GitBox
EugenDueck commented on issue #6209: [broker] add feature BrokerDeduplicationAcrossProducers URL: https://github.com/apache/pulsar/pull/6209#issuecomment-583777122 @codelipenghui Not sure I fully understand your question/statement, but the _producer group type_ would have the same

[GitHub] [pulsar] fernandezpablo85 commented on issue #6276: publish time non-monotonic on same partition

2020-02-08 Thread GitBox
fernandezpablo85 commented on issue #6276: publish time non-monotonic on same partition URL: https://github.com/apache/pulsar/issues/6276#issuecomment-583768819 Note that this also fails when consuming from a single partition, by changing the topic to `$TOPIC_NAME-partition-0` for example

[GitHub] [pulsar] syedatifakhtar commented on issue #2865: Refactored JCloud Tiered Storage

2020-02-08 Thread GitBox
syedatifakhtar commented on issue #2865: Refactored JCloud Tiered Storage URL: https://github.com/apache/pulsar/pull/2865#issuecomment-583768497 Thanks! We are in dire need of this and Azure blob loader [PR-2615](https://github.com/apache/pulsar/pull/2615). I'm hoping we will move that

[GitHub] [pulsar] fernandezpablo85 opened a new issue #6276: publish time non-monotonic on same partition

2020-02-08 Thread GitBox
fernandezpablo85 opened a new issue #6276: publish time non-monotonic on same partition URL: https://github.com/apache/pulsar/issues/6276 **Describe the bug** Publish time is not monotonic on the same partition. **To Reproduce** Steps to reproduce the behavior: 1. Publish

[GitHub] [pulsar] massakam opened a new pull request #6275: [broker] Fix bug that tenants whose allowed clusters include global cannot be created/updated

2020-02-08 Thread GitBox
massakam opened a new pull request #6275: [broker] Fix bug that tenants whose allowed clusters include global cannot be created/updated URL: https://github.com/apache/pulsar/pull/6275 ### Motivation If the allowed clusters include `global`, tenant creation and update will fail with

[GitHub] [pulsar] hari819 commented on issue #6236: add ssl/tls configuration to zookeeper via the zookeeper.conf

2020-02-08 Thread GitBox
hari819 commented on issue #6236: add ssl/tls configuration to zookeeper via the zookeeper.conf URL: https://github.com/apache/pulsar/issues/6236#issuecomment-583752009 @sijie , yes that would be a good idea , but if you have the content already with you could you please provide the same

[GitHub] [pulsar] tuteng opened a new issue #6274: [Flaky test]Integration SQL test failed

2020-02-08 Thread GitBox
tuteng opened a new issue #6274: [Flaky test]Integration SQL test failed URL: https://github.com/apache/pulsar/issues/6274 **Describe the bug** Execute command `show schemas pulsar;` ``` org.glassfish.jersey.inject.hk2.Hk2InjectionManagerFactory to

[GitHub] [pulsar] codelipenghui commented on issue #6209: [broker] add feature BrokerDeduplicationAcrossProducers

2020-02-08 Thread GitBox
codelipenghui commented on issue #6209: [broker] add feature BrokerDeduplicationAcrossProducers URL: https://github.com/apache/pulsar/pull/6209#issuecomment-583734383 @EugenDueck Your understanding is correct. I think the two solutions are very similar. I am also inspired by the producer

[GitHub] [pulsar] EugenDueck edited a comment on issue #6209: [broker] add feature BrokerDeduplicationAcrossProducers

2020-02-08 Thread GitBox
EugenDueck edited a comment on issue #6209: [broker] add feature BrokerDeduplicationAcrossProducers URL: https://github.com/apache/pulsar/pull/6209#issuecomment-583727996 @codelipenghui Just to make sure I understand your idea. You are suggesting to have 1. a new

[GitHub] [pulsar] EugenDueck commented on issue #6209: [broker] add feature BrokerDeduplicationAcrossProducers

2020-02-08 Thread GitBox
EugenDueck commented on issue #6209: [broker] add feature BrokerDeduplicationAcrossProducers URL: https://github.com/apache/pulsar/pull/6209#issuecomment-583727996 @codelipenghui If we add producer group names, how do you envision creating and configuring these groups? On the fly when

[pulsar] branch master updated (98cf15f -> fed8c30)

2020-02-08 Thread sijie
This is an automated email from the ASF dual-hosted git repository. sijie pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git. from 98cf15f Allow path to bash scripts to contain symbolic links from anywhere (#6245) add fed8c30 [Issue

[GitHub] [pulsar] sijie merged pull request #5950: [Issue 5927][Pulsar Client] Change the time unit of `patternAutoDiscoveryPeriod to seconds

2020-02-08 Thread GitBox
sijie merged pull request #5950: [Issue 5927][Pulsar Client] Change the time unit of `patternAutoDiscoveryPeriod to seconds URL: https://github.com/apache/pulsar/pull/5950 This is an automated message from the Apache Git

[GitHub] [pulsar] sijie closed issue #5927: Change the time unit of `patternAutoDiscoveryPeriod` to SECONDS

2020-02-08 Thread GitBox
sijie closed issue #5927: Change the time unit of `patternAutoDiscoveryPeriod` to SECONDS URL: https://github.com/apache/pulsar/issues/5927 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [pulsar] aahmed-se merged pull request #6245: Allow Symbolic Link to Bash Scripts

2020-02-08 Thread GitBox
aahmed-se merged pull request #6245: Allow Symbolic Link to Bash Scripts URL: https://github.com/apache/pulsar/pull/6245 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[pulsar] branch master updated (9b296d8 -> 98cf15f)

2020-02-08 Thread aahmed
This is an automated email from the ASF dual-hosted git repository. aahmed pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git. from 9b296d8 Output resource usage rate to log on broker (#6152) add 98cf15f Allow path to bash scripts to contain