[GitHub] [pulsar] candlerb commented on issue #5521: Python exception message not shown when python function fails to start

2019-10-31 Thread GitBox
candlerb commented on issue #5521: Python exception message not shown when python function fails to start URL: https://github.com/apache/pulsar/issues/5521#issuecomment-548376464 Argh, I found the logs under `apache-pulsar-2.4.1/logs/functions/public/default/womble/`, not on pulsar

[GitHub] [pulsar] candlerb closed issue #5521: Python exception message not shown when python function fails to start

2019-10-31 Thread GitBox
candlerb closed issue #5521: Python exception message not shown when python function fails to start URL: https://github.com/apache/pulsar/issues/5521 This is an automated message from the Apache Git Service. To respond to

[GitHub] [pulsar] aahmed-se commented on issue #5518: python functions cannot find python3 interpreter

2019-10-31 Thread GitBox
aahmed-se commented on issue #5518: python functions cannot find python3 interpreter URL: https://github.com/apache/pulsar/issues/5518#issuecomment-548444816 the question would be what is the default option if any. This is

[GitHub] [pulsar] aahmed-se commented on issue #5516: COMPILATION ERROR:pulsar-kafka-compat-client-test

2019-10-31 Thread GitBox
aahmed-se commented on issue #5516: COMPILATION ERROR:pulsar-kafka-compat-client-test URL: https://github.com/apache/pulsar/issues/5516#issuecomment-548449764 did you build the dependent modules ? This is an automated

[GitHub] [pulsar] apankha opened a new issue #5523: Similar to issue #2037 - Initialization of cluster meta data fails with KeeperErrorCode = NodeExists

2019-10-31 Thread GitBox
apankha opened a new issue #5523: Similar to issue #2037 - Initialization of cluster meta data fails with KeeperErrorCode = NodeExists URL: https://github.com/apache/pulsar/issues/5523 Very similar issue to: https://github.com/apache/pulsar/issues/2037 Initialization of cluster meta

[GitHub] [pulsar] candlerb opened a new pull request #5524: Doc: add missing functions from Python context object

2019-10-31 Thread GitBox
candlerb opened a new pull request #5524: Doc: add missing functions from Python context object URL: https://github.com/apache/pulsar/pull/5524 ### Motivation Improve documentation ### Modifications * At

[GitHub] [pulsar] codelipenghui commented on issue #5515: [Transaction Coordinator] Bootstrap pulsar system namespace and create TC assign topic.

2019-10-31 Thread GitBox
codelipenghui commented on issue #5515: [Transaction Coordinator] Bootstrap pulsar system namespace and create TC assign topic. URL: https://github.com/apache/pulsar/pull/5515#issuecomment-548422184 retest this please This

[GitHub] [pulsar] codelipenghui commented on issue #5504: [Transaction coordinator]Add transaction metadata store service

2019-10-31 Thread GitBox
codelipenghui commented on issue #5504: [Transaction coordinator]Add transaction metadata store service URL: https://github.com/apache/pulsar/pull/5504#issuecomment-548421702 run integration tests This is an automated

[GitHub] [pulsar] candlerb closed issue #5522: localrun fails to load python functions from correct file

2019-10-31 Thread GitBox
candlerb closed issue #5522: localrun fails to load python functions from correct file URL: https://github.com/apache/pulsar/issues/5522 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [pulsar] candlerb commented on issue #5522: localrun fails to load python functions from correct file

2019-10-31 Thread GitBox
candlerb commented on issue #5522: localrun fails to load python functions from correct file URL: https://github.com/apache/pulsar/issues/5522#issuecomment-548383804 Argh, this is user error (although IMO documentation could be much better). Required usage is: ``` --py

[GitHub] [pulsar] candlerb commented on issue #5518: python functions cannot find python3 interpreter

2019-10-31 Thread GitBox
candlerb commented on issue #5518: python functions cannot find python3 interpreter URL: https://github.com/apache/pulsar/issues/5518#issuecomment-548458634 > the question would be what is the default option if any. I would be fine with the default remaining at "python" for

[GitHub] [pulsar] candlerb opened a new issue #5522: localrun fails to load python functions from correct file

2019-10-31 Thread GitBox
candlerb opened a new issue #5522: localrun fails to load python functions from correct file URL: https://github.com/apache/pulsar/issues/5522 **Describe the bug** If you try to run a function like this: ``` apache-pulsar-2.4.1/bin/pulsar-admin functions localrun ... --py

[GitHub] [pulsar] PierreZ commented on issue #5495: Add a reverse mapping from role to namespaces

