[GitHub] jiazhai opened a new pull request #2583: Issue #2574: Timeout message not get redeliver in TopicsConsumer when use message listener

2018-09-14 Thread GitBox
jiazhai opened a new pull request #2583: Issue #2574: Timeout message not get redeliver in TopicsConsumer when use message listener URL: https://github.com/apache/incubator-pulsar/pull/2583 ### Motivation fix issue #2574 . Timeout message not get redeliver in TopicsConsumer when

[GitHub] jiazhai opened a new issue #2584: unacked message is not redelivered in setting ackTimeout

2018-09-14 Thread GitBox
jiazhai opened a new issue #2584: unacked message is not redelivered in setting ackTimeout URL: https://github.com/apache/incubator-pulsar/issues/2584 Expected behavior unacked message is not redelivered in setting ackTimeout Actual behavior unacked message is

[GitHub] sijie commented on issue #2576: Pulsar client consume command fails with java.lang.IllegalArgumentException: port out of range:-1

2018-09-14 Thread GitBox
sijie commented on issue #2576: Pulsar client consume command fails with java.lang.IllegalArgumentException: port out of range:-1 URL: https://github.com/apache/incubator-pulsar/issues/2576#issuecomment-421408473 @dsambandam : what are the command you are using for initializing cluster

[GitHub] aahmed-se commented on issue #2571: Change repository tag for test image

2018-09-14 Thread GitBox
aahmed-se commented on issue #2571: Change repository tag for test image URL: https://github.com/apache/incubator-pulsar/pull/2571#issuecomment-421413403 run java8 tests This is an automated message from the Apache Git

[GitHub] sijie commented on issue #2500: [schema] add schemas for primtive types

2018-09-14 Thread GitBox
sijie commented on issue #2500: [schema] add schemas for primtive types URL: https://github.com/apache/incubator-pulsar/pull/2500#issuecomment-421409154 run java8 tests This is an automated message from the Apache Git

[GitHub] jiazhai commented on issue #2584: unacked message is not redelivered in setting ackTimeout

2018-09-14 Thread GitBox
jiazhai commented on issue #2584: unacked message is not redelivered in setting ackTimeout URL: https://github.com/apache/incubator-pulsar/issues/2584#issuecomment-421387939 @codelipenghui meet this issue in their usage. The main reason is in UnAckedMessageTracker. ```

[GitHub] dsambandam commented on issue #2576: Pulsar client consume command fails with java.lang.IllegalArgumentException: port out of range:-1

2018-09-14 Thread GitBox
dsambandam commented on issue #2576: Pulsar client consume command fails with java.lang.IllegalArgumentException: port out of range:-1 URL: https://github.com/apache/incubator-pulsar/issues/2576#issuecomment-421378520 @sijie is this a bug as the same command runs fine with TLS disabled.

[GitHub] sijie commented on issue #2584: unacked message is not redelivered in setting ackTimeout

2018-09-14 Thread GitBox
sijie commented on issue #2584: unacked message is not redelivered in setting ackTimeout URL: https://github.com/apache/incubator-pulsar/issues/2584#issuecomment-421407995 @jiazhai can you submit a PR for that? This is an

[GitHub] jiazhai commented on issue #2574: Timeout message not get redeliver in TopicsConsumer when use message listener

2018-09-14 Thread GitBox
jiazhai commented on issue #2574: Timeout message not get redeliver in TopicsConsumer when use message listener URL: https://github.com/apache/incubator-pulsar/issues/2574#issuecomment-421381833 The main reason for this error is that the message listener for TopicsConsumer was also set

[incubator-pulsar] branch master updated: Issue #2574: Timeout message not get redeliver in TopicsConsumer when use message listener

2018-09-14 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/incubator-pulsar.git The following commit(s) were added to refs/heads/master by this push: new ec74355 Issue #2574: Timeout message

[GitHub] sijie closed pull request #2583: Issue #2574: Timeout message not get redeliver in TopicsConsumer when use message listener

