[GitHub] [pulsar] jerrypeng merged pull request #4092: allow users to update output topics for functions and sources

2019-04-19 Thread GitBox
jerrypeng merged pull request #4092: allow users to update output topics for functions and sources URL: https://github.com/apache/pulsar/pull/4092 This is an automated message from the Apache Git Service. To respond to the

[pulsar] branch master updated: allow users to update output topics for functions and sources (#4092)

2019-04-19 Thread jerrypeng
This is an automated email from the ASF dual-hosted git repository. jerrypeng 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 e5fbb89 allow users to update output

[GitHub] [pulsar] jerrypeng commented on issue #4082: Optimizing performance for Pulsar function archive download

2019-04-19 Thread GitBox
jerrypeng commented on issue #4082: Optimizing performance for Pulsar function archive download URL: https://github.com/apache/pulsar/pull/4082#issuecomment-485059973 rerun java8 tests This is an automated message from the

[GitHub] [pulsar] jerrypeng commented on issue #4091: Fix: set receive queue size for sinks

2019-04-19 Thread GitBox
jerrypeng commented on issue #4091: Fix: set receive queue size for sinks URL: https://github.com/apache/pulsar/pull/4091#issuecomment-485059959 rerun java8 tests This is an automated message from the Apache Git Service. To

[GitHub] [pulsar] wolfstudy commented on issue #3904: [go schema] support go schema for pulsar-client-go

2019-04-19 Thread GitBox
wolfstudy commented on issue #3904: [go schema] support go schema for pulsar-client-go URL: https://github.com/apache/pulsar/pull/3904#issuecomment-485059316 run java8 tests run integration tests This is an automated

[GitHub] [pulsar] jerrypeng commented on issue #4087: deprecate and relocate connector related endpoints in functions REST API

2019-04-19 Thread GitBox
jerrypeng commented on issue #4087: deprecate and relocate connector related endpoints in functions REST API URL: https://github.com/apache/pulsar/pull/4087#issuecomment-485057305 rerun java8 tests This is an automated

[GitHub] [pulsar] jerrypeng commented on issue #4091: Fix: set receive queue size for sinks

2019-04-19 Thread GitBox
jerrypeng commented on issue #4091: Fix: set receive queue size for sinks URL: https://github.com/apache/pulsar/pull/4091#issuecomment-485055290 rerun java8 tests This is an automated message from the Apache Git Service. To

[GitHub] [pulsar] jerrypeng commented on issue #4082: Optimizing performance for Pulsar function archive download

2019-04-19 Thread GitBox
jerrypeng commented on issue #4082: Optimizing performance for Pulsar function archive download URL: https://github.com/apache/pulsar/pull/4082#issuecomment-485055234 rerun java8 tests This is an automated message from the

[GitHub] [pulsar] lovelle removed a comment on issue #3962: Feature / Interceptor for negative ack redelivery

2019-04-19 Thread GitBox
lovelle removed a comment on issue #3962: Feature / Interceptor for negative ack redelivery URL: https://github.com/apache/pulsar/pull/3962#issuecomment-485021580 run java8 tests This is an automated message from the Apache

[GitHub] [pulsar] lovelle commented on issue #3962: Feature / Interceptor for negative ack redelivery

2019-04-19 Thread GitBox
lovelle commented on issue #3962: Feature / Interceptor for negative ack redelivery URL: https://github.com/apache/pulsar/pull/3962#issuecomment-485054225 run java8 tests This is an automated message from the Apache Git

[GitHub] [pulsar] jerrypeng opened a new pull request #4092: allow users to update output topics for functions and sources

2019-04-19 Thread GitBox
jerrypeng opened a new pull request #4092: allow users to update output topics for functions and sources URL: https://github.com/apache/pulsar/pull/4092 ### Motivation Allow users to update the output topic for functions and sinks. Not sure why we don't allow users to do

[GitHub] [pulsar] sijie commented on issue #4020: Make generate_protobuf_docker.sh usable on windows

2019-04-19 Thread GitBox
sijie commented on issue #4020: Make generate_protobuf_docker.sh usable on windows URL: https://github.com/apache/pulsar/pull/4020#issuecomment-485048082 run cpp tests This is an automated message from the Apache Git

[GitHub] [pulsar] jerrypeng commented on issue #4091: Fix: set receive queue size for sinks

2019-04-19 Thread GitBox
jerrypeng commented on issue #4091: Fix: set receive queue size for sinks URL: https://github.com/apache/pulsar/pull/4091#issuecomment-485047748 rerun cpp tests This is an automated message from the Apache Git Service. To

[GitHub] [pulsar] merlimat commented on issue #4089: 2.3+ python client depends on bookkeeper client

2019-04-19 Thread GitBox
merlimat commented on issue #4089: 2.3+ python client depends on bookkeeper client URL: https://github.com/apache/pulsar/issues/4089#issuecomment-485044768 Created fix in https://github.com/apache/bookkeeper/pull/2069 This

[GitHub] [pulsar] codelipenghui commented on issue #4079: PIP-34 Key_Shared subscription core implementation.

2019-04-19 Thread GitBox
codelipenghui commented on issue #4079: PIP-34 Key_Shared subscription core implementation. URL: https://github.com/apache/pulsar/pull/4079#issuecomment-485042787 run java8 tests run cpp tests run Integration Tests

[GitHub] [pulsar] merlimat commented on issue #4089: 2.3+ python client depends on bookkeeper client

2019-04-19 Thread GitBox
merlimat commented on issue #4089: 2.3+ python client depends on bookkeeper client URL: https://github.com/apache/pulsar/issues/4089#issuecomment-485042425 We'll try to get this fixed in BookKeeper-4.9.2 to include in Pulsar-2.3.2

[GitHub] [pulsar] lovelle commented on issue #3962: Feature / Interceptor for negative ack redelivery

2019-04-19 Thread GitBox
lovelle commented on issue #3962: Feature / Interceptor for negative ack redelivery URL: https://github.com/apache/pulsar/pull/3962#issuecomment-485042243 run java8 tests This is an automated message from the Apache Git

[GitHub] [pulsar] jerrypeng opened a new pull request #4091: Fix: set receive queue size for sinks

2019-04-19 Thread GitBox
jerrypeng opened a new pull request #4091: Fix: set receive queue size for sinks URL: https://github.com/apache/pulsar/pull/4091 ### Motivation Currently, the receiveQueueSize config does not get set according when creating or updating sinks. ### Modifications Fix the bug

[GitHub] [pulsar] rdhabalia opened a new pull request #4090: [pulsar-function] Fix NPE and log error when java-instance jar path not set

2019-04-19 Thread GitBox
rdhabalia opened a new pull request #4090: [pulsar-function] Fix NPE and log error when java-instance jar path not set URL: https://github.com/apache/pulsar/pull/4090 ### Motivation When java-instance jar path is not set, function internally throws NPE without logging any

[GitHub] [pulsar] vicaya opened a new issue #4089: 2.3+ python client depends on bookkeeper client

2019-04-19 Thread GitBox
vicaya opened a new issue #4089: 2.3+ python client depends on bookkeeper client URL: https://github.com/apache/pulsar/issues/4089 **Describe the bug** 2.3+ python client pip install doesn't work on python slim images, as it pulls in bookkeeper client, which requires gcc to compile a

[GitHub] [pulsar] jerrypeng commented on issue #4087: deprecate and relocate connector related endpoints in functions REST API

2019-04-19 Thread GitBox
jerrypeng commented on issue #4087: deprecate and relocate connector related endpoints in functions REST API URL: https://github.com/apache/pulsar/pull/4087#issuecomment-485040886 rerun java8 tests This is an automated

[GitHub] [pulsar] jerrypeng commented on issue #4082: Optimizing performance for Pulsar function archive download

2019-04-19 Thread GitBox
jerrypeng commented on issue #4082: Optimizing performance for Pulsar function archive download URL: https://github.com/apache/pulsar/pull/4082#issuecomment-485038078 rerun java8 tests This is an automated message from the

[GitHub] [pulsar] rdhabalia opened a new pull request #4088: [pulsar=function] support bookie authentication from function-worker

2019-04-19 Thread GitBox
rdhabalia opened a new pull request #4088: [pulsar=function] support bookie authentication from function-worker URL: https://github.com/apache/pulsar/pull/4088 ### Motivation Function worker uses bookie and zookeeper to store function's executable. However, function doesn't support

[GitHub] [pulsar] jerrypeng opened a new pull request #4087: deprecate and relocate connector related endpoints in functions REST API

2019-04-19 Thread GitBox
jerrypeng opened a new pull request #4087: deprecate and relocate connector related endpoints in functions REST API URL: https://github.com/apache/pulsar/pull/4087 ### Motivation There are several connectors (sources/sinks) related admin APIs and REST endpoints that reside within

[GitHub] [pulsar] jerrypeng commented on issue #4082: Optimizing performance for Pulsar function archive download

2019-04-19 Thread GitBox
jerrypeng commented on issue #4082: Optimizing performance for Pulsar function archive download URL: https://github.com/apache/pulsar/pull/4082#issuecomment-485025091 rerun java8 tests This is an automated message from the

[GitHub] [pulsar] lovelle commented on issue #3962: Feature / Interceptor for negative ack redelivery

2019-04-19 Thread GitBox
lovelle commented on issue #3962: Feature / Interceptor for negative ack redelivery URL: https://github.com/apache/pulsar/pull/3962#issuecomment-485021580 run java8 tests This is an automated message from the Apache Git

[GitHub] [pulsar] merlimat commented on issue #4059: Ensure Pulsar HTTP proxy carries over Authorization header after 307 redirects

2019-04-19 Thread GitBox
merlimat commented on issue #4059: Ensure Pulsar HTTP proxy carries over Authorization header after 307 redirects URL: https://github.com/apache/pulsar/pull/4059#issuecomment-485019028 run java8 tests This is an

[GitHub] [pulsar] merlimat commented on issue #3613: Use individual netty-* artifacts instead of netty-all

2019-04-19 Thread GitBox
merlimat commented on issue #3613: Use individual netty-* artifacts instead of netty-all URL: https://github.com/apache/pulsar/pull/3613#issuecomment-485018994 run java8 tests This is an automated message from the

[GitHub] [pulsar] jerrypeng commented on issue #4082: Optimizing performance for Pulsar function archive download

2019-04-19 Thread GitBox
jerrypeng commented on issue #4082: Optimizing performance for Pulsar function archive download URL: https://github.com/apache/pulsar/pull/4082#issuecomment-485005903 rerun java8 tests This is an automated message from the

[GitHub] [pulsar] lovelle commented on a change in pull request #3962: Feature / Interceptor for negative ack redelivery

2019-04-19 Thread GitBox
lovelle commented on a change in pull request #3962: Feature / Interceptor for negative ack redelivery URL: https://github.com/apache/pulsar/pull/3962#discussion_r277080248 ## File path: pulsar-client/src/main/java/org/apache/pulsar/client/impl/ConsumerInterceptors.java

[GitHub] [pulsar] merlimat commented on issue #3613: Use individual netty-* artifacts instead of netty-all

2019-04-19 Thread GitBox
merlimat commented on issue #3613: Use individual netty-* artifacts instead of netty-all URL: https://github.com/apache/pulsar/pull/3613#issuecomment-484996774 run java8 tests This is an automated message from the Apache Git

[GitHub] [pulsar] merlimat commented on issue #4084: [c++][pulsar-client-cpp] Protect against double joining the worker thread in ExecutorService::close()

2019-04-19 Thread GitBox
merlimat commented on issue #4084: [c++][pulsar-client-cpp] Protect against double joining the worker thread in ExecutorService::close() URL: https://github.com/apache/pulsar/pull/4084#issuecomment-484995023 run java8 tests

[GitHub] [pulsar] merlimat commented on a change in pull request #3962: Feature / Interceptor for negative ack redelivery

2019-04-19 Thread GitBox
merlimat commented on a change in pull request #3962: Feature / Interceptor for negative ack redelivery URL: https://github.com/apache/pulsar/pull/3962#discussion_r277072400 ## File path: pulsar-client/src/main/java/org/apache/pulsar/client/impl/ConsumerInterceptors.java

[GitHub] [pulsar] lovelle commented on a change in pull request #3962: Feature / Interceptor for negative ack redelivery

2019-04-19 Thread GitBox
lovelle commented on a change in pull request #3962: Feature / Interceptor for negative ack redelivery URL: https://github.com/apache/pulsar/pull/3962#discussion_r277069957 ## File path: pulsar-client/src/main/java/org/apache/pulsar/client/impl/ConsumerInterceptors.java

[GitHub] [pulsar] ruudk opened a new issue #4086: Small docker image that only contains Pulsar

2019-04-19 Thread GitBox
ruudk opened a new issue #4086: Small docker image that only contains Pulsar URL: https://github.com/apache/pulsar/issues/4086 When looking at https://hub.docker.com/u/apachepulsar there are 3 major Docker images: pulsar pulsar-standalone pulsar-all They are massive.

[GitHub] [pulsar] ruudk commented on issue #4044: Pulsar Dashboard Displays Very Little Information

2019-04-19 Thread GitBox
ruudk commented on issue #4044: Pulsar Dashboard Displays Very Little Information URL: https://github.com/apache/pulsar/issues/4044#issuecomment-484981058 I tried out this and it worked: ``` docker run -it \ -p 6650:6650 \

[GitHub] [pulsar] phreed edited a comment on issue #4044: Pulsar Dashboard Displays Very Little Information

2019-04-19 Thread GitBox
phreed edited a comment on issue #4044: Pulsar Dashboard Displays Very Little Information URL: https://github.com/apache/pulsar/issues/4044#issuecomment-484974875 Did you try without the --network=host ? ... docker run -p 80:80 -e SERVICE_URL=http://localhost:8080

[GitHub] [pulsar] merlimat commented on a change in pull request #3962: Feature / Interceptor for negative ack redelivery

2019-04-19 Thread GitBox
merlimat commented on a change in pull request #3962: Feature / Interceptor for negative ack redelivery URL: https://github.com/apache/pulsar/pull/3962#discussion_r277055193 ## File path: pulsar-client/src/main/java/org/apache/pulsar/client/impl/ConsumerInterceptors.java

[GitHub] [pulsar] merlimat closed issue #4085: Tag v2.3.1 as latest

2019-04-19 Thread GitBox
merlimat closed issue #4085: Tag v2.3.1 as latest URL: https://github.com/apache/pulsar/issues/4085 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [pulsar] phreed commented on issue #4044: Pulsar Dashboard Displays Very Little Information

2019-04-19 Thread GitBox
phreed commented on issue #4044: Pulsar Dashboard Displays Very Little Information URL: https://github.com/apache/pulsar/issues/4044#issuecomment-484974875 Did you try... docker run -p 80:80 -e SERVICE_URL=http://localhost:8080 apachepulsar/pulsar-dashboard

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

2019-04-19 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/pulsar.wiki.git The following commit(s) were added to refs/heads/master by this push: new a2b62d1 Updated Release process

[GitHub] [pulsar] ruudk opened a new issue #4085: Tag v2.3.1 as latest

2019-04-19 Thread GitBox
ruudk opened a new issue #4085: Tag v2.3.1 as latest URL: https://github.com/apache/pulsar/issues/4085 Better, don't use the `latest` flag in Github :) https://user-images.githubusercontent.com/104180/56435294-4022ef00-62d8-11e9-922b-2fc0e0e0ce8e.png;>

[GitHub] [pulsar] lovelle edited a comment on issue #3983: [Issue#3976] [component/client] Adding config for ReaderImpl

2019-04-19 Thread GitBox
lovelle edited a comment on issue #3983: [Issue#3976] [component/client] Adding config for ReaderImpl URL: https://github.com/apache/pulsar/pull/3983#issuecomment-482843153 In order to generate `PulsarApi.java` try with `generate_protobuf_docker.sh` script, it always worked well for me.

[GitHub] [pulsar] lovelle edited a comment on issue #3983: [Issue#3976] [component/client] Adding config for ReaderImpl

2019-04-19 Thread GitBox
lovelle edited a comment on issue #3983: [Issue#3976] [component/client] Adding config for ReaderImpl URL: https://github.com/apache/pulsar/pull/3983#issuecomment-482843153 In order to generate `PulsarApi.java` try with `generate_protobuf_docker.sh` script, it always worked well for me.

[GitHub] [pulsar] lovelle commented on issue #3962: Feature / Interceptor for negative ack redelivery

2019-04-19 Thread GitBox
lovelle commented on issue #3962: Feature / Interceptor for negative ack redelivery URL: https://github.com/apache/pulsar/pull/3962#issuecomment-484957011 run integration tests This is an automated message from the Apache

[GitHub] [pulsar] ConcurrencyPractitioner commented on issue #3983: [Issue#3976] [component/client] Adding config for ReaderImpl

2019-04-19 Thread GitBox
ConcurrencyPractitioner commented on issue #3983: [Issue#3976] [component/client] Adding config for ReaderImpl URL: https://github.com/apache/pulsar/pull/3983#issuecomment-484956985 Retest this please. This is an automated

[GitHub] [pulsar] lovelle removed a comment on issue #3962: Feature / Interceptor for negative ack redelivery

2019-04-19 Thread GitBox
lovelle removed a comment on issue #3962: Feature / Interceptor for negative ack redelivery URL: https://github.com/apache/pulsar/pull/3962#issuecomment-484956055 run integration test This is an automated message from the

[GitHub] [pulsar] lovelle commented on issue #3962: Feature / Interceptor for negative ack redelivery

2019-04-19 Thread GitBox
lovelle commented on issue #3962: Feature / Interceptor for negative ack redelivery URL: https://github.com/apache/pulsar/pull/3962#issuecomment-484956055 run integration test This is an automated message from the Apache Git

[GitHub] [pulsar] ruudk edited a comment on issue #4044: Pulsar Dashboard Displays Very Little Information

2019-04-19 Thread GitBox
ruudk edited a comment on issue #4044: Pulsar Dashboard Displays Very Little Information URL: https://github.com/apache/pulsar/issues/4044#issuecomment-484929981 FYI: I run this all on my local machine with Docker. And I do see this (copied screenshot from post):

[GitHub] [pulsar] ruudk edited a comment on issue #4044: Pulsar Dashboard Displays Very Little Information

2019-04-19 Thread GitBox
ruudk edited a comment on issue #4044: Pulsar Dashboard Displays Very Little Information URL: https://github.com/apache/pulsar/issues/4044#issuecomment-484929981 FYI: I run this all on my local machine with Docker. And I do see this:

[GitHub] [pulsar] ruudk commented on issue #4044: Pulsar Dashboard Displays Very Little Information

2019-04-19 Thread GitBox
ruudk commented on issue #4044: Pulsar Dashboard Displays Very Little Information URL: https://github.com/apache/pulsar/issues/4044#issuecomment-484931527 Even when I use `docker-compose` with this configuration it doesn't work: ```yaml version: '3.3' services: pulsar:

[GitHub] [pulsar] ruudk commented on issue #4044: Pulsar Dashboard Displays Very Little Information

2019-04-19 Thread GitBox
ruudk commented on issue #4044: Pulsar Dashboard Displays Very Little Information URL: https://github.com/apache/pulsar/issues/4044#issuecomment-484929981 FYI: I run this all on my local machine with Docker. This is an

[GitHub] [pulsar] ruudk commented on issue #4044: Pulsar Dashboard Displays Very Little Information

2019-04-19 Thread GitBox
ruudk commented on issue #4044: Pulsar Dashboard Displays Very Little Information URL: https://github.com/apache/pulsar/issues/4044#issuecomment-484929889 ```json // http://localhost:8080/admin/v2/clusters [ "standalone" ] ``` So that works. I think it would

[GitHub] [pulsar] lovelle commented on a change in pull request #3962: Feature / Interceptor for negative ack redelivery

2019-04-19 Thread GitBox
lovelle commented on a change in pull request #3962: Feature / Interceptor for negative ack redelivery URL: https://github.com/apache/pulsar/pull/3962#discussion_r277009482 ## File path: pulsar-client/src/main/java/org/apache/pulsar/client/impl/ConsumerInterceptors.java

[GitHub] [pulsar] phreed edited a comment on issue #4044: Pulsar Dashboard Displays Very Little Information

2019-04-19 Thread GitBox
phreed edited a comment on issue #4044: Pulsar Dashboard Displays Very Little Information URL: https://github.com/apache/pulsar/issues/4044#issuecomment-484907849 @ruudk Does the pulsar server respond to requests generally? That is, if you point your browser to the

[GitHub] [pulsar] phreed edited a comment on issue #4044: Pulsar Dashboard Displays Very Little Information

2019-04-19 Thread GitBox
phreed edited a comment on issue #4044: Pulsar Dashboard Displays Very Little Information URL: https://github.com/apache/pulsar/issues/4044#issuecomment-484908665 @ruudk Another cause may be a docker interaction. How does a docker process with '--network=host' look-up 'localhost'?

[GitHub] [pulsar] phreed edited a comment on issue #4044: Pulsar Dashboard Displays Very Little Information

2019-04-19 Thread GitBox
phreed edited a comment on issue #4044: Pulsar Dashboard Displays Very Little Information URL: https://github.com/apache/pulsar/issues/4044#issuecomment-484908665 @ruudk Another issue may be a docker interaction. How does a docker process with '--network=host' look-up 'localhost'?

[GitHub] [pulsar] phreed edited a comment on issue #4044: Pulsar Dashboard Displays Very Little Information

2019-04-19 Thread GitBox
phreed edited a comment on issue #4044: Pulsar Dashboard Displays Very Little Information URL: https://github.com/apache/pulsar/issues/4044#issuecomment-484908665 @ruudk Another issue may be a docker interaction. How does a docker process with '--network=hos't look-up 'localhost'?

[GitHub] [pulsar] phreed edited a comment on issue #4044: Pulsar Dashboard Displays Very Little Information

2019-04-19 Thread GitBox
phreed edited a comment on issue #4044: Pulsar Dashboard Displays Very Little Information URL: https://github.com/apache/pulsar/issues/4044#issuecomment-484908665 @ruudk Another issue may be a docker interaction. How does a docker process with --network=host look up 'localhost'? You

[GitHub] [pulsar] phreed commented on issue #4044: Pulsar Dashboard Displays Very Little Information

2019-04-19 Thread GitBox
phreed commented on issue #4044: Pulsar Dashboard Displays Very Little Information URL: https://github.com/apache/pulsar/issues/4044#issuecomment-484908665 @ruudk Another issue may be a docker interaction. How does a docker process with --network=host look up 'localhost'? You might

[GitHub] [pulsar] phreed commented on issue #4044: Pulsar Dashboard Displays Very Little Information

2019-04-19 Thread GitBox
phreed commented on issue #4044: Pulsar Dashboard Displays Very Little Information URL: https://github.com/apache/pulsar/issues/4044#issuecomment-484907849 @ruudk Does the pulsar server respond to requests generally? That is, if you point your browser to the

[GitHub] [pulsar] sijie commented on issue #4020: Make generate_protobuf_docker.sh usable on windows

2019-04-19 Thread GitBox
sijie commented on issue #4020: Make generate_protobuf_docker.sh usable on windows URL: https://github.com/apache/pulsar/pull/4020#issuecomment-484887667 run cpp tests This is an automated message from the Apache Git

[GitHub] [pulsar] foreversunyao commented on a change in pull request #3915: [PIP28][PROXY] Pulsar Proxy Gateway Improvement

2019-04-19 Thread GitBox
foreversunyao commented on a change in pull request #3915: [PIP28][PROXY] Pulsar Proxy Gateway Improvement URL: https://github.com/apache/pulsar/pull/3915#discussion_r276979620 ## File path: pulsar-proxy/src/main/java/org/apache/pulsar/proxy/server/ParserProxyHandler.java

[GitHub] [pulsar] foreversunyao commented on a change in pull request #3915: [PIP28][PROXY] Pulsar Proxy Gateway Improvement

2019-04-19 Thread GitBox
foreversunyao commented on a change in pull request #3915: [PIP28][PROXY] Pulsar Proxy Gateway Improvement URL: https://github.com/apache/pulsar/pull/3915#discussion_r276978970 ## File path: pulsar-proxy/src/main/java/org/apache/pulsar/proxy/server/ParserProxyHandler.java

[GitHub] [pulsar] codelipenghui commented on a change in pull request #4079: PIP-34 Key_Shared subscription core implementation.

2019-04-19 Thread GitBox
codelipenghui commented on a change in pull request #4079: PIP-34 Key_Shared subscription core implementation. URL: https://github.com/apache/pulsar/pull/4079#discussion_r276976355 ## File path:

[GitHub] [pulsar] ruudk commented on issue #4044: Pulsar Dashboard Displays Very Little Information

2019-04-19 Thread GitBox
ruudk commented on issue #4044: Pulsar Dashboard Displays Very Little Information URL: https://github.com/apache/pulsar/issues/4044#issuecomment-484854612 I cannot get it to work either: ``` docker run -it \ -p 6650:6650 \

[GitHub] [pulsar] congbobo184 removed a comment on issue #4083: [pulsar-proxy]Add the LookupProxyHandler handle getSchema request and test

2019-04-19 Thread GitBox
congbobo184 removed a comment on issue #4083: [pulsar-proxy]Add the LookupProxyHandler handle getSchema request and test URL: https://github.com/apache/pulsar/pull/4083#issuecomment-484840430 run java8 tests This is an

[GitHub] [pulsar] congbobo184 removed a comment on issue #4083: [pulsar-proxy]Add the LookupProxyHandler handle getSchema request and test

2019-04-19 Thread GitBox
congbobo184 removed a comment on issue #4083: [pulsar-proxy]Add the LookupProxyHandler handle getSchema request and test URL: https://github.com/apache/pulsar/pull/4083#issuecomment-484840655 run java8 tests This is an

[GitHub] [pulsar] congbobo184 commented on issue #4083: [pulsar-proxy]Add the LookupProxyHandler handle getSchema request and test

2019-04-19 Thread GitBox
congbobo184 commented on issue #4083: [pulsar-proxy]Add the LookupProxyHandler handle getSchema request and test URL: https://github.com/apache/pulsar/pull/4083#issuecomment-484840655 run java8 tests This is an automated

[GitHub] [pulsar] congbobo184 removed a comment on issue #4083: [pulsar-proxy]Add the LookupProxyHandler handle getSchema request and test

2019-04-19 Thread GitBox
congbobo184 removed a comment on issue #4083: [pulsar-proxy]Add the LookupProxyHandler handle getSchema request and test URL: https://github.com/apache/pulsar/pull/4083#issuecomment-484814797 run java8 tests This is an

[GitHub] [pulsar] congbobo184 removed a comment on issue #4083: [pulsar-proxy]Add the LookupProxyHandler handle getSchema request and test

2019-04-19 Thread GitBox
congbobo184 removed a comment on issue #4083: [pulsar-proxy]Add the LookupProxyHandler handle getSchema request and test URL: https://github.com/apache/pulsar/pull/4083#issuecomment-484779244 run java8 tests This is an

[GitHub] [pulsar] congbobo184 commented on issue #4083: [pulsar-proxy]Add the LookupProxyHandler handle getSchema request and test

2019-04-19 Thread GitBox
congbobo184 commented on issue #4083: [pulsar-proxy]Add the LookupProxyHandler handle getSchema request and test URL: https://github.com/apache/pulsar/pull/4083#issuecomment-484840430 run java8 tests This is an automated

[GitHub] [pulsar] congbobo184 commented on issue #4083: [pulsar-proxy]Add the LookupProxyHandler handle getSchema request and test

2019-04-19 Thread GitBox
congbobo184 commented on issue #4083: [pulsar-proxy]Add the LookupProxyHandler handle getSchema request and test URL: https://github.com/apache/pulsar/pull/4083#issuecomment-484814797 run java8 tests This is an automated

[GitHub] [pulsar] congbobo184 removed a comment on issue #4083: [pulsar-proxy]Add the LookupProxyHandler handle getSchema request and test

2019-04-19 Thread GitBox
congbobo184 removed a comment on issue #4083: [pulsar-proxy]Add the LookupProxyHandler handle getSchema request and test URL: https://github.com/apache/pulsar/pull/4083#issuecomment-484792985 run java8 tests This is an

[GitHub] [pulsar] jiazhai commented on issue #4082: Optimizing performance for Pulsar function archive download

2019-04-19 Thread GitBox
jiazhai commented on issue #4082: Optimizing performance for Pulsar function archive download URL: https://github.com/apache/pulsar/pull/4082#issuecomment-484806379 run java8 tests run integration tests This is an

[GitHub] [pulsar] jiazhai commented on issue #4081: For functions metrics in prometheus also remove TYPE

2019-04-19 Thread GitBox
jiazhai commented on issue #4081: For functions metrics in prometheus also remove TYPE URL: https://github.com/apache/pulsar/pull/4081#issuecomment-484806170 run java8 tests This is an automated message from the Apache Git

[GitHub] [pulsar] sijie commented on a change in pull request #4079: PIP-34 Key_Shared subscription core implementation.

2019-04-19 Thread GitBox
sijie commented on a change in pull request #4079: PIP-34 Key_Shared subscription core implementation. URL: https://github.com/apache/pulsar/pull/4079#discussion_r276926735 ## File path:

[GitHub] [pulsar] congbobo184 commented on issue #4083: [pulsar-proxy]Add the LookupProxyHandler handle getSchema request and test

2019-04-19 Thread GitBox
congbobo184 commented on issue #4083: [pulsar-proxy]Add the LookupProxyHandler handle getSchema request and test URL: https://github.com/apache/pulsar/pull/4083#issuecomment-484792985 run java8 tests This is an automated

[GitHub] [pulsar] codelipenghui commented on a change in pull request #4079: PIP-34 Key_Shared subscription core implementation.

2019-04-19 Thread GitBox
codelipenghui commented on a change in pull request #4079: PIP-34 Key_Shared subscription core implementation. URL: https://github.com/apache/pulsar/pull/4079#discussion_r276917867 ## File path:

[GitHub] [pulsar] codelipenghui commented on a change in pull request #4079: PIP-34 Key_Shared subscription core implementation.

2019-04-19 Thread GitBox
codelipenghui commented on a change in pull request #4079: PIP-34 Key_Shared subscription core implementation. URL: https://github.com/apache/pulsar/pull/4079#discussion_r276917650 ## File path:

[GitHub] [pulsar] codelipenghui commented on a change in pull request #4079: PIP-34 Key_Shared subscription core implementation.

2019-04-19 Thread GitBox
codelipenghui commented on a change in pull request #4079: PIP-34 Key_Shared subscription core implementation. URL: https://github.com/apache/pulsar/pull/4079#discussion_r276914955 ## File path:

[GitHub] [pulsar] merlimat commented on issue #4020: Make generate_protobuf_docker.sh usable on windows

2019-04-19 Thread GitBox
merlimat commented on issue #4020: Make generate_protobuf_docker.sh usable on windows URL: https://github.com/apache/pulsar/pull/4020#issuecomment-484783216 run cpp tests This is an automated message from the Apache Git

[GitHub] [pulsar] merlimat commented on a change in pull request #4071: [Issue 2461][pulsar-client-cpp] Modified CMake files and source to enable compilation on Windows

2019-04-19 Thread GitBox
merlimat commented on a change in pull request #4071: [Issue 2461][pulsar-client-cpp] Modified CMake files and source to enable compilation on Windows URL: https://github.com/apache/pulsar/pull/4071#discussion_r276912988 ## File path: pulsar-client-cpp/tests/BackoffTest.cc

[GitHub] [pulsar] heronr commented on a change in pull request #4071: [Issue 2461][pulsar-client-cpp] Modified CMake files and source to enable compilation on Windows

2019-04-19 Thread GitBox
heronr commented on a change in pull request #4071: [Issue 2461][pulsar-client-cpp] Modified CMake files and source to enable compilation on Windows URL: https://github.com/apache/pulsar/pull/4071#discussion_r276912793 ## File path: pulsar-client-cpp/tests/BackoffTest.cc

[GitHub] [pulsar] congbobo184 removed a comment on issue #4083: [pulsar-proxy]Add the LookupProxyHandler handle getSchema request and test

2019-04-19 Thread GitBox
congbobo184 removed a comment on issue #4083: [pulsar-proxy]Add the LookupProxyHandler handle getSchema request and test URL: https://github.com/apache/pulsar/pull/4083#issuecomment-484759749 run java8 tests This is an

[GitHub] [pulsar] congbobo184 commented on issue #4083: [pulsar-proxy]Add the LookupProxyHandler handle getSchema request and test

2019-04-19 Thread GitBox
congbobo184 commented on issue #4083: [pulsar-proxy]Add the LookupProxyHandler handle getSchema request and test URL: https://github.com/apache/pulsar/pull/4083#issuecomment-484779244 run java8 tests This is an automated

[GitHub] [pulsar] congbobo184 removed a comment on issue #4083: [pulsar-proxy]Add the LookupProxyHandler handle getSchema request and test

2019-04-19 Thread GitBox
congbobo184 removed a comment on issue #4083: [pulsar-proxy]Add the LookupProxyHandler handle getSchema request and test URL: https://github.com/apache/pulsar/pull/4083#issuecomment-484749603 run cpp tests This is an