[incubator-pulsar] branch branch-1.22 updated: Fixed Lookup redirect logic on Proxy side

2018-05-02 Thread jai1
This is an automated email from the ASF dual-hosted git repository. jai1 pushed a commit to branch branch-1.22 in repository https://gitbox.apache.org/repos/asf/incubator-pulsar.git The following commit(s) were added to refs/heads/branch-1.22 by this push: new 335bc33 Fixed Lookup

[GitHub] jai1 closed pull request #1710: Issue #1117: handle race in concurrent bundle split

2018-05-02 Thread GitBox
jai1 closed pull request #1710: Issue #1117: handle race in concurrent bundle split URL: https://github.com/apache/incubator-pulsar/pull/1710 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As

[GitHub] jai1 opened a new pull request #1715: Broker should not start replicator for root partitioned-topic

2018-05-02 Thread GitBox
jai1 opened a new pull request #1715: Broker should not start replicator for root partitioned-topic URL: https://github.com/apache/incubator-pulsar/pull/1715 Backporting #1262 This is an automated message from the Apache

[GitHub] jai1 opened a new pull request #1716: Fix: deadlock while closing non-shared consumer

2018-05-02 Thread GitBox
jai1 opened a new pull request #1716: Fix: deadlock while closing non-shared consumer URL: https://github.com/apache/incubator-pulsar/pull/1716 Backporting #1591 This is an automated message from the Apache Git Service. To

[GitHub] sijie commented on issue #1457: Schema registry documentation (WIP)

2018-05-02 Thread GitBox
sijie commented on issue #1457: Schema registry documentation (WIP) URL: https://github.com/apache/incubator-pulsar/pull/1457#issuecomment-385900640 @lucperkins @mgodave any updates for the schema documentation? This is an

[GitHub] jai1 opened a new pull request #1714: Relocate service files for shading `pulsar-client-admin` module (#1370)

2018-05-02 Thread GitBox
jai1 opened a new pull request #1714: Relocate service files for shading `pulsar-client-admin` module (#1370) URL: https://github.com/apache/incubator-pulsar/pull/1714 Backporting #1370 This is an automated message from the

[GitHub] jai1 opened a new pull request #1713: Fix: deadlock while closing non-persistent topic

2018-05-02 Thread GitBox
jai1 opened a new pull request #1713: Fix: deadlock while closing non-persistent topic URL: https://github.com/apache/incubator-pulsar/pull/1713 Backporting #1660 This is an automated message from the Apache Git Service. To

[GitHub] jai1 opened a new pull request #1712: Fix: NPE when cursor failed to close empty subscription

2018-05-02 Thread GitBox
jai1 opened a new pull request #1712: Fix: NPE when cursor failed to close empty subscription URL: https://github.com/apache/incubator-pulsar/pull/1712 Backporting #1662 This is an automated message from the Apache Git

[GitHub] jai1 opened a new pull request #1711: Fixed Lookup redirect logic on Proxy side

2018-05-02 Thread GitBox
jai1 opened a new pull request #1711: Fixed Lookup redirect logic on Proxy side URL: https://github.com/apache/incubator-pulsar/pull/1711 Backporting #1265 This is an automated message from the Apache Git Service. To respond

[GitHub] jai1 opened a new pull request #1710: Issue #1117: handle race in concurrent bundle split

2018-05-02 Thread GitBox
jai1 opened a new pull request #1710: Issue #1117: handle race in concurrent bundle split URL: https://github.com/apache/incubator-pulsar/pull/1710 Backporting #1428 This is an automated message from the Apache Git

[GitHub] merlimat opened a new pull request #1709: Bumped version to 2.1.0-incubating-SNAPSHOT

2018-05-02 Thread GitBox
merlimat opened a new pull request #1709: Bumped version to 2.1.0-incubating-SNAPSHOT URL: https://github.com/apache/incubator-pulsar/pull/1709 ### Motivation Bumped version to `2.1.0-incubating-SNAPSHOT` This is an

[GitHub] merlimat commented on issue #1706: Added missing license header in terraform.tfvars

2018-05-02 Thread GitBox
merlimat commented on issue #1706: Added missing license header in terraform.tfvars URL: https://github.com/apache/incubator-pulsar/pull/1706#issuecomment-385889728 retest this please This is an automated message from the

[GitHub] sijie commented on a change in pull request #1708: Refactor functions to use Sink interface

2018-05-02 Thread GitBox
sijie commented on a change in pull request #1708: Refactor functions to use Sink interface URL: https://github.com/apache/incubator-pulsar/pull/1708#discussion_r185410066 ## File path: pulsar-functions/instance/src/main/java/org/apache/pulsar/functions/sink/PulsarSink.java

[GitHub] sijie commented on a change in pull request #1708: Refactor functions to use Sink interface