2019-10-31 Thread GitBox
PierreZ commented on issue #5495: Add a reverse mapping from role to namespaces URL: https://github.com/apache/pulsar/issues/5495#issuecomment-548377871 > > True, I was thinking about implementing your first proposal. Something that is looping through znodes, and check if

[GitHub] [pulsar] candlerb commented on issue #5520: Missing documentation for window functions

2019-10-31 Thread GitBox
candlerb commented on issue #5520: Missing documentation for window functions URL: https://github.com/apache/pulsar/issues/5520#issuecomment-548390399 I got part of the answer from pulsar: ``` $ apache-pulsar-2.4.1/bin/pulsar-admin functions update --name womble

[GitHub] [pulsar] candlerb edited a comment on issue #5518: python functions cannot find python3 interpreter

2019-10-31 Thread GitBox
candlerb edited a comment on issue #5518: python functions cannot find python3 interpreter URL: https://github.com/apache/pulsar/issues/5518#issuecomment-548351376 Part of the answer comes from pulsar's debug output: it is running `python .../python_instance_main.py ...args...` ```

[GitHub] [pulsar] aahmed-se commented on issue #5514: use pulsar get error in mac os

2019-10-31 Thread GitBox
aahmed-se commented on issue #5514: use pulsar get error in mac os URL: https://github.com/apache/pulsar/issues/5514#issuecomment-548450966 @nathan-zhu you are naming your file pulsar.py it's confusing python This is an

[GitHub] [pulsar] candlerb commented on issue #5526: Python API: add get_input_topics()

2019-10-31 Thread GitBox
candlerb commented on issue #5526: Python API: add get_input_topics() URL: https://github.com/apache/pulsar/pull/5526#issuecomment-548519972 Failed test is cpp, appears unrelated to this change. ``` [34/160] BasicEndToEndTest.testResendViaSendCallback (4234 ms) Note:

[GitHub] [pulsar] merlimat merged pull request #5524: Doc: add missing functions from Python context object

2019-10-31 Thread GitBox
merlimat merged pull request #5524: Doc: add missing functions from Python context object URL: https://github.com/apache/pulsar/pull/5524 This is an automated message from the Apache Git Service. To respond to the message,

[pulsar] branch master updated (d9ebec5 -> bcce54d)