2018-09-14 Thread GitBox
sijie closed pull request #2583: Issue #2574: Timeout message not get redeliver in TopicsConsumer when use message listener URL: https://github.com/apache/incubator-pulsar/pull/2583 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed

[GitHub] srkukarni commented on issue #2577: fix behavior of JSONSchema for derived classes

2018-09-14 Thread GitBox
srkukarni commented on issue #2577: fix behavior of JSONSchema for derived classes URL: https://github.com/apache/incubator-pulsar/pull/2577#issuecomment-421415097 run integration tests This is an automated message from the

[GitHub] srkukarni commented on issue #2579: Misc fixes

2018-09-14 Thread GitBox
srkukarni commented on issue #2579: Misc fixes URL: https://github.com/apache/incubator-pulsar/pull/2579#issuecomment-421415207 run integration tests This is an automated message from the Apache Git Service. To respond to the

[GitHub] dsambandam edited a comment on issue #2576: Pulsar client consume command fails with java.lang.IllegalArgumentException: port out of range:-1

2018-09-14 Thread GitBox
dsambandam edited a comment on issue #2576: Pulsar client consume command fails with java.lang.IllegalArgumentException: port out of range:-1 URL: https://github.com/apache/incubator-pulsar/issues/2576#issuecomment-421435649 ./bin/pulsar initialize-cluster-metadata --cluster cluster1\

[GitHub] sijie commented on issue #2503: add auto ack and timeout configurable

2018-09-14 Thread GitBox
sijie commented on issue #2503: add auto ack and timeout configurable URL: https://github.com/apache/incubator-pulsar/pull/2503#issuecomment-421431340 run java8 tests This is an automated message from the Apache Git Service.

[GitHub] srkukarni commented on issue #2577: fix behavior of JSONSchema for derived classes

2018-09-14 Thread GitBox
srkukarni commented on issue #2577: fix behavior of JSONSchema for derived classes URL: https://github.com/apache/incubator-pulsar/pull/2577#issuecomment-421432063 run integration tests This is an automated message from the

[GitHub] rdhabalia commented on issue #2535: Add ledger op timeout to avoid topics stuck on ledger-creation

2018-09-14 Thread GitBox
rdhabalia commented on issue #2535: Add ledger op timeout to avoid topics stuck on ledger-creation URL: https://github.com/apache/incubator-pulsar/pull/2535#issuecomment-421462070 rerun integration tests This is an automated

[GitHub] jerrypeng commented on issue #2577: fix behavior of JSONSchema for derived classes

2018-09-14 Thread GitBox
jerrypeng commented on issue #2577: fix behavior of JSONSchema for derived classes URL: https://github.com/apache/incubator-pulsar/pull/2577#issuecomment-421432872 rerun integration tests This is an automated message from

[GitHub] sijie opened a new pull request #2585: [tests] Make BrokerClientIntegrationTest testing behavior deterministic

2018-09-14 Thread GitBox
sijie opened a new pull request #2585: [tests] Make BrokerClientIntegrationTest testing behavior deterministic URL: https://github.com/apache/incubator-pulsar/pull/2585 *Motivation* The test is flaky. ``` 2018-09-14\T\17:46:29.848 [ERROR]

[GitHub] sijie commented on issue #2500: [schema] add schemas for primtive types

2018-09-14 Thread GitBox
sijie commented on issue #2500: [schema] add schemas for primtive types URL: https://github.com/apache/incubator-pulsar/pull/2500#issuecomment-421429724 run java8 tests This is an automated message from the Apache Git

[GitHub] dsambandam commented on issue #2576: Pulsar client consume command fails with java.lang.IllegalArgumentException: port out of range:-1

2018-09-14 Thread GitBox
dsambandam commented on issue #2576: Pulsar client consume command fails with java.lang.IllegalArgumentException: port out of range:-1 URL: https://github.com/apache/incubator-pulsar/issues/2576#issuecomment-421435649 ./bin/pulsar initialize-cluster-metadata --cluster cluster1\

