[GitHub] merlimat opened a new pull request #2044: Add depedency on grpcio and protobuf for Python lib

2018-06-27 Thread GitBox
merlimat opened a new pull request #2044: Add depedency on grpcio and protobuf for Python lib URL: https://github.com/apache/incubator-pulsar/pull/2044 ### Motivation The functions runtime code for Python depends on 2 libraries (`grpcio` and `protobuf`). These currently needs to be

[GitHub] merlimat opened a new pull request #2043: Fixed lookups for v2 topics in C++ client lib with HTTP service URL

2018-06-27 Thread GitBox
merlimat opened a new pull request #2043: Fixed lookups for v2 topics in C++ client lib with HTTP service URL URL: https://github.com/apache/incubator-pulsar/pull/2043 ### Motivation V2 topics are currently not working in C++ when using HTTP based service url. While we encourage to

[incubator-pulsar] branch master updated: Fix license in binary distribution (#2040)

2018-06-27 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.git The following commit(s) were added to refs/heads/master by this push: new 7c30702 Fix license in binary

[GitHub] merlimat closed pull request #2040: Fix license in binary distribution

2018-06-27 Thread GitBox
merlimat closed pull request #2040: Fix license in binary distribution URL: https://github.com/apache/incubator-pulsar/pull/2040 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 this is a

[GitHub] dsambandam commented on issue #2037: Initialization of cluster meta data fails while setting up a multi cluster pulsar instance

2018-06-27 Thread GitBox
dsambandam commented on issue #2037: Initialization of cluster meta data fails while setting up a multi cluster pulsar instance URL: https://github.com/apache/incubator-pulsar/issues/2037#issuecomment-400906367 Any suggestions on how to start global-zookeeper in the foreground since

[GitHub] sijie commented on issue #2040: Fix license in binary distribution

2018-06-27 Thread GitBox
sijie commented on issue #2040: Fix license in binary distribution URL: https://github.com/apache/incubator-pulsar/pull/2040#issuecomment-400873175 retest this please This is an automated message from the Apache Git Service.

[GitHub] merlimat opened a new pull request #2042: Tests Python Wheel packaging in CI build

2018-06-27 Thread GitBox
merlimat opened a new pull request #2042: Tests Python Wheel packaging in CI build URL: https://github.com/apache/incubator-pulsar/pull/2042 ### Motivation Currently, we're not testing the validity of the wheel file package for the Python client library. This leads to find

[GitHub] sijie commented on issue #1303: RateLimiterTest is flaky

2018-06-27 Thread GitBox
sijie commented on issue #1303: RateLimiterTest is flaky URL: https://github.com/apache/incubator-pulsar/issues/1303#issuecomment-400841153 @mgodave how often do you see this happen and what type of machine you are running the tests?

[GitHub] sijie closed issue #1317: get/set API for namespace policy need to be refactored

2018-06-27 Thread GitBox
sijie closed issue #1317: get/set API for namespace policy need to be refactored URL: https://github.com/apache/incubator-pulsar/issues/1317 This is an automated message from the Apache Git Service. To respond to the

[GitHub] sijie commented on issue #1317: get/set API for namespace policy need to be refactored

2018-06-27 Thread GitBox
sijie commented on issue #1317: get/set API for namespace policy need to be refactored URL: https://github.com/apache/incubator-pulsar/issues/1317#issuecomment-400840782 This is implemented by #1380 This is an automated

[GitHub] ivankelly commented on issue #1388: Intermittent test failures in BrokerBkEnsemblesTests.testSkipCorruptDataLedger()

2018-06-27 Thread GitBox
ivankelly commented on issue #1388: Intermittent test failures in BrokerBkEnsemblesTests.testSkipCorruptDataLedger() URL: https://github.com/apache/incubator-pulsar/issues/1388#issuecomment-400839841 you need to specify -DtestRetryCount=0 to see the failure

[GitHub] merlimat opened a new pull request #2041: Added ReadOnlyCursor to ManagedLedger

2018-06-27 Thread GitBox
merlimat opened a new pull request #2041: Added ReadOnlyCursor to ManagedLedger URL: https://github.com/apache/incubator-pulsar/pull/2041 ### Motivation Added a read-only cursor that can be used to read data out of a managed ledger without interfering with the managed ledger

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

2018-06-27 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 17994a1 Updated Release process

[GitHub] sijie opened a new pull request #2040: Fix license in binary distribution

2018-06-27 Thread GitBox
sijie opened a new pull request #2040: Fix license in binary distribution URL: https://github.com/apache/incubator-pulsar/pull/2040 *Motivation* versions were upgraded on some dependencies, but the license file is not updated. *Changes* - fix the versions - drop the

[GitHub] merlimat closed pull request #2039: Move AuthenticationFilter to pulsar-broker-common

2018-06-27 Thread GitBox
merlimat closed pull request #2039: Move AuthenticationFilter to pulsar-broker-common URL: https://github.com/apache/incubator-pulsar/pull/2039 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

[incubator-pulsar] branch master updated: Move AuthenticationFilter to pulsar-broker-common (#2039)

2018-06-27 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.git The following commit(s) were added to refs/heads/master by this push: new c80dfb6 Move AuthenticationFilter to

[GitHub] merlimat commented on issue #2033: Python pulsar-client lacks multi-topic support

2018-06-27 Thread GitBox
merlimat commented on issue #2033: Python pulsar-client lacks multi-topic support URL: https://github.com/apache/incubator-pulsar/issues/2033#issuecomment-400761533 @georgewilk01 btw: added feature comparison in wiki page

[GitHub] georgewilk01 commented on issue #2033: Python pulsar-client lacks multi-topic support

2018-06-27 Thread GitBox
georgewilk01 commented on issue #2033: Python pulsar-client lacks multi-topic support URL: https://github.com/apache/incubator-pulsar/issues/2033#issuecomment-400746761 Thank you for the info, @merlimat. This is an

[GitHub] ivankelly opened a new pull request #2039: Move AuthenticationFilter to pulsar-broker-common

2018-06-27 Thread GitBox
ivankelly opened a new pull request #2039: Move AuthenticationFilter to pulsar-broker-common URL: https://github.com/apache/incubator-pulsar/pull/2039 So that it can be used by the proxy also. Master issue: #1991

[GitHub] ivankelly opened a new pull request #2038: Inject AuthenticationService into ProxyService

2018-06-27 Thread GitBox
ivankelly opened a new pull request #2038: Inject AuthenticationService into ProxyService URL: https://github.com/apache/incubator-pulsar/pull/2038 So that the same authentication service can be used for the webserver also. Master issue: #1991

[GitHub] ivankelly commented on a change in pull request #2028: Original principal authorization for admin API

2018-06-27 Thread GitBox
ivankelly commented on a change in pull request #2028: Original principal authorization for admin API URL: https://github.com/apache/incubator-pulsar/pull/2028#discussion_r198424928 ## File path: pulsar-broker/src/main/java/org/apache/pulsar/broker/web/PulsarWebResource.java

[GitHub] ivankelly commented on a change in pull request #2028: Original principal authorization for admin API

2018-06-27 Thread GitBox
ivankelly commented on a change in pull request #2028: Original principal authorization for admin API URL: https://github.com/apache/incubator-pulsar/pull/2028#discussion_r198424905 ## File path: pulsar-broker/src/main/java/org/apache/pulsar/broker/web/PulsarWebResource.java

[GitHub] jai1 commented on a change in pull request #2028: Original principal authorization for admin API

2018-06-27 Thread GitBox
jai1 commented on a change in pull request #2028: Original principal authorization for admin API URL: https://github.com/apache/incubator-pulsar/pull/2028#discussion_r198422593 ## File path: pulsar-broker/src/main/java/org/apache/pulsar/broker/web/PulsarWebResource.java

[GitHub] jai1 commented on a change in pull request #2028: Original principal authorization for admin API

2018-06-27 Thread GitBox
jai1 commented on a change in pull request #2028: Original principal authorization for admin API URL: https://github.com/apache/incubator-pulsar/pull/2028#discussion_r198422860 ## File path: pulsar-broker/src/main/java/org/apache/pulsar/broker/web/PulsarWebResource.java

[incubator-pulsar] branch asf-site updated: Updated site at revision 174fd02

2018-06-27 Thread mmerli
This is an automated email from the ASF dual-hosted git repository. mmerli pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-pulsar.git The following commit(s) were added to refs/heads/asf-site by this push: new 9b653bd Updated site at revision

[GitHub] dsambandam opened a new issue #2037: Initialization of cluster meta data fails while setting up a multi cluster pulsar instance

2018-06-27 Thread GitBox
dsambandam opened a new issue #2037: Initialization of cluster meta data fails while setting up a multi cluster pulsar instance URL: https://github.com/apache/incubator-pulsar/issues/2037 Initialization of cluster meta data fails while setting up a multi cluster pulsar instance

[GitHub] sijie commented on issue #2028: Original principal authorization for admin API

2018-06-27 Thread GitBox
sijie commented on issue #2028: Original principal authorization for admin API URL: https://github.com/apache/incubator-pulsar/pull/2028#issuecomment-400559764 @jai1 can you review this PR? This is an automated message from