[GitHub] massakam commented on issue #3630: Broker can not respond to client requests

2019-02-19 Thread GitBox
massakam commented on issue #3630: Broker can not respond to client requests URL: https://github.com/apache/pulsar/issues/3630#issuecomment-465458291 This is a thread dump acquired just before restarting the broker: [threaddump.txt](https://github.com/apache/pulsar/files/2883472/threaddu

[GitHub] massakam opened a new issue #3630: Broker can not respond to client requests

2019-02-19 Thread GitBox
massakam opened a new issue #3630: Broker can not respond to client requests URL: https://github.com/apache/pulsar/issues/3630 **Describe the bug** One of the brokers in our Pulsar cluster suddenly hung up. The broker process was alive, but it seems that it could not respond to reque

[GitHub] jiazhai commented on issue #3605: improvement doc of `--auth-params` in `pulsar-client` cli

2019-02-19 Thread GitBox
jiazhai commented on issue #3605: improvement doc of `--auth-params` in `pulsar-client` cli URL: https://github.com/apache/pulsar/pull/3605#issuecomment-465436566 rerun integration tests This is an automated message from the

[GitHub] merlimat commented on a change in pull request #3627: Pulsar Startup Script fixes to provide custom conf files for bookie s…

2019-02-19 Thread GitBox
merlimat commented on a change in pull request #3627: Pulsar Startup Script fixes to provide custom conf files for bookie s… URL: https://github.com/apache/pulsar/pull/3627#discussion_r258322644 ## File path: bin/pulsar ## @@ -221,7 +221,6 @@ fi if [ -z "$PULSAR_GLOBAL_

[GitHub] merlimat commented on issue #3612: Set the dedup cursor as "inactive" after recovery

2019-02-19 Thread GitBox
merlimat commented on issue #3612: Set the dedup cursor as "inactive" after recovery URL: https://github.com/apache/pulsar/pull/3612#issuecomment-465406865 @hrsakai You're correct.. I don't see where it's being called... it looks like all initialization are done through the `checkStatus()`

[GitHub] jerrypeng opened a new pull request #3629: set functions config to me uniform

2019-02-19 Thread GitBox
jerrypeng opened a new pull request #3629: set functions config to me uniform URL: https://github.com/apache/pulsar/pull/3629 ### Motivation Set producer configs for java functions to be same as python functions

