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

2018-10-11 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 c7b259a Updated Release process

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

2018-10-11 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 3ee0ebb Updated Release process

[GitHub] merlimat commented on issue #2770: Java Client - Threads to inherit daemon status from thread creating the client

2018-10-11 Thread GitBox
merlimat commented on issue #2770: Java Client - Threads to inherit daemon status from thread creating the client URL: https://github.com/apache/pulsar/pull/2770#issuecomment-429017644 run java8 tests This is an automated

[GitHub] merlimat closed pull request #2769: [website] make sure 2.1.1 documentation reflects to the features in 2.1.1

2018-10-11 Thread GitBox
merlimat closed pull request #2769: [website] make sure 2.1.1 documentation reflects to the features in 2.1.1 URL: https://github.com/apache/pulsar/pull/2769 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

[pulsar] branch master updated: [website] make sure 2.1.1 documentation reflects to the features in 2.1.1 (#2769)

2018-10-11 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.git The following commit(s) were added to refs/heads/master by this push: new fa589ed [website] make sure 2.1.1

[GitHub] sijie closed pull request #2768: Remove `install_usercode_dependencies` from java instance main

2018-10-11 Thread GitBox
sijie closed pull request #2768: Remove `install_usercode_dependencies` from java instance main URL: https://github.com/apache/pulsar/pull/2768 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] merlimat commented on issue #2771: Can't run Example Pulsar Locally

2018-10-11 Thread GitBox
merlimat commented on issue #2771: Can't run Example Pulsar Locally URL: https://github.com/apache/pulsar/issues/2771#issuecomment-429035339 @MrThreepwood Can you try with `docker run -it -p 80:80 -p 8080:8080 -p 6650:6650 apachepulsar/pulsar bin/pulsar standalone` ?

[GitHub] srkukarni opened a new pull request #2774: Make Pulsar Docker have very short ttl cache time

2018-10-11 Thread GitBox
srkukarni opened a new pull request #2774: Make Pulsar Docker have very short ttl cache time URL: https://github.com/apache/pulsar/pull/2774 ### Motivation Bookie restarts in a container environment will change the ip but may not change the hostname. In these scenarios we need to

[GitHub] srkukarni opened a new pull request #2773: Metrics Collector Agent for Functions running in Kubernetes

2018-10-11 Thread GitBox
srkukarni opened a new pull request #2773: Metrics Collector Agent for Functions running in Kubernetes URL: https://github.com/apache/pulsar/pull/2773 ### Motivation Added an agent to scrape for metrics from the functions container and expose it on a port for prometheus to scrape.

[GitHub] srkukarni opened a new pull request #2775: For externally managed functions, function worker should not do metrics management

2018-10-11 Thread GitBox
srkukarni opened a new pull request #2775: For externally managed functions, function worker should not do metrics management URL: https://github.com/apache/pulsar/pull/2775 ### Motivation Externally managed functions have a different path for metrics management. Workers should

[GitHub] srkukarni commented on issue #2774: Make Pulsar Docker have very short ttl cache time

2018-10-11 Thread GitBox
srkukarni commented on issue #2774: Make Pulsar Docker have very short ttl cache time URL: https://github.com/apache/pulsar/pull/2774#issuecomment-429129645 run integration tests run cpp tests This is an automated message

[GitHub] srkukarni commented on issue #2774: Make Pulsar Docker have very short ttl cache time

2018-10-11 Thread GitBox
srkukarni commented on issue #2774: Make Pulsar Docker have very short ttl cache time URL: https://github.com/apache/pulsar/pull/2774#issuecomment-429165875 run integration tests This is an automated message from the Apache

[GitHub] merlimat opened a new pull request #2783: Fixed shading of Netty

2018-10-11 Thread GitBox
merlimat opened a new pull request #2783: Fixed shading of Netty URL: https://github.com/apache/pulsar/pull/2783 ### Motivation Fixes #2778 A problem was introduced in 90c365c1d7940a527eec85b41f69d78a7e3e8c3e that makes application failing when there are other versions of

[pulsar] branch master updated: Added script to change the project version in 1 command (#2772)

2018-10-11 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.git The following commit(s) were added to refs/heads/master by this push: new 60a6a7b Added script to change the project

[GitHub] merlimat closed pull request #2772: Added script to change the project version in 1 command

2018-10-11 Thread GitBox
merlimat closed pull request #2772: Added script to change the project version in 1 command URL: https://github.com/apache/pulsar/pull/2772 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

[pulsar.wiki] branch master updated: Updated with usage of set-project-version.sh tool

2018-10-11 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 a3d792e Updated with usage of

[GitHub] sijie commented on issue #2774: Make Pulsar Docker have very short ttl cache time

2018-10-11 Thread GitBox
sijie commented on issue #2774: Make Pulsar Docker have very short ttl cache time URL: https://github.com/apache/pulsar/pull/2774#issuecomment-429173447 run integration tests This is an automated message from the Apache Git

[GitHub] srkukarni opened a new pull request #2776: Fix the variable name for getting current topic name

2018-10-11 Thread GitBox
srkukarni opened a new pull request #2776: Fix the variable name for getting current topic name URL: https://github.com/apache/pulsar/pull/2776 ### Motivation The actual name of the variable representing topic name is current_input_topic_name ### Modifications

[GitHub] merlimat opened a new issue #2778: Problem in Netty shading in Pulsar client lib

2018-10-11 Thread GitBox
merlimat opened a new issue #2778: Problem in Netty shading in Pulsar client lib URL: https://github.com/apache/pulsar/issues/2778 The current master have a problem with the shading of Netty. The result is that user with other Netty dependencies will get failures like : ```

[GitHub] jerrypeng opened a new pull request #2784: add initialize routine to FunctionRuntimeManager

2018-10-11 Thread GitBox
jerrypeng opened a new pull request #2784: add initialize routine to FunctionRuntimeManager URL: https://github.com/apache/pulsar/pull/2784 ### Motivation This is an optimization to the FunctionRuntimeManager. When a worker is started and there maybe existing/old assignments

[GitHub] jerrypeng commented on issue #2779: fix: unsafe cast of schema to JSONSchema

2018-10-11 Thread GitBox
jerrypeng commented on issue #2779: fix: unsafe cast of schema to JSONSchema URL: https://github.com/apache/pulsar/pull/2779#issuecomment-429198556 rerun tests please This is an automated message from the Apache Git Service.

[GitHub] jerrypeng commented on issue #2779: fix: unsafe cast of schema to JSONSchema

2018-10-11 Thread GitBox
jerrypeng commented on issue #2779: fix: unsafe cast of schema to JSONSchema URL: https://github.com/apache/pulsar/pull/2779#issuecomment-429198712 rerun cpp tests rerun integrations tests rerun java8 tests This is an

[GitHub] jerrypeng edited a comment on issue #2779: fix: unsafe cast of schema to JSONSchema

2018-10-11 Thread GitBox
jerrypeng edited a comment on issue #2779: fix: unsafe cast of schema to JSONSchema URL: https://github.com/apache/pulsar/pull/2779#issuecomment-429198712 rerun cpp tests rerun integration tests rerun java8 tests This

[GitHub] jerrypeng commented on issue #2767: ClassCastException when using custom JSON schema

2018-10-11 Thread GitBox
jerrypeng commented on issue #2767: ClassCastException when using custom JSON schema URL: https://github.com/apache/pulsar/issues/2767#issuecomment-429162364 https://github.com/apache/pulsar/pull/2779 This is an automated

[GitHub] jerrypeng commented on issue #2779: fix: unsafe cast of schema to JSONSchema

2018-10-11 Thread GitBox
jerrypeng commented on issue #2779: fix: unsafe cast of schema to JSONSchema URL: https://github.com/apache/pulsar/pull/2779#issuecomment-429162611 Cherry pick back to 2.1 This is an automated message from the Apache Git

[GitHub] jerrypeng removed a comment on issue #2767: ClassCastException when using custom JSON schema

2018-10-11 Thread GitBox
jerrypeng removed a comment on issue #2767: ClassCastException when using custom JSON schema URL: https://github.com/apache/pulsar/issues/2767#issuecomment-429162364 https://github.com/apache/pulsar/pull/2779 This is an

[GitHub] sijie closed pull request #2773: Metrics Collector Agent for Functions running in Kubernetes

2018-10-11 Thread GitBox
sijie closed pull request #2773: Metrics Collector Agent for Functions running in Kubernetes URL: https://github.com/apache/pulsar/pull/2773 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] sijie opened a new pull request #2782: redirect old website (latest docs) to new website (current)

2018-10-11 Thread GitBox
sijie opened a new pull request #2782: redirect old website (latest docs) to new website (current) URL: https://github.com/apache/pulsar/pull/2782 This is an automated message from the Apache Git Service. To respond to the

[pulsar] branch master updated: Metrics Collector Agent for Functions running in Kubernetes (#2773)

2018-10-11 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/pulsar.git The following commit(s) were added to refs/heads/master by this push: new 89ccde0 Metrics Collector Agent for Functions

[GitHub] srkukarni commented on issue #2776: Fix the variable name for getting current topic name

2018-10-11 Thread GitBox
srkukarni commented on issue #2776: Fix the variable name for getting current topic name URL: https://github.com/apache/pulsar/pull/2776#issuecomment-429177782 run integration tests This is an automated message from the

[pulsar] branch master updated: Make Pulsar Docker have very short ttl cache time so that bookie changes etc are reacted to quickly (#2774)

2018-10-11 Thread sanjeevrk
This is an automated email from the ASF dual-hosted git repository. sanjeevrk 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 9bf3357 Make Pulsar Docker have very short

[GitHub] jerrypeng removed a comment on issue #2779: fix: unsafe cast of schema to JSONSchema

2018-10-11 Thread GitBox
jerrypeng removed a comment on issue #2779: fix: unsafe cast of schema to JSONSchema URL: https://github.com/apache/pulsar/pull/2779#issuecomment-429198712 rerun cpp tests rerun integration tests rerun java8 tests This

[GitHub] jerrypeng removed a comment on issue #2779: fix: unsafe cast of schema to JSONSchema

2018-10-11 Thread GitBox
jerrypeng removed a comment on issue #2779: fix: unsafe cast of schema to JSONSchema URL: https://github.com/apache/pulsar/pull/2779#issuecomment-429198757 rerun integration tests This is an automated message from the

[GitHub] jerrypeng commented on issue #2779: fix: unsafe cast of schema to JSONSchema

2018-10-11 Thread GitBox
jerrypeng commented on issue #2779: fix: unsafe cast of schema to JSONSchema URL: https://github.com/apache/pulsar/pull/2779#issuecomment-429198757 rerun integration tests This is an automated message from the Apache Git

[pulsar] branch master updated: For externally managed functions, function worker should not do metrics management (#2775)

2018-10-11 Thread sanjeevrk
This is an automated email from the ASF dual-hosted git repository. sanjeevrk 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 592737a For externally managed functions,

[pulsar] branch asf-site updated: Redirect old website to new website for security-overview page (#2780)

2018-10-11 Thread sijie
This is an automated email from the ASF dual-hosted git repository. sijie pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/pulsar.git The following commit(s) were added to refs/heads/asf-site by this push: new e8aec22 Redirect old website to new website

[GitHub] sijie closed pull request #2780: Redirect old website to new website for security-overview page

2018-10-11 Thread GitBox
sijie closed pull request #2780: Redirect old website to new website for security-overview page URL: https://github.com/apache/pulsar/pull/2780 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] srkukarni commented on issue #2774: Make Pulsar Docker have very short ttl cache time

2018-10-11 Thread GitBox
srkukarni commented on issue #2774: Make Pulsar Docker have very short ttl cache time URL: https://github.com/apache/pulsar/pull/2774#issuecomment-429165787 run integration tests This is an automated message from the Apache

[GitHub] srkukarni opened a new pull request #2777: Enhance publish method to allow properties

2018-10-11 Thread GitBox
srkukarni opened a new pull request #2777: Enhance publish method to allow properties URL: https://github.com/apache/pulsar/pull/2777 ### Motivation Explain here the context, and why you're making that change. What is the problem you're trying to solve. ### Modifications

[GitHub] jerrypeng opened a new pull request #2779: fix: unsafe cast of schema to JSONSchema

2018-10-11 Thread GitBox
jerrypeng opened a new pull request #2779: fix: unsafe cast of schema to JSONSchema URL: https://github.com/apache/pulsar/pull/2779 ### Motivation Reference to issue #2767 This is an automated message from

[GitHub] srkukarni commented on issue #2781: Added ability to specify compression while publishing

2018-10-11 Thread GitBox
srkukarni commented on issue #2781: Added ability to specify compression while publishing URL: https://github.com/apache/pulsar/pull/2781#issuecomment-429184569 run integration tests This is an automated message from the

[pulsar] branch master updated: Fixed shading of Netty (#2783)

2018-10-11 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.git The following commit(s) were added to refs/heads/master by this push: new f077f9d Fixed shading of Netty (#2783) f077f9d

[GitHub] merlimat closed pull request #2783: Fixed shading of Netty

2018-10-11 Thread GitBox
merlimat closed pull request #2783: Fixed shading of Netty URL: https://github.com/apache/pulsar/pull/2783 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 foreign pull request (from a

[GitHub] merlimat closed issue #2778: Problem in Netty shading in Pulsar client lib

2018-10-11 Thread GitBox
merlimat closed issue #2778: Problem in Netty shading in Pulsar client lib URL: https://github.com/apache/pulsar/issues/2778 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] sijie commented on issue #2779: fix: unsafe cast of schema to JSONSchema

2018-10-11 Thread GitBox
sijie commented on issue #2779: fix: unsafe cast of schema to JSONSchema URL: https://github.com/apache/pulsar/pull/2779#issuecomment-429205357 run integration tests This is an automated message from the Apache Git Service.

[GitHub] merlimat opened a new pull request #2785: Refresh ZK cache based on insertion time rather than access

2018-10-11 Thread GitBox
merlimat opened a new pull request #2785: Refresh ZK cache based on insertion time rather than access URL: https://github.com/apache/pulsar/pull/2785 ### Motivation The ZK cache in Pulsar broker is currently doing the invalidations based on ZK watches to trigger refreshing of the

[pulsar] branch asf-site updated: Updated site at revision 6b15a6b

2018-10-11 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/pulsar.git The following commit(s) were added to refs/heads/asf-site by this push: new 64678ca Updated site at revision 6b15a6b

[GitHub] sijie opened a new pull request #2769: [website] make sure 2.1.1 documentation reflects to the features in 2.1.1

2018-10-11 Thread GitBox
sijie opened a new pull request #2769: [website] make sure 2.1.1 documentation reflects to the features in 2.1.1 URL: https://github.com/apache/pulsar/pull/2769 This is an automated message from the Apache Git Service. To

[pulsar] branch master updated: Fixed link and spacing for python docs (#2763)

2018-10-11 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/pulsar.git The following commit(s) were added to refs/heads/master by this push: new 11a6982 Fixed link and spacing for python docs

[GitHub] sijie closed pull request #2763: Fixed link and spacing for python docs

2018-10-11 Thread GitBox
sijie closed pull request #2763: Fixed link and spacing for python docs URL: https://github.com/apache/pulsar/pull/2763 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 foreign pull

[GitHub] jbvanzuylen opened a new pull request #2770: Java Client - Threads to inherit daemon status from thread creating the client

2018-10-11 Thread GitBox
jbvanzuylen opened a new pull request #2770: Java Client - Threads to inherit daemon status from thread creating the client URL: https://github.com/apache/pulsar/pull/2770 ### Motivation Currently all threads started by the Java client are always non-daemon threads. This might be a