This repository has been archived by the owner on Apr 1, 2024. It is now read-only.
forked from apache/pulsar
-
Notifications
You must be signed in to change notification settings - Fork 25
Bump pulsar version to 3.1.0-SNAPSHOT #5878
Closed
Closed
Commits on Aug 15, 2023
-
[pip][design] PIP-281: Add notifyError method on PushSource (apache#2…
…0807) Co-authored-by: Anonymitaet <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9127d89 - Browse repository at this point
Copy the full SHA 9127d89View commit details
Commits on Aug 16, 2023
-
[fix][io] Update test certs for Elasticsearch (apache#21001)
Fixes: apache#20997 ### Motivation Update the expired certs to get tests passing. ### Modifications * Update all certs. See `README.md` in files for detailed steps. ### Verifying this change This change is covered by tests. ### Documentation - [x] `doc-not-needed`
Configuration menu - View commit details
-
Copy full SHA for d6734b7 - Browse repository at this point
Copy the full SHA d6734b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for d014713 - Browse repository at this point
Copy the full SHA d014713View commit details -
[feat][io] Support configuration secret interpolation (apache#20901)
PIP: apache#20903 Relates to: apache#20862 ### Motivation The primary motivation is to make it possible to configure Pulsar Connectors in a secure, non-plaintext way. See the PIP for background and relevant details. The new interpolation feature only applies when deploying with functions to Kubernetes. ### Modifications * Add `SecretsProvider#interpolateSecretForValue` method with a default that maintains the current behavior. * Override `interpolateSecretForValue` in the `EnvironmentBasedSecretsProvider` so that configuration values formatted as `${my-env-var}` will be replaced with the result of `System.getEnv("my-env-var")` if the result is not `null`. * Implement a recursive string interpolation method that will replace any configuration value that the `interpolateSecretForValue` implementation determines ought to be replaced. ### Verifying this change Tests are added/modified. ### Documentation - [x] `doc-required` ### Matching PR in forked repository PR in forked repository: michaeljmarshall#55
Configuration menu - View commit details
-
Copy full SHA for bfde0de - Browse repository at this point
Copy the full SHA bfde0deView commit details -
[fix][broker] Fix get outdated compactedTopicContext after compaction…
…Horizon has been updated (apache#20984)
Configuration menu - View commit details
-
Copy full SHA for 0cb1c78 - Browse repository at this point
Copy the full SHA 0cb1c78View commit details
Commits on Aug 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4a9fec6 - Browse repository at this point
Copy the full SHA 4a9fec6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3160b76 - Browse repository at this point
Copy the full SHA 3160b76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4facdad - Browse repository at this point
Copy the full SHA 4facdadView commit details
Commits on Aug 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0daa46d - Browse repository at this point
Copy the full SHA 0daa46dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d06cda6 - Browse repository at this point
Copy the full SHA d06cda6View commit details
Commits on Aug 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 00ca6aa - Browse repository at this point
Copy the full SHA 00ca6aaView commit details -
[fix] [admin] Fix get topic stats fail if a subscription catch up con…
…currently (apache#20971) ### Motivation **Background**: when calling `pulsar-admin topics stats --get-earliest-time-in-backlog <topic name>`, Pulsar will read the first entry which is not acknowledged, and respond with the entry write time. The flow is like this: - get the mark deleted position of the subscription - if no backlog, response `-1` - else read the next position of the mark deleted position, and respond with the entry write time. **Issue**: if the command `pulsar-admin topics stats --get-earliest-time-in-backlog <topic name>` and `consumer.acknowledge` are executed at the same time, the step 2 in above flow will get a position which is larger than the last confirmed position, lead a read entry error. | time | `pulsar-admin topics stats --get-earliest-time-in-backlog <topic name>` | `consumer.acknowledge` | | --- | --- | --- | | 1 | mark deleted position is `3:1` and LAC is `3:2` now | | 2 | the check `whether has backlog` is passed | | 3 | | acknowledged `3:2`, mark deleted position is `3:2` now | | 4 | calculate next position: `3:3` | | 5 | Read `3:3` and get an error: `read entry failed` | Note: the test in PR is not intended to reproduce the issue. ### Modifications Respond `-1` if the next position of the mark deleted position is larger than the LAC
Configuration menu - View commit details
-
Copy full SHA for 7c96a36 - Browse repository at this point
Copy the full SHA 7c96a36View commit details
Commits on Aug 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for deeb8a2 - Browse repository at this point
Copy the full SHA deeb8a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 976a580 - Browse repository at this point
Copy the full SHA 976a580View commit details -
[fix][broker] fix ModularLoadManagerImpl always delete active bundle-…
…data. sec ver. (apache#20620) Co-authored-by: wangjinlong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f2f0bf4 - Browse repository at this point
Copy the full SHA f2f0bf4View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbbaddb - Browse repository at this point
Copy the full SHA dbbaddbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 43cd86d - Browse repository at this point
Copy the full SHA 43cd86dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3eb9610 - Browse repository at this point
Copy the full SHA 3eb9610View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d25e9a - Browse repository at this point
Copy the full SHA 0d25e9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee91edc - Browse repository at this point
Copy the full SHA ee91edcView commit details -
Configuration menu - View commit details
-
Copy full SHA for e8e7b88 - Browse repository at this point
Copy the full SHA e8e7b88View commit details
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.