You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix PostgreSQL: wait for a valid backup to create read replica
Fix ClickhouseGrant: grant privileges for an unknown table (Clickhouse can do that)
Fix ClickhouseGrant: track the state to revoke only known privileges. It is recommended to remove existing ClickhouseGrant instances before upgrade to revoke existing privileges.
Add Cassandra field userConfig.cassandra.read_request_timeout_in_ms, type integer: How long the
coordinator waits for read operations to complete before timing it out
Add Cassandra field userConfig.cassandra.write_request_timeout_in_ms, type integer: How long
the coordinator waits for write requests to complete with at least one node in the local datacenter
Add OpenSearch field userConfig.opensearch.knn_memory_circuit_breaker_enabled, type boolean:
Enable or disable KNN memory circuit breaker. Defaults to true
Add OpenSearch field userConfig.opensearch.knn_memory_circuit_breaker_limit, type integer: Maximum
amount of memory that can be used for KNN index. Defaults to 50% of the JVM heap size