[ci-run][fix][broker]Can't consume messages for a long time due to Entry Filter#8
Closed
poorbarcode wants to merge 29 commits intomasterfrom
Closed
[ci-run][fix][broker]Can't consume messages for a long time due to Entry Filter#8poorbarcode wants to merge 29 commits intomasterfrom
poorbarcode wants to merge 29 commits intomasterfrom
Conversation
4 tasks
2a82948 to
3e48f88
Compare
* PIP-209: Removed C++/Python clients from main repo * Removed python directory from Docekrfile * Fixed python client version argument scoping * Fixed handling of pulsar.functions.serde
3e48f88 to
2bb0869
Compare
…apache#17893) Fixes: apache#16864 ### Motivation I think it is a wrong configuration(`ackTimeout 1s`) when writing the code, the original design is set `negativeAckRedeliveryDelay 1s` The process expects: - send 10 messages in one batch - submit a batch. - receive 10 messages, do negative acknowledge - after `1s`, will trigger `redelivery` - receive 10 messages again The real process: - send 1 message - Reach the batch time limit, and submit a batch. return `msgId_1` - send 9 messages in another batch - submit a batch. return `msgId_2` - receive 10 messages, do negative acknowledge - push the `msgId_1` to `negativeAcksTracker` - push the `msgId_2` to `unAckedMessageTracker` - after `1s`, will trigger redelivery `msgId_2` by `unAckedMessageTracker` - receive 9 messages( `msgId_2` ) again - after `60s`, will trigger redelivery `msgId_1` by `negativeAcksTracker`. <strong>(High light)</strong> Test execution timeout! - receive 1 messages( `msgId_1` ) again ### Modifications - remove conf: `ackTimeout` - set `negativeAckRedeliveryDelay 1s` ### Documentation - [x] `doc-not-needed` ### Matching PR in forked repository PR in forked repository: - #18
* improve TLS encryption * fix review comments * preview fix * add file and syntax for page redirection * update the process to create PEM certs * add more description for mTLS
…he#17855) * [fix] Remove pulsar-broker-common dependency from pulsar-client * fix newline * add enforcer rule * Move packages-core to jdk8 bytecode * checkstyle * use variables * style * Fix annotation discovery * Fix kafka module compile
…ly document changes (apache#17906) - fix typo
…xed delays in messages (apache#17907)
…when ledger not existed (apache#17842)
… options for PerfTool CLI (apache#17862) * Add proxyServiceUrl and proxyProtocol as oprtions for PerfTool CLI * Add proxyServiceUrl and proxyProtocol as oprtions for PerfTool CLI * Add proxyServiceUrl and proxyProtocol as oprtions for PerfTool CLI * Add proxyServiceUrl and proxyProtocol as oprtions for PerfTool CLI * Add proxyServiceUrl and proxyProtocol as oprtions for PerfTool CLI * Add proxyServiceUrl and proxyProtocol as oprtions for PerfTool CLI * Add proxyServiceUrl and proxyProtocol as oprtions for PerfTool CLI * Add proxyServiceUrl and proxyProtocol as oprtions for PerfTool CLI Co-authored-by: Vineeth <vineeth.polamreddy@verizonmedia.com>
…" (apache#17914) This reverts commit 8d7ac33.
2bb0869 to
8d3986c
Compare
|
The pr had no activity for 30 days, mark with Stale label. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
relate to :
/pulsarbot rerun-failure-checks