2019-10-31 Thread mmerli
This is an automated email from the ASF dual-hosted git repository. mmerli pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git. from d9ebec5 Python API: Add test case for create_reader(is_read_compacted) (#5488) add bcce54d Doc: add missing

[GitHub] [pulsar] merlimat merged pull request #5423: [Test] Migrate deprecated Matchers to ArgumentMatchers

2019-10-31 Thread GitBox
merlimat merged pull request #5423: [Test] Migrate deprecated Matchers to ArgumentMatchers URL: https://github.com/apache/pulsar/pull/5423 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [pulsar] merlimat commented on a change in pull request #5491: Fix message deduplicate issue while using external sequence id with batch produce

2019-10-31 Thread GitBox
merlimat commented on a change in pull request #5491: Fix message deduplicate issue while using external sequence id with batch produce URL: https://github.com/apache/pulsar/pull/5491#discussion_r341263375 ## File path:

[GitHub] [pulsar] merlimat commented on a change in pull request #5491: Fix message deduplicate issue while using external sequence id with batch produce

2019-10-31 Thread GitBox
merlimat commented on a change in pull request #5491: Fix message deduplicate issue while using external sequence id with batch produce URL: https://github.com/apache/pulsar/pull/5491#discussion_r341263026 ## File path:

[GitHub] [pulsar] merlimat commented on a change in pull request #5491: Fix message deduplicate issue while using external sequence id with batch produce

2019-10-31 Thread GitBox
merlimat commented on a change in pull request #5491: Fix message deduplicate issue while using external sequence id with batch produce URL: https://github.com/apache/pulsar/pull/5491#discussion_r341265357 ## File path:

[GitHub] [pulsar] sijie commented on issue #5423: [Test] Migrate deprecated Matchers to ArgumentMatchers

2019-10-31 Thread GitBox
sijie commented on issue #5423: [Test] Migrate deprecated Matchers to ArgumentMatchers URL: https://github.com/apache/pulsar/pull/5423#issuecomment-548501913 run java8 tests This is an automated message from the Apache Git

[GitHub] [pulsar] jerrypeng commented on a change in pull request #5463: Function runtime pluggable

2019-10-31 Thread GitBox
jerrypeng commented on a change in pull request #5463: Function runtime pluggable URL: https://github.com/apache/pulsar/pull/5463#discussion_r341292908 ## File path: pulsar-functions/runtime/src/main/java/org/apache/pulsar/functions/worker/WorkerConfig.java ## @@

[GitHub] [pulsar] sijie commented on issue #5504: [Transaction coordinator]Add transaction metadata store service

2019-10-31 Thread GitBox
sijie commented on issue #5504: [Transaction coordinator]Add transaction metadata store service URL: https://github.com/apache/pulsar/pull/5504#issuecomment-548493110 run integration tests This is an automated message from

[GitHub] [pulsar] sijie closed pull request #5431: [Issue 5430][pulsar-flink] Flink connector sink should implement consumeDataStream for 1.9.0

2019-10-31 Thread GitBox
sijie closed pull request #5431: [Issue 5430][pulsar-flink] Flink connector sink should implement consumeDataStream for 1.9.0 URL: https://github.com/apache/pulsar/pull/5431 This is an automated message from the Apache Git

[GitHub] [pulsar] jerrypeng commented on a change in pull request #5463: Function runtime pluggable

2019-10-31 Thread GitBox
jerrypeng commented on a change in pull request #5463: Function runtime pluggable URL: https://github.com/apache/pulsar/pull/5463#discussion_r341292908 ## File path: pulsar-functions/runtime/src/main/java/org/apache/pulsar/functions/worker/WorkerConfig.java ## @@

[GitHub] [pulsar] sijie commented on issue #5431: [Issue 5430][pulsar-flink] Flink connector sink should implement consumeDataStream for 1.9.0

2019-10-31 Thread GitBox
sijie commented on issue #5431: [Issue 5430][pulsar-flink] Flink connector sink should implement consumeDataStream for 1.9.0 URL: https://github.com/apache/pulsar/pull/5431#issuecomment-548501807 As discussed in #5430, close this issue in favor of the integration in Flink community.

[GitHub] [pulsar] jerrypeng commented on issue #5463: Function runtime pluggable

2019-10-31 Thread GitBox
jerrypeng commented on issue #5463: Function runtime pluggable URL: https://github.com/apache/pulsar/pull/5463#issuecomment-548524006 rerun java8 tests This is an automated message from the Apache Git Service. To respond to

[GitHub] [pulsar] merlimat commented on issue #5358: PIP-45: Switch ManagedLedger to use MetadataStore interface

2019-10-31 Thread GitBox
merlimat commented on issue #5358: PIP-45: Switch ManagedLedger to use MetadataStore interface URL: https://github.com/apache/pulsar/pull/5358#issuecomment-548480515 run java8 tests This is an automated message from the

[GitHub] [pulsar] sijie commented on a change in pull request #5515: [Transaction Coordinator] Bootstrap pulsar system namespace and create TC assign topic.

2019-10-31 Thread GitBox
sijie commented on a change in pull request #5515: [Transaction Coordinator] Bootstrap pulsar system namespace and create TC assign topic. URL: https://github.com/apache/pulsar/pull/5515#discussion_r341284909 ## File path:

[GitHub] [pulsar] sijie commented on a change in pull request #5515: [Transaction Coordinator] Bootstrap pulsar system namespace and create TC assign topic.

2019-10-31 Thread GitBox
sijie commented on a change in pull request #5515: [Transaction Coordinator] Bootstrap pulsar system namespace and create TC assign topic. URL: https://github.com/apache/pulsar/pull/5515#discussion_r341283033 ## File path:

[GitHub] [pulsar] sijie commented on issue #5512: [Issue 5475][docs] Update message deduplication

2019-10-31 Thread GitBox
sijie commented on issue #5512: [Issue 5475][docs] Update message deduplication URL: https://github.com/apache/pulsar/pull/5512#issuecomment-548500449 run java8 tests This is an automated message from the Apache Git Service.

[GitHub] [pulsar] sijie commented on issue #5502: Fix list non-persistent topics shows the persistent topics

2019-10-31 Thread GitBox
sijie commented on issue #5502: Fix list non-persistent topics shows the persistent topics URL: https://github.com/apache/pulsar/pull/5502#issuecomment-548500769 @codelipenghui PTAL This is an automated message from the

[GitHub] [pulsar] jerrypeng commented on a change in pull request #5463: Function runtime pluggable

2019-10-31 Thread GitBox
jerrypeng commented on a change in pull request #5463: Function runtime pluggable URL: https://github.com/apache/pulsar/pull/5463#discussion_r341294347 ## File path: pulsar-functions/runtime/src/main/java/org/apache/pulsar/functions/worker/WorkerConfig.java ## @@

[GitHub] [pulsar] sijie commented on a change in pull request #5463: Function runtime pluggable

2019-10-31 Thread GitBox
sijie commented on a change in pull request #5463: Function runtime pluggable URL: https://github.com/apache/pulsar/pull/5463#discussion_r341286827 ## File path: pulsar-functions/runtime/src/main/java/org/apache/pulsar/functions/worker/WorkerConfig.java ## @@ -328,162

[GitHub] [pulsar] sijie commented on a change in pull request #5517: expose new message with different schema

2019-10-31 Thread GitBox
sijie commented on a change in pull request #5517: expose new message with different schema URL: https://github.com/apache/pulsar/pull/5517#discussion_r341289310 ## File path: pulsar-client-api/src/main/java/org/apache/pulsar/client/api/ProducerBuilder.java ## @@ -418,7

[GitHub] [pulsar] candlerb opened a new issue #5525: python API missing get_input_topics

2019-10-31 Thread GitBox
candlerb opened a new issue #5525: python API missing get_input_topics URL: https://github.com/apache/pulsar/issues/5525 **Is your feature request related to a problem? Please describe.** Java and Go APIs have getInputTopics / GetInputTopics in the context object. This is missing from

[GitHub] [pulsar] candlerb opened a new pull request #5526: Python API: add get_input_topics()

2019-10-31 Thread GitBox
candlerb opened a new pull request #5526: Python API: add get_input_topics() URL: https://github.com/apache/pulsar/pull/5526 Fixes #5525 ### Motivation Feature parity with Java and Go APIs ### Modifications Add `get_input_topics()` to Python Context/ContextImpl

[pulsar] branch master updated (bcce54d -> f01ff8a)

2019-10-31 Thread mmerli
This is an automated email from the ASF dual-hosted git repository. mmerli pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git. from bcce54d Doc: add missing functions from Python context object (#5524) add f01ff8a [Issue 5475][docs] Update

[pulsar] branch master updated (f01ff8a -> 3d5bc0a)

2019-10-31 Thread mmerli
This is an automated email from the ASF dual-hosted git repository. mmerli pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git. from f01ff8a [Issue 5475][docs] Update message deduplication (#5512) add 3d5bc0a [Test] Migrate deprecated

[GitHub] [pulsar] merlimat merged pull request #5512: [Issue 5475][docs] Update message deduplication

2019-10-31 Thread GitBox
merlimat merged pull request #5512: [Issue 5475][docs] Update message deduplication URL: https://github.com/apache/pulsar/pull/5512 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [pulsar] merlimat closed issue #5475: Doc display issue on message deduplication page

2019-10-31 Thread GitBox
merlimat closed issue #5475: Doc display issue on message deduplication page URL: https://github.com/apache/pulsar/issues/5475 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [pulsar] addisonj commented on issue #5043: [zookeeper] bump zookeeper to version 3.5.6

2019-10-31 Thread GitBox
addisonj commented on issue #5043: [zookeeper] bump zookeeper to version 3.5.6 URL: https://github.com/apache/pulsar/pull/5043#issuecomment-548659715 rerun java8 tests rerun cpp tests This is an automated message from the

[GitHub] [pulsar] Jennifer88huang commented on issue #5519: Zookeeper issue

2019-10-31 Thread GitBox
Jennifer88huang commented on issue #5519: Zookeeper issue URL: https://github.com/apache/pulsar/issues/5519#issuecomment-548669299 @jiazhai could you please help look into the issue? This is an automated message from the

[GitHub] [pulsar] Jennifer88huang commented on issue #5520: Missing documentation for window functions

2019-10-31 Thread GitBox
Jennifer88huang commented on issue #5520: Missing documentation for window functions URL: https://github.com/apache/pulsar/issues/5520#issuecomment-548669020 @candlerb Thank you very much for raising the issue. I'll look into the issue, and provide related docs soon.

[GitHub] [pulsar] yittg commented on a change in pull request #5517: expose new message with different schema

2019-10-31 Thread GitBox
yittg commented on a change in pull request #5517: expose new message with different schema URL: https://github.com/apache/pulsar/pull/5517#discussion_r341455971 ## File path: pulsar-client-api/src/main/java/org/apache/pulsar/client/api/ProducerBuilder.java ## @@ -418,7

[GitHub] [pulsar] wolfstudy commented on issue #5527: fix: Functions unnecessarily restart during FunctionRuntimeManager init phase

2019-10-31 Thread GitBox
wolfstudy commented on issue #5527: fix: Functions unnecessarily restart during FunctionRuntimeManager init phase URL: https://github.com/apache/pulsar/pull/5527#issuecomment-548653356 run java8 tests This is an automated

[GitHub] [pulsar] addisonj commented on issue #5400: [functions] Allow functions to pass runtime specific options

2019-10-31 Thread GitBox
addisonj commented on issue #5400: [functions] Allow functions to pass runtime specific options URL: https://github.com/apache/pulsar/pull/5400#issuecomment-548664048 rerun java8 tests This is an automated message from the

[pulsar] branch master updated (79f4710 -> dd58baf)

2019-10-31 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git. from 79f4710 Fix list non-persistent topics shows the persistent topics (#5502) add dd58baf fix: Functions

[GitHub] [pulsar] wolfstudy merged pull request #5527: fix: Functions unnecessarily restart during FunctionRuntimeManager init phase

2019-10-31 Thread GitBox
wolfstudy merged pull request #5527: fix: Functions unnecessarily restart during FunctionRuntimeManager init phase URL: https://github.com/apache/pulsar/pull/5527 This is an automated message from the Apache Git Service. To

[GitHub] [pulsar] aahmed-se commented on issue #5043: [zookeeper] bump zookeeper to version 3.5.6

2019-10-31 Thread GitBox
aahmed-se commented on issue #5043: [zookeeper] bump zookeeper to version 3.5.6 URL: https://github.com/apache/pulsar/pull/5043#issuecomment-548676402 @sijie please take a look at unblock this. This is an automated message

[GitHub] [pulsar] Anonymitaet edited a comment on issue #5345: [Doc] Fix doc issues related to BookKeeper, Python Client, and so on

2019-10-31 Thread GitBox
Anonymitaet edited a comment on issue #5345: [Doc] Fix doc issues related to BookKeeper, Python Client, and so on URL: https://github.com/apache/pulsar/issues/5345#issuecomment-548208199 * Inconsistent and incorrect contents have been fixed in https://github.com/apache/pulsar/pull/5528

[GitHub] [pulsar] Anonymitaet opened a new pull request #5528: [Doc] Add pulsar-admin command and fix inconsistencies

2019-10-31 Thread GitBox
Anonymitaet opened a new pull request #5528: [Doc] Add pulsar-admin command and fix inconsistencies URL: https://github.com/apache/pulsar/pull/5528 Fix https://github.com/apache/pulsar/issues/5345 This is an automated

[GitHub] [pulsar] Anonymitaet edited a comment on issue #5345: [Doc] Fix doc issues related to BookKeeper, Python Client, and so on

2019-10-31 Thread GitBox
Anonymitaet edited a comment on issue #5345: [Doc] Fix doc issues related to BookKeeper, Python Client, and so on URL: https://github.com/apache/pulsar/issues/5345#issuecomment-548208199 * Inconsistent and incorrect issues have been fixed in https://github.com/apache/pulsar/pull/5528

[GitHub] [pulsar] Anonymitaet commented on issue #5529: [Doc] Add work flow of checking broken links

2019-10-31 Thread GitBox
Anonymitaet commented on issue #5529: [Doc] Add work flow of checking broken links URL: https://github.com/apache/pulsar/pull/5529#issuecomment-548656840 @tuteng could you please help review? Thank you This is an automated

[GitHub] [pulsar] Anonymitaet opened a new pull request #5529: [Doc] Add work flow of checking broken links

2019-10-31 Thread GitBox
Anonymitaet opened a new pull request #5529: [Doc] Add work flow of checking broken links URL: https://github.com/apache/pulsar/pull/5529 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [pulsar] Jennifer88huang commented on issue #5518: python functions cannot find python3 interpreter

2019-10-31 Thread GitBox
Jennifer88huang commented on issue #5518: python functions cannot find python3 interpreter URL: https://github.com/apache/pulsar/issues/5518#issuecomment-548669802 @wolfstudy could you please help look into the issue? Thank you.

[GitHub] [pulsar] addisonj commented on issue #5043: [zookeeper] bump zookeeper to version 3.5.6

2019-10-31 Thread GitBox
addisonj commented on issue #5043: [zookeeper] bump zookeeper to version 3.5.6 URL: https://github.com/apache/pulsar/pull/5043#issuecomment-548576779 rerun java8 tests This is an automated message from the Apache Git Service.

[GitHub] [pulsar] vicaya commented on issue #5417: Broker hangs and crashes when listing non-persistent topics

2019-10-31 Thread GitBox
vicaya commented on issue #5417: Broker hangs and crashes when listing non-persistent topics URL: https://github.com/apache/pulsar/issues/5417#issuecomment-548576865 We're seeing this in 2.4.0 clusters as well. I suspect that bumping the jetty thread count would help. Let's make the jetty

[GitHub] [pulsar] merlimat commented on issue #3776: Use at least 8 threads in Jetty thread pool

2019-10-31 Thread GitBox
merlimat commented on issue #3776: Use at least 8 threads in Jetty thread pool URL: https://github.com/apache/pulsar/pull/3776#issuecomment-548596117 @vicaya That is already configurable. The only question was always what was the most conservative default value.

[GitHub] [pulsar] jerrypeng commented on issue #5527: fix: Functions unnecessarily restart during FunctionRuntimeManager init phase

2019-10-31 Thread GitBox
jerrypeng commented on issue #5527: fix: Functions unnecessarily restart during FunctionRuntimeManager init phase URL: https://github.com/apache/pulsar/pull/5527#issuecomment-548615501 rerun cpp tests This is an automated

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

2019-10-31 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl 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 aa36301 Updated Home (markdown) aa36301 is

[GitHub] [pulsar] vicaya commented on issue #3776: Use at least 8 threads in Jetty thread pool

2019-10-31 Thread GitBox
vicaya commented on issue #3776: Use at least 8 threads in Jetty thread pool URL: https://github.com/apache/pulsar/pull/3776#issuecomment-548576143 Can we make the number of jetty threads configurable? Looks like it's impacting a bunch of other issues that involves admin tasks: #5417,

[GitHub] [pulsar] jerrypeng commented on issue #5463: Function runtime pluggable

2019-10-31 Thread GitBox
jerrypeng commented on issue #5463: Function runtime pluggable URL: https://github.com/apache/pulsar/pull/5463#issuecomment-548594823 rerun integration tests This is an automated message from the Apache Git Service. To

[GitHub] [pulsar] nathan-zhu commented on issue #5514: use pulsar get error in mac os

2019-10-31 Thread GitBox
nathan-zhu commented on issue #5514: use pulsar get error in mac os URL: https://github.com/apache/pulsar/issues/5514#issuecomment-548624555 i already change file name to others but still get same error. ``` Traceback (most recent call last): File "testpulsar.py", line 2, in

[GitHub] [pulsar] rdhabalia commented on issue #5513: Publish rate limit on broker to avoid OOM

2019-10-31 Thread GitBox
rdhabalia commented on issue #5513: Publish rate limit on broker to avoid OOM URL: https://github.com/apache/pulsar/issues/5513#issuecomment-548624411 @jiazhai have you started seeing OOM recently in 2.5 or it was there before 2.5? are you proposing similar publish rate implemented at

[pulsar.wiki] branch master updated: Created PIP 50: Package Management (markdown)

2019-10-31 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl 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 34de6af Created PIP 50: Package Management

[GitHub] [pulsar] jerrypeng opened a new pull request #5527: fix: Functions unnecessarily restart during FunctionRuntimeManager init phase

2019-10-31 Thread GitBox
jerrypeng opened a new pull request #5527: fix: Functions unnecessarily restart during FunctionRuntimeManager init phase URL: https://github.com/apache/pulsar/pull/5527 ### Motivation During the init phase of FunctionRuntimeManager, functions may be unnecessarily restarted. This

[GitHub] [pulsar] merlimat commented on a change in pull request #5527: fix: Functions unnecessarily restart during FunctionRuntimeManager init phase

2019-10-31 Thread GitBox
merlimat commented on a change in pull request #5527: fix: Functions unnecessarily restart during FunctionRuntimeManager init phase URL: https://github.com/apache/pulsar/pull/5527#discussion_r341401565 ## File path:

[GitHub] [pulsar] merlimat merged pull request #5526: Python API: add get_input_topics()

2019-10-31 Thread GitBox
merlimat merged pull request #5526: Python API: add get_input_topics() URL: https://github.com/apache/pulsar/pull/5526 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [pulsar] merlimat closed issue #5525: python API missing get_input_topics

2019-10-31 Thread GitBox
merlimat closed issue #5525: python API missing get_input_topics URL: https://github.com/apache/pulsar/issues/5525 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [pulsar] kevenYLi commented on issue #5516: COMPILATION ERROR:pulsar-kafka-compat-client-test

2019-10-31 Thread GitBox
kevenYLi commented on issue #5516: COMPILATION ERROR:pulsar-kafka-compat-client-test URL: https://github.com/apache/pulsar/issues/5516#issuecomment-548634827 Yes, I did. Steps to build dependencies: - cd pulsar - mvn clean -U install -Dmaven.test.skip=true and the result is

[GitHub] [pulsar] nathan-zhu edited a comment on issue #5514: use pulsar get error in mac os

2019-10-31 Thread GitBox
nathan-zhu edited a comment on issue #5514: use pulsar get error in mac os URL: https://github.com/apache/pulsar/issues/5514#issuecomment-548624555 i already change file name to others but still get same error. ``` Traceback (most recent call last): File "testpulsar.py", line 2,

[GitHub] [pulsar] tuteng commented on issue #5514: use pulsar get error in mac os

2019-10-31 Thread GitBox
tuteng commented on issue #5514: use pulsar get error in mac os URL: https://github.com/apache/pulsar/issues/5514#issuecomment-548634853 Please send command about how to install pulsar-client? You can try ``` dir(pulsar) ```

[GitHub] [pulsar] wolfstudy commented on issue #5527: fix: Functions unnecessarily restart during FunctionRuntimeManager init phase

2019-10-31 Thread GitBox
wolfstudy commented on issue #5527: fix: Functions unnecessarily restart during FunctionRuntimeManager init phase URL: https://github.com/apache/pulsar/pull/5527#issuecomment-548642617 run java8 tests This is an automated

[GitHub] [pulsar] codelipenghui commented on issue #5504: [Transaction coordinator]Add transaction metadata store service

2019-10-31 Thread GitBox
codelipenghui commented on issue #5504: [Transaction coordinator]Add transaction metadata store service URL: https://github.com/apache/pulsar/pull/5504#issuecomment-548605023 run integration tests This is an automated

[pulsar] branch master updated (3d5bc0a -> a4c330e)

2019-10-31 Thread mmerli
This is an automated email from the ASF dual-hosted git repository. mmerli pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git. from 3d5bc0a [Test] Migrate deprecated Matchers to ArgumentMatchers (#5423) add a4c330e Python API: add

[pulsar] branch master updated (a4c330e -> 79f4710)

2019-10-31 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git. from a4c330e Python API: add get_input_topics() (#5526) add 79f4710 Fix list non-persistent topics shows the

[GitHub] [pulsar] wolfstudy merged pull request #5502: Fix list non-persistent topics shows the persistent topics

2019-10-31 Thread GitBox
wolfstudy merged pull request #5502: Fix list non-persistent topics shows the persistent topics URL: https://github.com/apache/pulsar/pull/5502 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [pulsar] wolfstudy closed issue #5414: list non-persistent topics shows the persistent topics

2019-10-31 Thread GitBox
wolfstudy closed issue #5414: list non-persistent topics shows the persistent topics URL: https://github.com/apache/pulsar/issues/5414 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [pulsar] codelipenghui commented on a change in pull request #5515: [Transaction Coordinator] Bootstrap pulsar system namespace and create TC assign topic.

2019-10-31 Thread GitBox
codelipenghui commented on a change in pull request #5515: [Transaction Coordinator] Bootstrap pulsar system namespace and create TC assign topic. URL: https://github.com/apache/pulsar/pull/5515#discussion_r341402476 ## File path:

[GitHub] [pulsar] merlimat commented on issue #5278: Fixed reader cursor seek with disconnection

2019-10-31 Thread GitBox
merlimat commented on issue #5278: Fixed reader cursor seek with disconnection URL: https://github.com/apache/pulsar/pull/5278#issuecomment-548228194 > If we don't disconnect the consumers, how do consumers reset their state? e.g. pending queue, acknowledgement, and etc. Consumers

[GitHub] [pulsar] Anonymitaet edited a comment on issue #5345: [Doc] Fix doc issues related to BookKeeper, Python Client, and so on

2019-10-31 Thread GitBox
Anonymitaet edited a comment on issue #5345: [Doc] Fix doc issues related to BookKeeper, Python Client, and so on URL: https://github.com/apache/pulsar/issues/5345#issuecomment-548208199 * Inconsistent and incorrect issues have been fixed in * Broken links issues have been fixed in

[GitHub] [pulsar] Anonymitaet edited a comment on issue #5345: [Doc] Fix doc issues related to BookKeeper, Python Client, and so on

2019-10-31 Thread GitBox
Anonymitaet edited a comment on issue #5345: [Doc] Fix doc issues related to BookKeeper, Python Client, and so on URL: https://github.com/apache/pulsar/issues/5345#issuecomment-548208199 * Inconsistent and incorrect issues have been fixed in https://github.com/apache/pulsar/pull/5496,

[GitHub] [pulsar] merlimat commented on issue #5278: Fixed reader cursor seek with disconnection

2019-10-31 Thread GitBox
merlimat commented on issue #5278: Fixed reader cursor seek with disconnection URL: https://github.com/apache/pulsar/pull/5278#issuecomment-548230834 > If disconnect all consumers while reset cursor, client will create new consumers, that's not going to happen It can still happen,

[pulsar] branch dependabot/maven/com.fasterxml.jackson.core-jackson-databind-2.10.0 updated (3fb4007 -> e4f4136)

2019-10-31 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/com.fasterxml.jackson.core-jackson-databind-2.10.0 in repository https://gitbox.apache.org/repos/asf/pulsar.git. discard 3fb4007 Bump jackson-databind from 2.9.9.3 to

[GitHub] [pulsar] wolfstudy merged pull request #5232: Upgrade dependencies for security fixes

2019-10-31 Thread GitBox
wolfstudy merged pull request #5232: Upgrade dependencies for security fixes URL: https://github.com/apache/pulsar/pull/5232 This is an automated message from the Apache Git Service. To respond to the message, please log on

[pulsar] branch master updated (a9b893f -> 0076a1b)

2019-10-31 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git. from a9b893f [Doc]Add md suffix for fix cdc link (#5511) add 0076a1b Upgrade dependencies for security fixes (#5232)

[GitHub] [pulsar] wolfstudy closed issue #4057: Security Vulnerabilities - Black Duck Scan - Pulsar v.2.3.1

2019-10-31 Thread GitBox
wolfstudy closed issue #4057: Security Vulnerabilities - Black Duck Scan - Pulsar v.2.3.1 URL: https://github.com/apache/pulsar/issues/4057 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [pulsar] candlerb opened a new issue #5518: python functions cannot find python3 interpreter

2019-10-31 Thread GitBox
candlerb opened a new issue #5518: python functions cannot find python3 interpreter URL: https://github.com/apache/pulsar/issues/5518 **Describe the bug** python functions do not start if the system has "python3" but not "python" (which is the case for modern Ubuntu systems - "python"

[GitHub] [pulsar] KannarFr opened a new issue #5519: Zookeeper issue

2019-10-31 Thread GitBox
KannarFr opened a new issue #5519: Zookeeper issue URL: https://github.com/apache/pulsar/issues/5519 **Describe the bug** Hi, Today, one of our zookeeper node had the following error: ``` Oct 31 10:01:06 clevercloud-zookeeper-c2-n3 pulsar-zookeeper[18494]: 10:01:06.697

[GitHub] [pulsar] candlerb commented on issue #5518: python functions cannot find python3 interpreter

2019-10-31 Thread GitBox
candlerb commented on issue #5518: python functions cannot find python3 interpreter URL: https://github.com/apache/pulsar/issues/5518#issuecomment-548329211 Hmm, I found

[GitHub] [pulsar] candlerb commented on issue #5369: "#!/usr/bin/env python" doesn't work on Ubuntu 18.04 / python3

2019-10-31 Thread GitBox
candlerb commented on issue #5369: "#!/usr/bin/env python" doesn't work on Ubuntu 18.04 / python3 URL: https://github.com/apache/pulsar/issues/5369#issuecomment-548330379 Actually, I believe the shebang lines in these python source files are spurious, since they do not have the eXecute

[GitHub] [pulsar] jiazhai opened a new issue #5513: Publish rate limit on broker to avoid OOM

2019-10-31 Thread GitBox
jiazhai opened a new issue #5513: Publish rate limit on broker to avoid OOM URL: https://github.com/apache/pulsar/issues/5513 Out Of Memory is seen frequently while client produced message too quickly and used all the direct memory. This happens like this: 1. Client send message to

[GitHub] [pulsar] Anonymitaet edited a comment on issue #5015: [Doc] Update Pulsar Connector Guide

2019-10-31 Thread GitBox
Anonymitaet edited a comment on issue #5015: [Doc] Update Pulsar Connector Guide URL: https://github.com/apache/pulsar/issues/5015#issuecomment-524149120 I've created the following PRs to improve the doc overall: # Overview * https://github.com/apache/pulsar/pull/5183 *

[GitHub] [pulsar] merlimat merged pull request #5488: Python API: Add test case for create_reader(is_read_compacted)

2019-10-31 Thread GitBox
merlimat merged pull request #5488: Python API: Add test case for create_reader(is_read_compacted) URL: https://github.com/apache/pulsar/pull/5488 This is an automated message from the Apache Git Service. To respond to the

[pulsar] branch master updated (0076a1b -> d9ebec5)

2019-10-31 Thread mmerli
This is an automated email from the ASF dual-hosted git repository. mmerli pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git. from 0076a1b Upgrade dependencies for security fixes (#5232) add d9ebec5 Python API: Add test case for

[GitHub] [pulsar] codelipenghui commented on issue #5504: [Transaction coordinator]Add transaction metadata store service

2019-10-31 Thread GitBox
codelipenghui commented on issue #5504: [Transaction coordinator]Add transaction metadata store service URL: https://github.com/apache/pulsar/pull/5504#issuecomment-548256197 run java8 tests run integration tests This is

  1   2   >