2018-05-02 Thread GitBox
sijie commented on a change in pull request #1708: Refactor functions to use Sink interface URL: https://github.com/apache/incubator-pulsar/pull/1708#discussion_r185409710 ## File path: pulsar-connect/core/src/main/java/org/apache/pulsar/connect/core/Sink.java ## @@

[GitHub] sijie commented on a change in pull request #1708: Refactor functions to use Sink interface

2018-05-02 Thread GitBox
sijie commented on a change in pull request #1708: Refactor functions to use Sink interface URL: https://github.com/apache/incubator-pulsar/pull/1708#discussion_r185410004 ## File path: pulsar-functions/instance/src/main/java/org/apache/pulsar/functions/sink/PulsarSink.java

[GitHub] sijie commented on a change in pull request #1708: Refactor functions to use Sink interface

2018-05-02 Thread GitBox
sijie commented on a change in pull request #1708: Refactor functions to use Sink interface URL: https://github.com/apache/incubator-pulsar/pull/1708#discussion_r185410631 ## File path: pulsar-functions/instance/src/main/java/org/apache/pulsar/functions/sink/RuntimeSink.java

[GitHub] sijie commented on a change in pull request #1708: Refactor functions to use Sink interface

2018-05-02 Thread GitBox
sijie commented on a change in pull request #1708: Refactor functions to use Sink interface URL: https://github.com/apache/incubator-pulsar/pull/1708#discussion_r185410552 ## File path: pulsar-functions/instance/src/main/java/org/apache/pulsar/functions/sink/PulsarSink.java

[GitHub] jerrypeng opened a new pull request #1708: Refactor functions to use Sink interface

2018-05-02 Thread GitBox
jerrypeng opened a new pull request #1708: Refactor functions to use Sink interface URL: https://github.com/apache/incubator-pulsar/pull/1708 This is an automated message from the Apache Git Service. To respond to the

[GitHub] jerrypeng commented on issue #1708: Refactor functions to use Sink interface

2018-05-02 Thread GitBox
jerrypeng commented on issue #1708: Refactor functions to use Sink interface URL: https://github.com/apache/incubator-pulsar/pull/1708#issuecomment-385884987 @sijie @srkukarni please review. This is an automated message from

[incubator-pulsar.wiki] branch master updated: Updated Release process (markdown)

2018-05-02 Thread mmerli
This is an automated email from the ASF dual-hosted git repository. mmerli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-pulsar.wiki.git The following commit(s) were added to refs/heads/master by this push: new 96b1a85 Updated Release process

svn commit: r26630 - /dev/incubator/pulsar/pulsar-2.0.0-rc1-incubating-candidate-1/

2018-05-02 Thread mmerli
Author: mmerli Date: Wed May 2 06:50:34 2018 New Revision: 26630 Log: Staging artifacts and signature for Pulsar release 2.0.0-rc1-incubating Added: dev/incubator/pulsar/pulsar-2.0.0-rc1-incubating-candidate-1/

svn commit: r26629 - in /dev/incubator/pulsar: pulsar-1.22.0-incubating-candidate-0/ pulsar-1.22.0-incubating-candidate-1/ pulsar-1.22.0-incubating-candidate-2/

2018-05-02 Thread mmerli
Author: mmerli Date: Wed May 2 06:44:19 2018 New Revision: 26629 Log: Removed old Pulsar-1.22 release canditates Removed: dev/incubator/pulsar/pulsar-1.22.0-incubating-candidate-0/ dev/incubator/pulsar/pulsar-1.22.0-incubating-candidate-1/

[GitHub] merlimat commented on issue #1705: Add release notes page in website

2018-05-02 Thread GitBox
merlimat commented on issue #1705: Add release notes page in website URL: https://github.com/apache/incubator-pulsar/pull/1705#issuecomment-38583 retest this please This is an automated message from the Apache Git

[incubator-pulsar] 02/02: Release 2.0.0-rc1-incubating

2018-05-02 Thread mmerli
This is an automated email from the ASF dual-hosted git repository. mmerli pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/incubator-pulsar.git commit 60869dd69e2a99d835b440421716339b145e9c70 Author: Matteo Merli AuthorDate: Tue May 1

[incubator-pulsar] annotated tag v2.0.0-rc1-incubating-candidate-1 updated (60869dd -> 6a56cdd)

2018-05-02 Thread mmerli
This is an automated email from the ASF dual-hosted git repository. mmerli pushed a change to annotated tag v2.0.0-rc1-incubating-candidate-1 in repository https://gitbox.apache.org/repos/asf/incubator-pulsar.git. *** WARNING: tag v2.0.0-rc1-incubating-candidate-1 was modified! *** from

[incubator-pulsar] branch branch-2.0 updated (7c951c6 -> 60869dd)

2018-05-02 Thread mmerli
This is an automated email from the ASF dual-hosted git repository. mmerli pushed a change to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/incubator-pulsar.git. discard 7c951c6 Release 2.0.0-rc1-incubating discard b3aa66a Added missing license header in