[GitHub] srkukarni commented on issue #2579: Misc fixes

2018-09-14 Thread GitBox
srkukarni commented on issue #2579: Misc fixes URL: https://github.com/apache/incubator-pulsar/pull/2579#issuecomment-421463863 run integration tests This is an automated message from the Apache Git Service. To respond to the

[GitHub] srkukarni commented on issue #2579: Misc fixes

2018-09-14 Thread GitBox
srkukarni commented on issue #2579: Misc fixes URL: https://github.com/apache/incubator-pulsar/pull/2579#issuecomment-421510372 run integration tests This is an automated message from the Apache Git Service. To respond to the

[GitHub] srkukarni opened a new pull request #2588: Preserve filename of the original function submission

2018-09-14 Thread GitBox
srkukarni opened a new pull request #2588: Preserve filename of the original function submission URL: https://github.com/apache/incubator-pulsar/pull/2588 ### Motivation When we submit a function, currently we don't note down the original filename that was uploaded from the client.

[GitHub] aahmed-se commented on issue #2578: [WIP] Add support for schema extraction from a jar

2018-09-14 Thread GitBox
aahmed-se commented on issue #2578: [WIP] Add support for schema extraction from a jar URL: https://github.com/apache/incubator-pulsar/pull/2578#issuecomment-421532376 run java8 tests This is an automated message from the

[GitHub] aahmed-se commented on issue #2504: Add Presto Sql Test

2018-09-14 Thread GitBox
aahmed-se commented on issue #2504: Add Presto Sql Test URL: https://github.com/apache/incubator-pulsar/pull/2504#issuecomment-421532383 run java8 tests This is an automated message from the Apache Git Service. To

[GitHub] sijie commented on issue #2587: [tests] improve connector related integration tests

2018-09-14 Thread GitBox
sijie commented on issue #2587: [tests] improve connector related integration tests URL: https://github.com/apache/incubator-pulsar/pull/2587#issuecomment-421532881 run java8 tests This is an automated message from the

[GitHub] sijie commented on issue #2588: Preserve filename of the original function submission

2018-09-14 Thread GitBox
sijie commented on issue #2588: Preserve filename of the original function submission URL: https://github.com/apache/incubator-pulsar/pull/2588#issuecomment-421532863 There are two failures related to this PR. please take a look. ```

[GitHub] sijie commented on issue #2585: [tests] Make BrokerClientIntegrationTest testing behavior deterministic

2018-09-14 Thread GitBox
sijie commented on issue #2585: [tests] Make BrokerClientIntegrationTest testing behavior deterministic URL: https://github.com/apache/incubator-pulsar/pull/2585#issuecomment-421532954 retest this please This is an automated

[GitHub] sijie commented on issue #2586: fixing/improving logging for function instance

2018-09-14 Thread GitBox
sijie commented on issue #2586: fixing/improving logging for function instance URL: https://github.com/apache/incubator-pulsar/pull/2586#issuecomment-421532919 retest this please This is an automated message from the Apache

[GitHub] pablichjenkov closed issue #2581: Android and IOS client support

2018-09-14 Thread GitBox
pablichjenkov closed issue #2581: Android and IOS client support URL: https://github.com/apache/incubator-pulsar/issues/2581 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] sijie commented on issue #2577: fix behavior of JSONSchema for derived classes

2018-09-14 Thread GitBox
sijie commented on issue #2577: fix behavior of JSONSchema for derived classes URL: https://github.com/apache/incubator-pulsar/pull/2577#issuecomment-421533014 run java8 tests This is an automated message from the Apache Git

[GitHub] sijie commented on issue #2572: Shorten the timeout value of C++ ZTS client

2018-09-14 Thread GitBox
sijie commented on issue #2572: Shorten the timeout value of C++ ZTS client URL: https://github.com/apache/incubator-pulsar/pull/2572#issuecomment-421533045 run java8 tests This is an automated message from the Apache Git

