[GitHub] [pulsar] merlimat commented on issue #6995: Decouple original topic and compacted topic retention policies

2021-08-14 Thread GitBox
merlimat commented on issue #6995: URL: https://github.com/apache/pulsar/issues/6995#issuecomment-898998128 @lukestephenson What is described in this issue (and in the docs) was actually not the intended behavior (as it's not practically useful). The behavior was fixed in #11287 and

[GitHub] [pulsar] lukestephenson commented on issue #6995: Decouple original topic and compacted topic retention policies

2021-08-14 Thread GitBox
lukestephenson commented on issue #6995: URL: https://github.com/apache/pulsar/issues/6995#issuecomment-898996251 Hi @vsly-ru , we didn't proceed with Pulsar at the time as I didn't feel it was mature enough. That was a year ago now, and pulsar may be more stable now. I wrote up

[pulsar] branch master updated: [Flaky test] Fix ManagedLedgerTest.testLedgerReachMaximumRolloverTime (#11670) (#11670)

2021-08-14 Thread mmerli
This is an automated email from the ASF dual-hosted git repository. mmerli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git The following commit(s) were added to refs/heads/master by this push: new 50e6b3e [Flaky test] Fix

[GitHub] [pulsar] merlimat merged pull request #11670: [Flaky test] Fix ManagedLedgerTest.testLedgerReachMaximumRolloverTime

2021-08-14 Thread GitBox
merlimat merged pull request #11670: URL: https://github.com/apache/pulsar/pull/11670 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [pulsar] merlimat closed issue #11669: Flaky-test: ManagedLedgerTest.testLedgerReachMaximumRolloverTime

2021-08-14 Thread GitBox
merlimat closed issue #11669: URL: https://github.com/apache/pulsar/issues/11669 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [pulsar] merlimat commented on a change in pull request #11668: [Issue 11632][C++] Turning on more compiler warnings, and enforcing warnings as errors

2021-08-14 Thread GitBox
merlimat commented on a change in pull request #11668: URL: https://github.com/apache/pulsar/pull/11668#discussion_r689012284 ## File path: pulsar-client-cpp/lib/Commands.cc ## @@ -644,6 +644,7 @@ std::string Commands::messageType(BaseCommand_Type type) { return

[pulsar] branch master updated: Use getIfValid to avoid handleMetadataStoreNotification swallow exception (#11656) (#11656)

2021-08-14 Thread mmerli
This is an automated email from the ASF dual-hosted git repository. mmerli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git The following commit(s) were added to refs/heads/master by this push: new 64aa64e Use getIfValid to avoid

[GitHub] [pulsar] merlimat merged pull request #11656: Use getIfValid to avoid handleMetadataStoreNotification swallow exception

2021-08-14 Thread GitBox
merlimat merged pull request #11656: URL: https://github.com/apache/pulsar/pull/11656 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [pulsar] merlimat opened a new pull request #11672: If a topic has compaction policies configured, we must ensure the subscription is always pre-created

2021-08-14 Thread GitBox
merlimat opened a new pull request #11672: URL: https://github.com/apache/pulsar/pull/11672 ### Motivation When using a compacted topic, the compaction cursor ensure that everything that is published after the last compaction run is retained in the topic. The problem is that the

[GitHub] [pulsar] zbentley closed issue #11203: 2.8.0 Python client library for Mac OS Big Sur won't load due to absolute linker paths left over from build environment

2021-08-14 Thread GitBox
zbentley closed issue #11203: URL: https://github.com/apache/pulsar/issues/11203 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [pulsar] zbentley commented on issue #11203: 2.8.0 Python client library for Mac OS Big Sur won't load due to absolute linker paths left over from build environment

2021-08-14 Thread GitBox
zbentley commented on issue #11203: URL: https://github.com/apache/pulsar/issues/11203#issuecomment-898905955 With an N of several (folks posting here, colleagues, peers) all successfully using the latest `2.8.0.post0` PyPi release on several MacOS versions, I'm going to close this

[GitHub] [pulsar] eolivelli commented on a change in pull request #11671: [server] Allow broker to start with default backlogquota in bytes

2021-08-14 Thread GitBox
eolivelli commented on a change in pull request #11671: URL: https://github.com/apache/pulsar/pull/11671#discussion_r688929927 ## File path: pulsar-broker/src/test/java/org/apache/pulsar/broker/service/BacklogQuotaManagerTest.java ## @@ -1211,5 +1218,45 @@ public void