Re: [PR] CASSANDRA-19451: An Option of Latency Sensitive Load Balancing Policy [cassandra-java-driver]

2024-05-24 Thread via GitHub
SiyaoIsHiding closed pull request #1915: CASSANDRA-19451: An Option of Latency Sensitive Load Balancing Policy URL: https://github.com/apache/cassandra-java-driver/pull/1915 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [PR] CASSANDRA-19451: An Option of Latency Sensitive Load Balancing Policy [cassandra-java-driver]

2024-05-24 Thread via GitHub
SiyaoIsHiding commented on PR #1915: URL: https://github.com/apache/cassandra-java-driver/pull/1915#issuecomment-2130416305 Closed cuz we ended up publishing an artifact for it: https://github.com/datastax/java-driver-policies -- This is an automated message from the Apache Git Service.

Re: [PR] CASSANDRA-19451: An Option of Latency Sensitive Load Balancing Policy [cassandra-java-driver]

2024-05-02 Thread via GitHub
absurdfarce commented on code in PR #1915: URL: https://github.com/apache/cassandra-java-driver/pull/1915#discussion_r1587128032 ## core/src/main/java/com/datastax/oss/driver/internal/core/loadbalancing/LatencySensitiveLoadBalancingPolicy.java: ## @@ -0,0 +1,275 @@ +/* Review