[GitHub] aahmed-se commented on issue #2571: Change repository tag for test image

2018-09-14 Thread GitBox
aahmed-se commented on issue #2571: Change repository tag for test image URL: https://github.com/apache/incubator-pulsar/pull/2571#issuecomment-421532365 run java8 tests This is an automated message from the Apache Git

[incubator-pulsar] branch master updated: Misc fixes (#2579)

2018-09-14 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/incubator-pulsar.git The following commit(s) were added to refs/heads/master by this push: new 858648e Misc fixes (#2579) 858648e is

[GitHub] sijie closed pull request #2579: Misc fixes

2018-09-14 Thread GitBox
sijie closed pull request #2579: Misc fixes URL: https://github.com/apache/incubator-pulsar/pull/2579 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] sijie commented on issue #2543: Add ServiceUrlProvider and add method forceCloseConnection in PulsarC…

2018-09-14 Thread GitBox
sijie commented on issue #2543: Add ServiceUrlProvider and add method forceCloseConnection in PulsarC… URL: https://github.com/apache/incubator-pulsar/pull/2543#issuecomment-421533108 run java8 tests This is an automated

[GitHub] sijie commented on issue #2500: [schema] add schemas for primtive types

2018-09-14 Thread GitBox
sijie commented on issue #2500: [schema] add schemas for primtive types URL: https://github.com/apache/incubator-pulsar/pull/2500#issuecomment-421533163 run java8 tests This is an automated message from the Apache Git

[GitHub] jerrypeng opened a new pull request #2586: fixing/improving logging for function instance

2018-09-14 Thread GitBox
jerrypeng opened a new pull request #2586: fixing/improving logging for function instance URL: https://github.com/apache/incubator-pulsar/pull/2586 ### Motivation logging for java function instance (process mode) is not working well. Log files are created at inappropriate locations

[GitHub] srkukarni commented on issue #2579: Misc fixes

2018-09-14 Thread GitBox
srkukarni commented on issue #2579: Misc fixes URL: https://github.com/apache/incubator-pulsar/pull/2579#issuecomment-421528509 run integration tests This is an automated message from the Apache Git Service. To respond to the

[GitHub] sijie commented on issue #2585: [tests] Make BrokerClientIntegrationTest testing behavior deterministic

2018-09-14 Thread GitBox
sijie commented on issue #2585: [tests] Make BrokerClientIntegrationTest testing behavior deterministic URL: https://github.com/apache/incubator-pulsar/pull/2585#issuecomment-421482952 run java8 tests This is an automated

[GitHub] sijie opened a new pull request #2587: [tests] improve connector related integration tests

2018-09-14 Thread GitBox
sijie opened a new pull request #2587: [tests] improve connector related integration tests URL: https://github.com/apache/incubator-pulsar/pull/2587 *Motivation* with more and more connector are added, it becomes expensive to start all external services at the begin.

[incubator-pulsar] branch master updated: PIP-22: Dead Letter Topic (#2508)

2018-09-14 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/incubator-pulsar.git The following commit(s) were added to refs/heads/master by this push: new 95fe84c PIP-22: Dead Letter Topic

[GitHub] sijie commented on issue #2543: Add ServiceUrlProvider and add method forceCloseConnection in PulsarC…

2018-09-14 Thread GitBox
sijie commented on issue #2543: Add ServiceUrlProvider and add method forceCloseConnection in PulsarC… URL: https://github.com/apache/incubator-pulsar/pull/2543#issuecomment-421259525 retest this please This is an automated

[GitHub] sijie closed pull request #2508: PIP-22: Dead Letter Topic

2018-09-14 Thread GitBox
sijie closed pull request #2508: PIP-22: Dead Letter Topic URL: https://github.com/apache/incubator-pulsar/pull/2508 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] sijie commented on issue #2508: PIP-22: Dead Letter Topic

2018-09-14 Thread GitBox
sijie commented on issue #2508: PIP-22: Dead Letter Topic URL: https://github.com/apache/incubator-pulsar/pull/2508#issuecomment-421259811 @codelipenghui it is a great contribution! thank you! This is an automated message

[GitHub] sijie closed pull request #2560: [proxy][functions] Issue #2154: proxy should be able to forward rest requests to function workers cluster

2018-09-14 Thread GitBox
sijie closed pull request #2560: [proxy][functions] Issue #2154: proxy should be able to forward rest requests to function workers cluster URL: https://github.com/apache/incubator-pulsar/pull/2560 This is a PR merged from a forked repository. As GitHub hides the original diff on merge,

[GitHub] sijie closed issue #2154: How pulsar proxy routes http requests to function workers

2018-09-14 Thread GitBox
sijie closed issue #2154: How pulsar proxy routes http requests to function workers URL: https://github.com/apache/incubator-pulsar/issues/2154 This is an automated message from the Apache Git Service. To respond to the

[GitHub] sijie commented on issue #2571: Change repository tag for test image

2018-09-14 Thread GitBox
sijie commented on issue #2571: Change repository tag for test image URL: https://github.com/apache/incubator-pulsar/pull/2571#issuecomment-421267694 run java8 tests run integration tests This is an automated message from

[incubator-pulsar] branch master updated: [proxy][functions] Issue #2154: proxy should be able to forward rest requests to function workers cluster (#2560)

2018-09-14 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/incubator-pulsar.git The following commit(s) were added to refs/heads/master by this push: new 07d4226 [proxy][functions] Issue

[GitHub] sijie commented on issue #2579: Misc fixes

2018-09-14 Thread GitBox
sijie commented on issue #2579: Misc fixes URL: https://github.com/apache/incubator-pulsar/pull/2579#issuecomment-421267425 run java8 tests This is an automated message from the Apache Git Service. To respond to the message,

[incubator-pulsar] branch asf-site updated: Updated site at revision 95fe84c

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

[GitHub] ivankelly commented on issue #240: Intermittent test failures in ManagedLedgerErrorsTest.recoverLongTimeAfterMultipleWriteErrors

2018-09-14 Thread GitBox
ivankelly commented on issue #240: Intermittent test failures in ManagedLedgerErrorsTest.recoverLongTimeAfterMultipleWriteErrors URL: https://github.com/apache/incubator-pulsar/issues/240#issuecomment-421279476 Closed by #2573

[GitHub] ivankelly closed issue #240: Intermittent test failures in ManagedLedgerErrorsTest.recoverLongTimeAfterMultipleWriteErrors

2018-09-14 Thread GitBox
ivankelly closed issue #240: Intermittent test failures in ManagedLedgerErrorsTest.recoverLongTimeAfterMultipleWriteErrors URL: https://github.com/apache/incubator-pulsar/issues/240 This is an automated message from the

[GitHub] jiazhai closed pull request #2575: Issue #2574: Timeout message not get redeliver in TopicsConsumer when use message listener

2018-09-14 Thread GitBox
jiazhai closed pull request #2575: Issue #2574: Timeout message not get redeliver in TopicsConsumer when use message listener URL: https://github.com/apache/incubator-pulsar/pull/2575 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is

[GitHub] ivankelly opened a new issue #2582: Schema javadoc missing from client api docs

2018-09-14 Thread GitBox
ivankelly opened a new issue #2582: Schema javadoc missing from client api docs URL: https://github.com/apache/incubator-pulsar/issues/2582 http://pulsar.apache.org/api/client/ mentions passing a schema on constructor creating, but there's no linkage to JSONSchema or AVROSchema and the

[GitHub] jiazhai commented on issue #2574: Timeout message not get redeliver in TopicsConsumer when use message listener

2018-09-14 Thread GitBox
jiazhai commented on issue #2574: Timeout message not get redeliver in TopicsConsumer when use message listener URL: https://github.com/apache/incubator-pulsar/issues/2574#issuecomment-421365678 seems there was something wrong in above comments. will debug and post a new one.