[GitHub] [pulsar] Jennifer88huang commented on issue #5374: [Issue 5362][website]Update logo path for Pulsar users

2019-10-22 Thread GitBox
Jennifer88huang commented on issue #5374: [Issue 5362][website]Update logo path for Pulsar users URL: https://github.com/apache/pulsar/pull/5374#issuecomment-545284411 run java8 tests This is an automated message from the Apa

[GitHub] [pulsar] MarvinCai commented on issue #5148: Validate topic name before creating partition/non partition topic via admin cli.

2019-10-22 Thread GitBox
MarvinCai commented on issue #5148: Validate topic name before creating partition/non partition topic via admin cli. URL: https://github.com/apache/pulsar/pull/5148#issuecomment-545262799 run cpp tests This is an automated me

[GitHub] [pulsar] MarvinCai commented on issue #5148: Validate topic name before creating partition/non partition topic via admin cli.

2019-10-22 Thread GitBox
MarvinCai commented on issue #5148: Validate topic name before creating partition/non partition topic via admin cli. URL: https://github.com/apache/pulsar/pull/5148#issuecomment-545259828 run cpp tests This is an automated me

[GitHub] [pulsar] massakam commented on issue #5408: [pulsar-broker] Fix bug that namespace policies does not take effect due to NPE

2019-10-22 Thread GitBox
massakam commented on issue #5408: [pulsar-broker] Fix bug that namespace policies does not take effect due to NPE URL: https://github.com/apache/pulsar/pull/5408#issuecomment-545256332 rerun integration tests This is an auto

[GitHub] [pulsar] hrsakai commented on issue #5446: [pulsar-client-cpp]Change state_ to closed when resultOk is returned

2019-10-22 Thread GitBox
hrsakai commented on issue #5446: [pulsar-client-cpp]Change state_ to closed when resultOk is returned URL: https://github.com/apache/pulsar/pull/5446#issuecomment-545255908 rerun java8 tests This is an automated message from

[pulsar] branch master updated (b466b08 -> ddf5429)