[pulsar] branch master updated: Use default queue size in function producer (#3619)

2019-02-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 2e1e1ab Use default queue size in function p

[GitHub] jerrypeng commented on issue #3621: Fix stackoverflow issue with java function window context.

2019-02-19 Thread GitBox
jerrypeng commented on issue #3621: Fix stackoverflow issue with java function window context. URL: https://github.com/apache/pulsar/pull/3621#issuecomment-465397294 rerun java8 tests This is an automated message from the Apa

[GitHub] jerrypeng merged pull request #3619: Use default queue size in function producer

2019-02-19 Thread GitBox
jerrypeng merged pull request #3619: Use default queue size in function producer URL: https://github.com/apache/pulsar/pull/3619 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] jerrypeng opened a new pull request #3628: Support graceful shutdown Kubernetes

2019-02-19 Thread GitBox
jerrypeng opened a new pull request #3628: Support graceful shutdown Kubernetes URL: https://github.com/apache/pulsar/pull/3628 ### Motivation Currently, the function process is forked from the bash process that launches it. When a function terminates, kubernetes send s SIGTERM sign

[GitHub] jai1 opened a new pull request #3627: Pulsar Startup Script fixes to provide custom conf files for bookie s…

2019-02-19 Thread GitBox
jai1 opened a new pull request #3627: Pulsar Startup Script fixes to provide custom conf files for bookie s… URL: https://github.com/apache/pulsar/pull/3627 ## Motivation There are two bugs in the start up script:- a. While running `bin/bookkeeper` due to hardcoding in (bkenv.sh) we c

[GitHub] merlimat commented on issue #3626: Link wwrapper with pytho libs on MacOS

2019-02-19 Thread GitBox
merlimat commented on issue #3626: Link wwrapper with pytho libs on MacOS URL: https://github.com/apache/pulsar/pull/3626#issuecomment-465305069 run java8 tests This is an automated message from the Apache Git Service. To resp

[GitHub] merlimat opened a new pull request #3626: Link wwrapper with pytho libs on MacOS

2019-02-19 Thread GitBox
merlimat opened a new pull request #3626: Link wwrapper with pytho libs on MacOS URL: https://github.com/apache/pulsar/pull/3626 ### Motivation Linking of `_pulsar.so` is failing on MacOS with the newer compiler. Adding linking with python shared lib when building the py plugin. -

[GitHub] ConcurrencyPractitioner commented on issue #3625: [Issue #3436][pulsar-broker] Creating REST Endpoint for non-partitioned topic creation

2019-02-19 Thread GitBox
ConcurrencyPractitioner commented on issue #3625: [Issue #3436][pulsar-broker] Creating REST Endpoint for non-partitioned topic creation URL: https://github.com/apache/pulsar/pull/3625#issuecomment-465226357 In our previous discussion on the issue, I remember that ```createPartitionedTopic

[GitHub] ConcurrencyPractitioner commented on issue #3625: [Issue #3436][pulsar-broker] Creating REST Endpoint for non-partitioned topic creation

2019-02-19 Thread GitBox
ConcurrencyPractitioner commented on issue #3625: [Issue #3436][pulsar-broker] Creating REST Endpoint for non-partitioned topic creation URL: https://github.com/apache/pulsar/pull/3625#issuecomment-465223423 Hi @sijie I am slightly confused on how to create this REST endpoint. A non-partit

[GitHub] ConcurrencyPractitioner opened a new pull request #3625: [Issue #3436][pulsar-broker] Creating REST Endpoint for non-partitioned topic creation

2019-02-19 Thread GitBox
ConcurrencyPractitioner opened a new pull request #3625: [Issue #3436][pulsar-broker] Creating REST Endpoint for non-partitioned topic creation URL: https://github.com/apache/pulsar/pull/3625 We are adding a REST endpoint which allows the admin to create non-partitioned topics through P

[GitHub] merlimat commented on issue #3623: Pulsar C++/Python consumer performance issue, if producing message in batch mode, consuming ACK in single mode

2019-02-19 Thread GitBox
merlimat commented on issue #3623: Pulsar C++/Python consumer performance issue, if producing message in batch mode, consuming ACK in single mode URL: https://github.com/apache/pulsar/issues/3623#issuecomment-465122011 This is fixed in master https://github.com/apache/pulsar/pull/3618

[GitHub] easyfan commented on issue #3623: Pulsar C++/Python consumer performance issue, if producing message in batch mode, consuming ACK in single mode

2019-02-19 Thread GitBox
easyfan commented on issue #3623: Pulsar C++/Python consumer performance issue, if producing message in batch mode, consuming ACK in single mode URL: https://github.com/apache/pulsar/issues/3623#issuecomment-465053500 This issue is led by a mistake in pulsar-client-cpp/BatchAcknowledgement

[GitHub] ivankelly opened a new issue #3624: No documentation on how to get connector logs

2019-02-19 Thread GitBox
ivankelly opened a new issue #3624: No documentation on how to get connector logs URL: https://github.com/apache/pulsar/issues/3624 **Describe the bug** Lets say you start a connector. It isn't working for some reason. How do you get detailed logging of what is happening? Same goes

[pulsar] branch asf-site updated: Updated site at revision 84c68c3

2019-02-19 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 e9c44ad Updated site at revision 84c68c3 e9

[GitHub] easyfan opened a new issue #3623: Pulsar C++/Python consumer performance issue, if producing message in batch mode, consuming ACK in single mode

2019-02-19 Thread GitBox
easyfan opened a new issue #3623: Pulsar C++/Python consumer performance issue, if producing message in batch mode, consuming ACK in single mode URL: https://github.com/apache/pulsar/issues/3623 Expected behavior Pulsar C++/Python client consuming performance should keep at a stabl