[incubator-pulsar] 01/02: Added missing license header in terraform.tfvars (#1706)

2018-05-02 Thread mmerli
This is an automated email from the ASF dual-hosted git repository. mmerli pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/incubator-pulsar.git commit 718a1238c034f86990302304d182c432b6c47d3f Author: Matteo Merli AuthorDate: Tue May 1

[GitHub] jai1 opened a new pull request #1707: Fixed authentication flow via Pulsar Proxy

2018-05-02 Thread GitBox
jai1 opened a new pull request #1707: Fixed authentication flow via Pulsar Proxy URL: https://github.com/apache/incubator-pulsar/pull/1707 Currently, the broker/proxy authenticates the proxy/client when the connection is established (via `Server.handleConnect` or

[incubator-pulsar] annotated tag v2.0.0-rc1-incubating-candidate-1 updated (7c951c6 -> ac62f3a)

2018-05-02 Thread mmerli
This is an automated email from the ASF dual-hosted git repository. mmerli pushed a change to annotated tag v2.0.0-rc1-incubating-candidate-1 in repository https://gitbox.apache.org/repos/asf/incubator-pulsar.git. *** WARNING: tag v2.0.0-rc1-incubating-candidate-1 was modified! *** from

[incubator-pulsar] branch branch-2.0 updated (d04981c -> 7c951c6)

2018-05-02 Thread mmerli
This is an automated email from the ASF dual-hosted git repository. mmerli pushed a change to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/incubator-pulsar.git. discard d04981c Release 2.0.0-rc1-incubating add 7c951c6 Release 2.0.0-rc1-incubating This update

[incubator-pulsar] annotated tag v2.0.0-rc1-incubating-candidate-1 deleted (was 91c3137)

2018-05-02 Thread mmerli
This is an automated email from the ASF dual-hosted git repository. mmerli pushed a change to annotated tag v2.0.0-rc1-incubating-candidate-1 in repository https://gitbox.apache.org/repos/asf/incubator-pulsar.git. *** WARNING: tag v2.0.0-rc1-incubating-candidate-1 was deleted! *** tag was

[incubator-pulsar.wiki] branch master updated: Updated Release process (markdown)

2018-05-02 Thread mmerli
This is an automated email from the ASF dual-hosted git repository. mmerli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-pulsar.wiki.git The following commit(s) were added to refs/heads/master by this push: new c837dc6 Updated Release process

[incubator-pulsar] branch branch-2.0 updated (96c8981 -> d04981c)

2018-05-02 Thread mmerli
This is an automated email from the ASF dual-hosted git repository. mmerli pushed a change to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/incubator-pulsar.git. discard 96c8981 Release 2.0.0-rc1-incubating new b3aa66a Added missing license header in

[incubator-pulsar] annotated tag v2.0.0-rc1-incubating-candidate-1 updated (d04981c -> 91c3137)

2018-05-02 Thread mmerli
This is an automated email from the ASF dual-hosted git repository. mmerli pushed a change to annotated tag v2.0.0-rc1-incubating-candidate-1 in repository https://gitbox.apache.org/repos/asf/incubator-pulsar.git. *** WARNING: tag v2.0.0-rc1-incubating-candidate-1 was modified! *** from

[incubator-pulsar] 02/02: Release 2.0.0-rc1-incubating

2018-05-02 Thread mmerli
This is an automated email from the ASF dual-hosted git repository. mmerli pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/incubator-pulsar.git commit d04981c728b99da6163ea4d1d94816a2c6ca6433 Author: Matteo Merli AuthorDate: Tue May 1

[incubator-pulsar] 01/02: Added missing license header in terraform.tfvars (#1706)

2018-05-02 Thread mmerli
This is an automated email from the ASF dual-hosted git repository. mmerli pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/incubator-pulsar.git commit b3aa66abff3b920b84c47c9866489425a3b9e430 Author: Matteo Merli AuthorDate: Tue May 1

[GitHub] sijie closed issue #1287: Provide documentation for the load manager and bundles

2018-05-02 Thread GitBox
sijie closed issue #1287: Provide documentation for the load manager and bundles URL: https://github.com/apache/incubator-pulsar/issues/1287 This is an automated message from the Apache Git Service. To respond to the

[incubator-pulsar] branch master updated: Added documentation on how to configure load manager and bundles (#1704)

2018-05-02 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/incubator-pulsar.git The following commit(s) were added to refs/heads/master by this push: new 48787c8 Added documentation on how to

[GitHub] sijie closed pull request #1704: Added documentation on how to configure load manager and bundles

2018-05-02 Thread GitBox
sijie closed pull request #1704: Added documentation on how to configure load manager and bundles URL: https://github.com/apache/incubator-pulsar/pull/1704 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of

<    1   2