2019-10-22 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 b466b08 [pulsar-client] Avoid leak on publish failure on batch message (#5442) add ddf5429 Fixed StringSchema

[GitHub] [pulsar] merlimat merged pull request #5445: Fixed StringSchema static initialization

2019-10-22 Thread GitBox
merlimat merged pull request #5445: Fixed StringSchema static initialization URL: https://github.com/apache/pulsar/pull/5445 This is an automated message from the Apache Git Service. To respond to the message, please log on t

[GitHub] [pulsar] merlimat merged pull request #5442: [pulsar-client] Avoid leak on publish failure on batch message

2019-10-22 Thread GitBox
merlimat merged pull request #5442: [pulsar-client] Avoid leak on publish failure on batch message URL: https://github.com/apache/pulsar/pull/5442 This is an automated message from the Apache Git Service. To respond to the m

[pulsar] branch master updated (6258695 -> b466b08)

2019-10-22 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 6258695 Fix pulser-client-cpp Dockerfile (#5413) add b466b08 [pulsar-client] Avoid leak on publish failure on

[GitHub] [pulsar] congbobo184 commented on issue #5227: [PIP-44] Separate schema compatibility checker for producer and consumer

2019-10-22 Thread GitBox
congbobo184 commented on issue #5227: [PIP-44] Separate schema compatibility checker for producer and consumer URL: https://github.com/apache/pulsar/pull/5227#issuecomment-545233810 run Integration Tests This is an automated

[GitHub] [pulsar] hrsakai commented on issue #5446: [pulsar-client-cpp]Change state_ to closed when resultOk is returned

2019-10-22 Thread GitBox
hrsakai commented on issue #5446: [pulsar-client-cpp]Change state_ to closed when resultOk is returned URL: https://github.com/apache/pulsar/pull/5446#issuecomment-545232217 rerun cpp tests This is an automated message from t

[GitHub] [pulsar] rdhabalia commented on a change in pull request #5442: [pulsar-client] Avoid leak on publish failure on batch message

2019-10-22 Thread GitBox
rdhabalia commented on a change in pull request #5442: [pulsar-client] Avoid leak on publish failure on batch message URL: https://github.com/apache/pulsar/pull/5442#discussion_r337818671 ## File path: pulsar-client/src/main/java/org/apache/pulsar/client/impl/ProducerImpl.java ###

[GitHub] [pulsar] merlimat commented on issue #5424: Replace foreach with System.arraycopy

2019-10-22 Thread GitBox
merlimat commented on issue #5424: Replace foreach with System.arraycopy URL: https://github.com/apache/pulsar/pull/5424#issuecomment-545225922 run integration tests This is an automated message from the Apache Git Ser

[GitHub] [pulsar] nkurihar merged pull request #5413: [pulsar-client-cpp] Fix Dockerfile

2019-10-22 Thread GitBox
nkurihar merged pull request #5413: [pulsar-client-cpp] Fix Dockerfile URL: https://github.com/apache/pulsar/pull/5413 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[pulsar] branch master updated (590b068 -> 6258695)

2019-10-22 Thread nkurihar
This is an automated email from the ASF dual-hosted git repository. nkurihar pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git. from 590b068 fix potential deadlock that can occur in addConsumer (#5371) add 6258695 Fix pulser-client-cpp Docke

[GitHub] [pulsar] merlimat commented on issue #5445: Fixed StringSchema static initialization

2019-10-22 Thread GitBox
merlimat commented on issue #5445: Fixed StringSchema static initialization URL: https://github.com/apache/pulsar/pull/5445#issuecomment-545224748 run cpp tests This is an automated message from the Apache Git Service. To resp

[GitHub] [pulsar] massakam commented on issue #5408: [pulsar-broker] Fix bug that namespace policies does not take effect due to NPE

2019-10-22 Thread GitBox
massakam commented on issue #5408: [pulsar-broker] Fix bug that namespace policies does not take effect due to NPE URL: https://github.com/apache/pulsar/pull/5408#issuecomment-545221247 rerun integration tests This is an auto

[GitHub] [pulsar] hrsakai opened a new pull request #5446: [pulsar-client-cpp]Change state_ to closed when resultOk is returned

2019-10-22 Thread GitBox
hrsakai opened a new pull request #5446: [pulsar-client-cpp]Change state_ to closed when resultOk is returned URL: https://github.com/apache/pulsar/pull/5446 ### Motivation * Consumer retry the connection forever even though `Consumer::close()` is called in following case. ``` 1.

[GitHub] [pulsar] nkurihar commented on issue #5408: [pulsar-broker] Fix bug that namespace policies does not take effect due to NPE

2019-10-22 Thread GitBox
nkurihar commented on issue #5408: [pulsar-broker] Fix bug that namespace policies does not take effect due to NPE URL: https://github.com/apache/pulsar/pull/5408#issuecomment-545211032 rerun integration tests This is an auto

[GitHub] [pulsar] merlimat opened a new pull request #5445: Fixed StringSchema static initialization

2019-10-22 Thread GitBox
merlimat opened a new pull request #5445: Fixed StringSchema static initialization URL: https://github.com/apache/pulsar/pull/5445 ### Motivation Java doesn't guarantee the initialization order of the static fields of a class. Depending on the JVM version and race conditions, the St

[GitHub] [pulsar] tuteng commented on issue #5347: [Docs]Fix website io connector link 404

2019-10-22 Thread GitBox
tuteng commented on issue #5347: [Docs]Fix website io connector link 404 URL: https://github.com/apache/pulsar/pull/5347#issuecomment-545205804 retest this please This is an automated message from the Apache Git Service. To re

[GitHub] [pulsar] hrsakai commented on issue #5413: [pulsar-client-cpp] Fix Dockerfile

2019-10-22 Thread GitBox
hrsakai commented on issue #5413: [pulsar-client-cpp] Fix Dockerfile URL: https://github.com/apache/pulsar/pull/5413#issuecomment-545202166 rerun integration tests This is an automated message from the Apache Git Service. To r

[GitHub] [pulsar] rdhabalia commented on a change in pull request #5443: [pulsar-client] Fix message corruption on OOM for batch messages

2019-10-22 Thread GitBox
rdhabalia commented on a change in pull request #5443: [pulsar-client] Fix message corruption on OOM for batch messages URL: https://github.com/apache/pulsar/pull/5443#discussion_r337786504 ## File path: pulsar-client/src/main/java/org/apache/pulsar/client/impl/BatchMessageContaine

[GitHub] [pulsar] rdhabalia commented on a change in pull request #5443: [pulsar-client] Fix message corruption on OOM for batch messages

2019-10-22 Thread GitBox
rdhabalia commented on a change in pull request #5443: [pulsar-client] Fix message corruption on OOM for batch messages URL: https://github.com/apache/pulsar/pull/5443#discussion_r337786504 ## File path: pulsar-client/src/main/java/org/apache/pulsar/client/impl/BatchMessageContaine

[GitHub] [pulsar] merlimat commented on a change in pull request #5443: [pulsar-client] Fix message corruption on OOM for batch messages

2019-10-22 Thread GitBox
merlimat commented on a change in pull request #5443: [pulsar-client] Fix message corruption on OOM for batch messages URL: https://github.com/apache/pulsar/pull/5443#discussion_r337779689 ## File path: pulsar-client/src/main/java/org/apache/pulsar/client/impl/BatchMessageContainer

[GitHub] [pulsar] merlimat commented on a change in pull request #5443: [pulsar-client] Fix message corruption on OOM for batch messages

2019-10-22 Thread GitBox
merlimat commented on a change in pull request #5443: [pulsar-client] Fix message corruption on OOM for batch messages URL: https://github.com/apache/pulsar/pull/5443#discussion_r337778928 ## File path: pulsar-client/src/main/java/org/apache/pulsar/client/impl/BatchMessageContainer

[GitHub] [pulsar] merlimat commented on a change in pull request #5443: [pulsar-client] Fix message corruption on OOM for batch messages

2019-10-22 Thread GitBox
merlimat commented on a change in pull request #5443: [pulsar-client] Fix message corruption on OOM for batch messages URL: https://github.com/apache/pulsar/pull/5443#discussion_r337780009 ## File path: pulsar-client/src/main/java/org/apache/pulsar/client/impl/BatchMessageContainer

[GitHub] [pulsar] merlimat commented on a change in pull request #5443: [pulsar-client] Fix message corruption on OOM for batch messages

2019-10-22 Thread GitBox
merlimat commented on a change in pull request #5443: [pulsar-client] Fix message corruption on OOM for batch messages URL: https://github.com/apache/pulsar/pull/5443#discussion_r337780285 ## File path: pulsar-client/src/main/java/org/apache/pulsar/client/impl/BatchMessageContainer

[GitHub] [pulsar] rdhabalia commented on issue #5443: [pulsar-client] Fix message corruption on OOM for batch messages

2019-10-22 Thread GitBox
rdhabalia commented on issue #5443: [pulsar-client] Fix message corruption on OOM for batch messages URL: https://github.com/apache/pulsar/pull/5443#issuecomment-545182486 rerun java8 tests This is an automated message from t

[GitHub] [pulsar] merlimat commented on a change in pull request #5441: [pulsar-perf] record message failure and avoid exiting from process on publish failure

2019-10-22 Thread GitBox
merlimat commented on a change in pull request #5441: [pulsar-perf] record message failure and avoid exiting from process on publish failure URL: https://github.com/apache/pulsar/pull/5441#discussion_r337775733 ## File path: pulsar-testclient/src/main/java/org/apache/pulsar/testcli

[GitHub] [pulsar] rdhabalia commented on a change in pull request #5441: [pulsar-perf] record message failure and avoid exiting from process on publish failure

2019-10-22 Thread GitBox
rdhabalia commented on a change in pull request #5441: [pulsar-perf] record message failure and avoid exiting from process on publish failure URL: https://github.com/apache/pulsar/pull/5441#discussion_r337773132 ## File path: pulsar-testclient/src/main/java/org/apache/pulsar/testcl

[GitHub] [pulsar] merlimat commented on a change in pull request #5441: [pulsar-perf] record message failure and avoid exiting from process on publish failure

2019-10-22 Thread GitBox
merlimat commented on a change in pull request #5441: [pulsar-perf] record message failure and avoid exiting from process on publish failure URL: https://github.com/apache/pulsar/pull/5441#discussion_r337771222 ## File path: pulsar-testclient/src/main/java/org/apache/pulsar/testcli

[GitHub] [pulsar] merlimat commented on a change in pull request #5442: [pulsar-client] Avoid leak on publish failure on batch message

2019-10-22 Thread GitBox
merlimat commented on a change in pull request #5442: [pulsar-client] Avoid leak on publish failure on batch message URL: https://github.com/apache/pulsar/pull/5442#discussion_r337768299 ## File path: pulsar-client/src/main/java/org/apache/pulsar/client/impl/ProducerImpl.java

[GitHub] [pulsar] rdhabalia commented on issue #5444: [pulsar-client] print unknown exception stacktrace

2019-10-22 Thread GitBox
rdhabalia commented on issue #5444: [pulsar-client] print unknown exception stacktrace URL: https://github.com/apache/pulsar/pull/5444#issuecomment-545169105 rerun integration tests This is an automated message from the Apach

[GitHub] [pulsar] rdhabalia opened a new pull request #5444: [pulsar-client] print unknown exception stacktrace

2019-10-22 Thread GitBox
rdhabalia opened a new pull request #5444: [pulsar-client] print unknown exception stacktrace URL: https://github.com/apache/pulsar/pull/5444 ### Motivation right now, pulsar-client producer throws unknown exception while publishing messages and it doesn't log stacktrace and it makes ve

[GitHub] [pulsar] rdhabalia opened a new pull request #5443: [pulsar-client] Fix message corruption on OOM for batch messages

2019-10-22 Thread GitBox
rdhabalia opened a new pull request #5443: [pulsar-client] Fix message corruption on OOM for batch messages URL: https://github.com/apache/pulsar/pull/5443 ### Motivation With below test setup, we can see message corruption and incorrect batch-size for a batch message topic and cons

[GitHub] [pulsar] rdhabalia opened a new pull request #5442: [pulsar-client] Avoid leak on publish failure on batch message

2019-10-22 Thread GitBox
rdhabalia opened a new pull request #5442: [pulsar-client] Avoid leak on publish failure on batch message URL: https://github.com/apache/pulsar/pull/5442 ### Motivation Right now, producer-client tries to add batch message into batch-message-container and it can throw Error/RuntimeE

[GitHub] [pulsar] rdhabalia opened a new pull request #5441: [pulsar-perf] record message failure and avoid exiting from process on publish failure

2019-10-22 Thread GitBox
rdhabalia opened a new pull request #5441: [pulsar-perf] record message failure and avoid exiting from process on publish failure URL: https://github.com/apache/pulsar/pull/5441 ### Motivation - Right now, perf-producer exit when it sees publish-failure. But pulsar-client should be hand

[GitHub] [pulsar] rdhabalia opened a new pull request #5440: [pulsar-perf] Add batching max message into perf-producer

2019-10-22 Thread GitBox
rdhabalia opened a new pull request #5440: [pulsar-perf] Add batching max message into perf-producer URL: https://github.com/apache/pulsar/pull/5440 ### Motivation Add `batchingMaxMessages` option to perf-producer. This is

[pulsar] branch master updated (54ce65e -> 590b068)

2019-10-22 Thread jerrypeng
This is an automated email from the ASF dual-hosted git repository. jerrypeng pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git. from 54ce65e remove redundant condition (#5403) add 590b068 fix potential deadlock that can occur in addConsumer

[GitHub] [pulsar] jerrypeng merged pull request #5371: fix potential deadlock that can occur in addConsumer

2019-10-22 Thread GitBox
jerrypeng merged pull request #5371: fix potential deadlock that can occur in addConsumer URL: https://github.com/apache/pulsar/pull/5371 This is an automated message from the Apache Git Service. To respond to the message, p

[GitHub] [pulsar] jerrypeng commented on issue #5411: Add test for links to other markdown docs.

2019-10-22 Thread GitBox
jerrypeng commented on issue #5411: Add test for links to other markdown docs. URL: https://github.com/apache/pulsar/pull/5411#issuecomment-545100619 rerun cpp tests This is an automated message from the Apache Git Service. To

[GitHub] [pulsar] jm7647 closed issue #5418: Unable to Configure a JDBC sink

2019-10-22 Thread GitBox
jm7647 closed issue #5418: Unable to Configure a JDBC sink URL: https://github.com/apache/pulsar/issues/5418 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [pulsar] jm7647 commented on issue #5418: Unable to Configure a JDBC sink

2019-10-22 Thread GitBox
jm7647 commented on issue #5418: Unable to Configure a JDBC sink URL: https://github.com/apache/pulsar/issues/5418#issuecomment-545091841 OK, it looks like I have first case #1 working now. I had typo in that link. Thank you for your support. -

[GitHub] [pulsar] rdhabalia commented on issue #5391: [pulsar-broker] Fix: race condition : Failed to read-more entries on dispatcher

2019-10-22 Thread GitBox
rdhabalia commented on issue #5391: [pulsar-broker] Fix: race condition : Failed to read-more entries on dispatcher URL: https://github.com/apache/pulsar/pull/5391#issuecomment-545085335 rerun integration tests This is an aut

[GitHub] [pulsar] f-ld commented on issue #4718: failed to get Partitioned metadata : Policies not found for mytenant/mynamespace namespace

2019-10-22 Thread GitBox
f-ld commented on issue #4718: failed to get Partitioned metadata : Policies not found for mytenant/mynamespace namespace URL: https://github.com/apache/pulsar/issues/4718#issuecomment-545082655 Getting the issue again with all kind of topics : - non partitioned global topics - partit

[GitHub] [pulsar] jerrypeng commented on issue #5410: Fix broker function token authentication link

2019-10-22 Thread GitBox
jerrypeng commented on issue #5410: Fix broker function token authentication link URL: https://github.com/apache/pulsar/pull/5410#issuecomment-545067524 rerun integration tests This is an automated message from the Apache Git

[GitHub] [pulsar] jerrypeng commented on issue #5410: Fix broker function token authentication link

2019-10-22 Thread GitBox
jerrypeng commented on issue #5410: Fix broker function token authentication link URL: https://github.com/apache/pulsar/pull/5410#issuecomment-545066883 rerun java8 tests rerun integration tests This is an automated messag

[GitHub] [pulsar] jerrypeng commented on issue #5409: Fix broken io connector links.

2019-10-22 Thread GitBox
jerrypeng commented on issue #5409: Fix broken io connector links. URL: https://github.com/apache/pulsar/pull/5409#issuecomment-545067238 rerun cpp tests rerun integration tests This is an automated message from the Apache

[GitHub] [pulsar] jerrypeng commented on issue #5411: Add test for links to other markdown docs.

2019-10-22 Thread GitBox
jerrypeng commented on issue #5411: Add test for links to other markdown docs. URL: https://github.com/apache/pulsar/pull/5411#issuecomment-545067067 rerun integration tests rerun cpp tests This is an automated message from

[GitHub] [pulsar] jerrypeng commented on issue #5404: Make Function Authentication Provider pluggable

2019-10-22 Thread GitBox
jerrypeng commented on issue #5404: Make Function Authentication Provider pluggable URL: https://github.com/apache/pulsar/pull/5404#issuecomment-545049044 rerun integration tests This is an automated message from the Apache G

[GitHub] [pulsar] jerrypeng commented on issue #5371: fix potential deadlock that can occur in addConsumer

2019-10-22 Thread GitBox
jerrypeng commented on issue #5371: fix potential deadlock that can occur in addConsumer URL: https://github.com/apache/pulsar/pull/5371#issuecomment-545048736 rerun integration tests This is an automated message from the Apa

[pulsar] branch master updated (8a02206 -> 54ce65e)

2019-10-22 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 8a02206 Fix couple functions related integration tests (#5434) add 54ce65e remove redundant condition (#5403)

[GitHub] [pulsar] merlimat merged pull request #5403: remove redundant condition

2019-10-22 Thread GitBox
merlimat merged pull request #5403: remove redundant condition URL: https://github.com/apache/pulsar/pull/5403 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

[GitHub] [pulsar] merlimat opened a new pull request #5439: Multiple unit tests improvements

2019-10-22 Thread GitBox
merlimat opened a new pull request #5439: Multiple unit tests improvements URL: https://github.com/apache/pulsar/pull/5439 ### Motivation Unit tests for `pulsar-broker` module have a very disappointing success rate, many flaky tests and a very long execution time. To improve s

[GitHub] [pulsar] merlimat opened a new issue #5438: Test errors in DispatcherBlockConsumerTest

2019-10-22 Thread GitBox
merlimat opened a new issue #5438: Test errors in DispatcherBlockConsumerTest URL: https://github.com/apache/pulsar/issues/5438 There are several open issues for intermettent test failures in `DispatcherBlockConsumerTest`. #506, #786, #1082 and #814. After a closer look, it seem

[GitHub] [pulsar] merlimat opened a new issue #5437: Test errors in BrokerServiceLookupTest.testMultipleBrokerDifferentClusterLookup

2019-10-22 Thread GitBox
merlimat opened a new issue #5437: Test errors in BrokerServiceLookupTest.testMultipleBrokerDifferentClusterLookup URL: https://github.com/apache/pulsar/issues/5437 The test seems to be failing by getting stuck in the consumer creation at: https://github.com/apache/pulsar/blob/88c85

[GitHub] [pulsar] MarvinCai commented on issue #5148: Validate topic name before creating partition/non partition topic via admin cli.

2019-10-22 Thread GitBox
MarvinCai commented on issue #5148: Validate topic name before creating partition/non partition topic via admin cli. URL: https://github.com/apache/pulsar/pull/5148#issuecomment-545030530 run java8 tests run integration tests run cpp tests

[GitHub] [pulsar] jm7647 commented on issue #5418: Unable to Configure a JDBC sink

2019-10-22 Thread GitBox
jm7647 commented on issue #5418: Unable to Configure a JDBC sink URL: https://github.com/apache/pulsar/issues/5418#issuecomment-545008314 That was side effect of me removing sink, so we can ignore it. After spending some time with suggested solution I see two cases and both fail.

[GitHub] [pulsar] kuido85 commented on issue #5242: Consumer fails to retrieve messages when using multi-host connection with Avro schema and one broker is down in cluster.

2019-10-22 Thread GitBox
kuido85 commented on issue #5242: Consumer fails to retrieve messages when using multi-host connection with Avro schema and one broker is down in cluster. URL: https://github.com/apache/pulsar/issues/5242#issuecomment-544919359 Couldn't replicate the issue anymore -

[GitHub] [pulsar] kuido85 closed issue #5242: Consumer fails to retrieve messages when using multi-host connection with Avro schema and one broker is down in cluster.

2019-10-22 Thread GitBox
kuido85 closed issue #5242: Consumer fails to retrieve messages when using multi-host connection with Avro schema and one broker is down in cluster. URL: https://github.com/apache/pulsar/issues/5242 This is an automated mess

[GitHub] [pulsar] bjzhang03 commented on issue #5403: remove redundant condition

2019-10-22 Thread GitBox
bjzhang03 commented on issue #5403: remove redundant condition URL: https://github.com/apache/pulsar/pull/5403#issuecomment-544901815 run integration tests This is an automated message from the Apache Git Service. To respond t

[GitHub] [pulsar] bjzhang03 commented on issue #5403: remove redundant condition

2019-10-22 Thread GitBox
bjzhang03 commented on issue #5403: remove redundant condition URL: https://github.com/apache/pulsar/pull/5403#issuecomment-544900530 run integration tests This is an automated message from the Apache Git Service. To respond t

[GitHub] [pulsar] bjzhang03 commented on issue #5403: remove redundant condition

2019-10-22 Thread GitBox
bjzhang03 commented on issue #5403: remove redundant condition URL: https://github.com/apache/pulsar/pull/5403#issuecomment-544900318 run cpp tests This is an automated message from the Apache Git Service. To respond to the me

[GitHub] [pulsar] bjzhang03 commented on issue #5403: remove redundant condition

2019-10-22 Thread GitBox
bjzhang03 commented on issue #5403: remove redundant condition URL: https://github.com/apache/pulsar/pull/5403#issuecomment-544899433 run cpp tests This is an automated message from the Apache Git Service. To respond to the me

[GitHub] [pulsar] f-ld closed issue #5436: Topic do not always expire as expected

2019-10-22 Thread GitBox
f-ld closed issue #5436: Topic do not always expire as expected URL: https://github.com/apache/pulsar/issues/5436 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

[GitHub] [pulsar] f-ld commented on issue #5436: Topic do not always expire as expected

2019-10-22 Thread GitBox
f-ld commented on issue #5436: Topic do not always expire as expected URL: https://github.com/apache/pulsar/issues/5436#issuecomment-544889113 Actually found something for that topic. It has been created in region1 via a subscription on a non-existing topic. That subscription has a

[pulsar] branch master updated (c4035d3 -> 8a02206)

2019-10-22 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 c4035d3 Revert "Add default loader for latest pyyaml (#4974)" (#5432) add 8a02206 Fix couple functions related

[GitHub] [pulsar] merlimat merged pull request #5434: Fix couple functions related integration tests

2019-10-22 Thread GitBox
merlimat merged pull request #5434: Fix couple functions related integration tests URL: https://github.com/apache/pulsar/pull/5434 This is an automated message from the Apache Git Service. To respond to the message, please l

[GitHub] [pulsar] f-ld opened a new issue #5436: Topic do not always expire as expected

2019-10-22 Thread GitBox
f-ld opened a new issue #5436: Topic do not always expire as expected URL: https://github.com/apache/pulsar/issues/5436 **Describe the bug** I have 5 pulsar clusters with geo-replication. All running version 2.4.1. They are called "region1", "region2", "region3", "region4", "region5".

[GitHub] [pulsar] codelipenghui opened a new pull request #5435: Add support for partitioned topic consumer seek by time.

2019-10-22 Thread GitBox
codelipenghui opened a new pull request #5435: Add support for partitioned topic consumer seek by time. URL: https://github.com/apache/pulsar/pull/5435 ### Motivation Add support for partitioned topic consumer seek by time. ### Modifications Call each partition consumer

[GitHub] [pulsar] tuteng commented on issue #5347: [Docs]Fix website io connector link 404

2019-10-22 Thread GitBox
tuteng commented on issue #5347: [Docs]Fix website io connector link 404 URL: https://github.com/apache/pulsar/pull/5347#issuecomment-544836872 run java8 tests This is an automated message from the Apache Git Service. To respo

[GitHub] [pulsar] tuteng commented on issue #5347: [Docs]Fix website io connector link 404

2019-10-22 Thread GitBox
tuteng commented on issue #5347: [Docs]Fix website io connector link 404 URL: https://github.com/apache/pulsar/pull/5347#issuecomment-544836913 run cpp tests This is an automated message from the Apache Git Service. To respond

[GitHub] [pulsar] codelipenghui commented on issue #5388: [PIP-46] Introduce sticky consumer

2019-10-22 Thread GitBox
codelipenghui commented on issue #5388: [PIP-46] Introduce sticky consumer URL: https://github.com/apache/pulsar/pull/5388#issuecomment-544834901 run integration tests This is an automated message from the Apache Git Service.

[GitHub] [pulsar] codelipenghui commented on issue #5378: Trim messages which less than mark delete position for message redelivery

2019-10-22 Thread GitBox
codelipenghui commented on issue #5378: Trim messages which less than mark delete position for message redelivery URL: https://github.com/apache/pulsar/pull/5378#issuecomment-544834968 run integration tests This is an automat