Release 0.72.2#3548
Merged
Merged
Conversation
…3513) * feat: Implement timestamp-aware share/embed links for video player --------- Co-authored-by: Ahtesham Quraish <ahtesham.quraish@192.168.1.32>
* adding resource category to vector search serializer * regenerate specs * update tests for resource category * adding frontend changes:
…nsearch-py (#3544) opensearch-py's Transport.__init__ accepts pool_maxsize (not connections_per_node) and only injects it into connection kwargs when it is a truthy int. Passing connections_per_node falls through as an unknown kwarg and is silently ignored, leaving urllib3's HTTPConnectionPool at its default maxsize of 1. With a pool of 1 per pod, concurrent SCIM-triggered OpenSearch index operations exhaust the pool immediately, causing urllib3 to log 'Connection pool is full, discarding connection' on nearly every request. Under heavy SCIM load (observed at >50 conflicts/5min across pods) this stalls async workers long enough to starve the /health/liveness/ probe, triggering repeated pod restarts. The env var OPENSEARCH_CONNECTIONS_PER_NODE (default 10) is unchanged — only the kwarg key passed to connections.configure() is corrected. Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
OpenAPI Changes3 changes: 0 error, 0 warning, 3 info Unexpected changes? Ensure your branch is up-to-date with |
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.
Anastasia Beglova
Tobias Macey
Danielle Frappier
Shankar Ambady
Ahtesham Quraish
Matt Bertrand