[GitHub] [cassandra-analytics] jyothsnakonisa commented on a diff in pull request #7: CASSANDRA-18605 Adding support for TTL & Timestamps for bulk writes

2023-06-20 Thread via GitHub
jyothsnakonisa commented on code in PR #7: URL: https://github.com/apache/cassandra-analytics/pull/7#discussion_r1235773302 ## cassandra-analytics-core-example/src/main/java/org/apache/cassandra/spark/example/SampleCassandraJob.java: ## @@ -140,6 +141,10 @@ private static

[GitHub] [cassandra-analytics] yifan-c commented on a diff in pull request #7: CASSANDRA-18605 Adding support for TTL & Timestamps for bulk writes

2023-06-20 Thread via GitHub
yifan-c commented on code in PR #7: URL: https://github.com/apache/cassandra-analytics/pull/7#discussion_r1235810589 ## cassandra-analytics-core/src/main/java/org/apache/cassandra/spark/bulkwriter/TTLOption.java: ## @@ -0,0 +1,126 @@ +/* + * Licensed to the Apache Software

[GitHub] [cassandra-analytics] yifan-c commented on a diff in pull request #7: CASSANDRA-18605 Adding support for TTL & Timestamps for bulk writes

2023-06-20 Thread via GitHub
yifan-c commented on code in PR #7: URL: https://github.com/apache/cassandra-analytics/pull/7#discussion_r1235716701 ## cassandra-analytics-core/src/main/java/org/apache/cassandra/spark/bulkwriter/TimestampOption.java: ## @@ -0,0 +1,125 @@ +/* + * Licensed to the Apache

[GitHub] [cassandra-analytics] yifan-c closed pull request #7: CASSANDRA-18605 Adding support for TTL & Timestamps for bulk writes

2023-06-21 Thread via GitHub
yifan-c closed pull request #7: CASSANDRA-18605 Adding support for TTL & Timestamps for bulk writes URL: https://github.com/apache/cassandra-analytics/pull/7 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [cassandra-analytics] yifan-c closed pull request #5: CASSANDRA-18599 Upgrade to JUnit 5

2023-06-22 Thread via GitHub
yifan-c closed pull request #5: CASSANDRA-18599 Upgrade to JUnit 5 URL: https://github.com/apache/cassandra-analytics/pull/5 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [cassandra-analytics] 5 commented on a diff in pull request #9: [CASSANDRA-18633] Added Caching of Node Settings to Improve Efficiency

2023-06-29 Thread via GitHub
5 commented on code in PR #9: URL: https://github.com/apache/cassandra-analytics/pull/9#discussion_r1246812708 ## cassandra-analytics-core/src/main/java/org/apache/cassandra/spark/bulkwriter/CassandraClusterInfo.java: ## @@ -338,11 +339,23 @@ public String

[GitHub] [cassandra-analytics] frankgh commented on a diff in pull request #9: [CASSANDRA-18633] Added Caching of Node Settings to Improve Efficiency

2023-06-29 Thread via GitHub
frankgh commented on code in PR #9: URL: https://github.com/apache/cassandra-analytics/pull/9#discussion_r1246965210 ## cassandra-analytics-core/src/main/java/org/apache/cassandra/spark/bulkwriter/CassandraClusterInfo.java: ## @@ -338,11 +339,23 @@ public String

[GitHub] [cassandra-analytics] frankgh commented on a diff in pull request #9: [CASSANDRA-18633] Added Caching of Node Settings to Improve Efficiency

2023-06-29 Thread via GitHub
frankgh commented on code in PR #9: URL: https://github.com/apache/cassandra-analytics/pull/9#discussion_r1246965532 ## cassandra-analytics-core/src/main/java/org/apache/cassandra/spark/bulkwriter/CassandraClusterInfo.java: ## @@ -338,11 +339,23 @@ public String

[GitHub] [cassandra-analytics] yifan-c commented on a diff in pull request #9: [CASSANDRA-18633] Added Caching of Node Settings to Improve Efficiency

2023-06-29 Thread via GitHub
yifan-c commented on code in PR #9: URL: https://github.com/apache/cassandra-analytics/pull/9#discussion_r1247271887 ## cassandra-analytics-core/src/main/java/org/apache/cassandra/spark/bulkwriter/CassandraClusterInfo.java: ## @@ -338,11 +346,14 @@ public String

[GitHub] [cassandra-analytics] yifan-c commented on a diff in pull request #9: [CASSANDRA-18633] Added Caching of Node Settings to Improve Efficiency

2023-06-29 Thread via GitHub
yifan-c commented on code in PR #9: URL: https://github.com/apache/cassandra-analytics/pull/9#discussion_r1247271478 ## cassandra-analytics-core/src/main/java/org/apache/cassandra/spark/bulkwriter/CassandraClusterInfo.java: ## @@ -64,11 +65,18 @@ public class

[GitHub] [cassandra-analytics] yifan-c commented on a diff in pull request #9: [CASSANDRA-18633] Added Caching of Node Settings to Improve Efficiency

2023-06-29 Thread via GitHub
yifan-c commented on code in PR #9: URL: https://github.com/apache/cassandra-analytics/pull/9#discussion_r1247271887 ## cassandra-analytics-core/src/main/java/org/apache/cassandra/spark/bulkwriter/CassandraClusterInfo.java: ## @@ -338,11 +346,14 @@ public String

[GitHub] [cassandra-analytics] frankgh commented on pull request #8: CASSANDRA-18631: Add Release Audit Tool (RAT) plugin to Analytics

2023-06-29 Thread via GitHub
frankgh commented on PR #8: URL: https://github.com/apache/cassandra-analytics/pull/8#issuecomment-1613876236 Closed via https://github.com/apache/cassandra-analytics/commit/02d9136cfa72c8990120eca0f4fe5f52587bceb5 -- This is an automated message from the Apache Git Service. To respond

[GitHub] [cassandra-analytics] frankgh closed pull request #8: CASSANDRA-18631: Add Release Audit Tool (RAT) plugin to Analytics

2023-06-29 Thread via GitHub
frankgh closed pull request #8: CASSANDRA-18631: Add Release Audit Tool (RAT) plugin to Analytics URL: https://github.com/apache/cassandra-analytics/pull/8 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [cassandra-analytics] frankgh opened a new pull request, #8: CASSANDRA-18631: Add Release Audit Tool (RAT) plugin to Analytics

2023-06-27 Thread via GitHub
frankgh opened a new pull request, #8: URL: https://github.com/apache/cassandra-analytics/pull/8 This commit adds the Release Audit Tool (RAT) plugin to `build.gradle` which adds a new task `rat`. This new task makes sure that the license headers are valid and present in the source files

[GitHub] [cassandra-analytics] yifan-c closed pull request #3: CASSANDRA-18574: Fix sample job documentation after Sidecar changes

2023-06-27 Thread via GitHub
yifan-c closed pull request #3: CASSANDRA-18574: Fix sample job documentation after Sidecar changes URL: https://github.com/apache/cassandra-analytics/pull/3 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [cassandra-analytics] 5 opened a new pull request, #9: Added Caching of Node Settings to Improve Efficiency

2023-06-27 Thread via GitHub
5 opened a new pull request, #9: URL: https://github.com/apache/cassandra-analytics/pull/9 Currently, `CassandraClusterInfo` does not reuse results of a call to `allNodeSettingsBlocking` from `Sidecar`. We should improve efficiency by caching these results in order to prevent multiple

[GitHub] [cassandra-analytics] yifan-c commented on a diff in pull request #9: [CASSANDRA-18633] Added Caching of Node Settings to Improve Efficiency

2023-06-27 Thread via GitHub
yifan-c commented on code in PR #9: URL: https://github.com/apache/cassandra-analytics/pull/9#discussion_r1244426547 ## cassandra-analytics-core/src/main/java/org/apache/cassandra/spark/bulkwriter/CassandraClusterInfo.java: ## @@ -338,11 +339,23 @@ public String

[GitHub] [cassandra-analytics] frankgh commented on pull request #4: CASSANDRA-18578 Add circleci configuration yaml for Cassandra Analytics

2023-06-12 Thread via GitHub
frankgh commented on PR #4: URL: https://github.com/apache/cassandra-analytics/pull/4#issuecomment-1587889183 Closed via https://github.com/apache/cassandra-analytics/commit/f0fae2d20df15ac1105af2163af2a7e7953d -- This is an automated message from the Apache Git Service. To respond

[GitHub] [cassandra-analytics] frankgh closed pull request #4: CASSANDRA-18578 Add circleci configuration yaml for Cassandra Analytics

2023-06-12 Thread via GitHub
frankgh closed pull request #4: CASSANDRA-18578 Add circleci configuration yaml for Cassandra Analytics URL: https://github.com/apache/cassandra-analytics/pull/4 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [cassandra-analytics] frankgh commented on pull request #6: CASSANDRA-18600 Add NOTICE.txt file

2023-06-27 Thread via GitHub
frankgh commented on PR #6: URL: https://github.com/apache/cassandra-analytics/pull/6#issuecomment-1609908559 Closed by https://github.com/apache/cassandra-analytics/commit/cbae09ca71b9eb9a581b77c23844da21474b095a -- This is an automated message from the Apache Git Service. To respond

[GitHub] [cassandra-analytics] frankgh closed pull request #6: CASSANDRA-18600 Add NOTICE.txt file

2023-06-27 Thread via GitHub
frankgh closed pull request #6: CASSANDRA-18600 Add NOTICE.txt file URL: https://github.com/apache/cassandra-analytics/pull/6 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

[GitHub] [cassandra-analytics] jyothsnakonisa opened a new pull request, #7: CASSANDRA-18605 Adding support for TTL & Timestamps for bulk writes

2023-06-15 Thread via GitHub
jyothsnakonisa opened a new pull request, #7: URL: https://github.com/apache/cassandra-analytics/pull/7 This commit introduces a new feature in Spark Bulk Writer to support writes with constant/per_row based TTL & Timestamps. -- This is an automated message from the Apache Git Service.

Re: [PR] CASSANDRA-19180: Support reloading keystore in cassandra-java-driver [cassandra-java-driver]

2024-01-23 Thread via GitHub
tolbertam commented on code in PR #1907: URL: https://github.com/apache/cassandra-java-driver/pull/1907#discussion_r1463852818 ## core/src/main/java/com/datastax/oss/driver/internal/core/ssl/ReloadingKeyManagerFactory.java: ## @@ -0,0 +1,257 @@ +/* + * Licensed to the Apache

Re: [PR] Update com.github.jnr:jnr-posix to 3.1.18 to avoid M1 docker crash [cassandra-java-driver]

2024-01-23 Thread via GitHub
codefromthecrypt commented on PR #1904: URL: https://github.com/apache/cassandra-java-driver/pull/1904#issuecomment-1907103326 @michaelsembwever any chance we can get this in? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] CASSANDRA-19180: Support reloading keystore in cassandra-java-driver [cassandra-java-driver]

2024-01-23 Thread via GitHub
aratno commented on code in PR #1907: URL: https://github.com/apache/cassandra-java-driver/pull/1907#discussion_r1464029541 ## core/src/main/java/com/datastax/oss/driver/internal/core/ssl/ReloadingKeyManagerFactory.java: ## @@ -0,0 +1,257 @@ +/* + * Licensed to the Apache

Re: [PR] CASSANDRA-19180: Support reloading keystore in cassandra-java-driver [cassandra-java-driver]

2024-01-23 Thread via GitHub
aratno commented on code in PR #1907: URL: https://github.com/apache/cassandra-java-driver/pull/1907#discussion_r1463983979 ## core/src/main/java/com/datastax/oss/driver/internal/core/ssl/ReloadingKeyManagerFactory.java: ## @@ -0,0 +1,257 @@ +/* + * Licensed to the Apache

Re: [PR] CASSANDRA-19180: Support reloading keystore in cassandra-java-driver [cassandra-java-driver]

2024-01-23 Thread via GitHub
tolbertam commented on code in PR #1907: URL: https://github.com/apache/cassandra-java-driver/pull/1907#discussion_r1464032000 ## core/src/main/java/com/datastax/oss/driver/api/core/config/DefaultDriverOption.java: ## @@ -255,6 +255,12 @@ public enum DefaultDriverOption

Re: [PR] CASSANDRA-19180: Support reloading keystore in cassandra-java-driver [cassandra-java-driver]

2024-01-23 Thread via GitHub
aratno commented on code in PR #1907: URL: https://github.com/apache/cassandra-java-driver/pull/1907#discussion_r1463974845 ## core/src/main/java/com/datastax/oss/driver/internal/core/ssl/ReloadingKeyManagerFactory.java: ## @@ -0,0 +1,257 @@ +/* + * Licensed to the Apache

Re: [PR] CASSANDRA-19180: Support reloading keystore in cassandra-java-driver [cassandra-java-driver]

2024-01-23 Thread via GitHub
aratno commented on code in PR #1907: URL: https://github.com/apache/cassandra-java-driver/pull/1907#discussion_r1463975280 ## core/src/main/java/com/datastax/oss/driver/internal/core/ssl/ReloadingKeyManagerFactory.java: ## @@ -0,0 +1,257 @@ +/* + * Licensed to the Apache

Re: [PR] CASSANDRA-19180: Support reloading keystore in cassandra-java-driver [cassandra-java-driver]

2024-01-23 Thread via GitHub
aratno commented on code in PR #1907: URL: https://github.com/apache/cassandra-java-driver/pull/1907#discussion_r1464035185 ## core/src/main/java/com/datastax/oss/driver/api/core/config/DefaultDriverOption.java: ## @@ -255,6 +255,12 @@ public enum DefaultDriverOption

Re: [PR] CASSANDRA-19273 Allow setting TTL for snapshots created through reader [cassandra-analytics]

2024-01-22 Thread via GitHub
sarankk commented on code in PR #31: URL: https://github.com/apache/cassandra-analytics/pull/31#discussion_r1462466619 ## cassandra-analytics-integration-tests/src/test/java/org/apache/cassandra/analytics/SharedClusterSparkIntegrationTestBase.java: ## @@ -84,7 +84,7 @@

Re: [PR] CASSANDRA-19273 Allow setting TTL for snapshots created through reader [cassandra-analytics]

2024-01-22 Thread via GitHub
sarankk commented on code in PR #31: URL: https://github.com/apache/cassandra-analytics/pull/31#discussion_r1462469394 ## cassandra-analytics-core/src/main/java/org/apache/cassandra/spark/data/ClientConfig.java: ## @@ -138,7 +138,7 @@ private ClearSnapshotStrategy

Re: [PR] CASSANDRA-19275 Fix flaxy host replacement tests and shrink tests [cassandra-analytics]

2024-01-22 Thread via GitHub
frankgh commented on PR #33: URL: https://github.com/apache/cassandra-analytics/pull/33#issuecomment-1904727454 Closed via https://github.com/apache/cassandra-analytics/commit/d949d8c2b9813c3e8429ece34c364a356bd7d6eb -- This is an automated message from the Apache Git Service. To

Re: [PR] CASSANDRA-19275 Fix flaxy host replacement tests and shrink tests [cassandra-analytics]

2024-01-22 Thread via GitHub
frankgh closed pull request #33: CASSANDRA-19275 Fix flaxy host replacement tests and shrink tests URL: https://github.com/apache/cassandra-analytics/pull/33 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

Re: [PR] CASSANDRA-19273 Allow setting TTL for snapshots created through reader [cassandra-analytics]

2024-01-22 Thread via GitHub
yifan-c commented on code in PR #31: URL: https://github.com/apache/cassandra-analytics/pull/31#discussion_r1462458671 ## cassandra-analytics-integration-tests/src/test/java/org/apache/cassandra/analytics/SharedClusterSparkIntegrationTestBase.java: ## @@ -84,7 +84,7 @@

Re: [PR] CASSANDRA-19273 Allow setting TTL for snapshots created through reader [cassandra-analytics]

2024-01-22 Thread via GitHub
yifan-c commented on code in PR #31: URL: https://github.com/apache/cassandra-analytics/pull/31#discussion_r1462464312 ## cassandra-analytics-core/src/main/java/org/apache/cassandra/spark/data/ClientConfig.java: ## @@ -138,7 +138,7 @@ private ClearSnapshotStrategy

Re: [PR] JAVA-3094: Fix decrement query error [cassandra-java-driver]

2024-01-23 Thread via GitHub
KSH-code closed pull request #1686: JAVA-3094: Fix decrement query error URL: https://github.com/apache/cassandra-java-driver/pull/1686 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

Re: [PR] JAVA-3094: Fix decrement query error [cassandra-java-driver]

2024-01-23 Thread via GitHub
KSH-code commented on PR #1686: URL: https://github.com/apache/cassandra-java-driver/pull/1686#issuecomment-1907534133 @absurdfarce @hhughes I do not use Scylla now, so I am going to close this now. -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] CASSANDRA-19273 Allow setting TTL for snapshots created through reader [cassandra-analytics]

2024-01-22 Thread via GitHub
frankgh commented on code in PR #31: URL: https://github.com/apache/cassandra-analytics/pull/31#discussion_r1462559574 ## cassandra-analytics-core/src/main/java/org/apache/cassandra/spark/data/ClientConfig.java: ## @@ -109,6 +134,50 @@ private ClientConfig(Map options)

Re: [PR] CASSANDRA-19180: Support reloading keystore in cassandra-java-driver [cassandra-java-driver]

2024-01-24 Thread via GitHub
tolbertam commented on PR #1907: URL: https://github.com/apache/cassandra-java-driver/pull/1907#issuecomment-1908284283 I ran the entire integration suite this PR and seemed to run pretty good; Since i'm on a M1 mac and need your

Re: [PR] CASSANDRA-19369 Use XXHash32 for digest calculation of SSTables [cassandra-analytics]

2024-02-08 Thread via GitHub
frankgh commented on code in PR #38: URL: https://github.com/apache/cassandra-analytics/pull/38#discussion_r1482923367 ## cassandra-analytics-core/src/main/java/org/apache/cassandra/spark/bulkwriter/BulkSparkConf.java: ## @@ -128,12 +128,13 @@ public class BulkSparkConf

Re: [PR] CASSANDRA-19369 Use XXHash32 for digest calculation of SSTables [cassandra-analytics]

2024-02-08 Thread via GitHub
frankgh commented on code in PR #38: URL: https://github.com/apache/cassandra-analytics/pull/38#discussion_r1482954608 ## cassandra-analytics-core/src/main/java/org/apache/cassandra/spark/bulkwriter/DigestTypeOption.java: ## @@ -0,0 +1,55 @@ +/* + * Licensed to the Apache

Re: [PR] CASSANDRA-19285 Fix flaky Host replacement tests and shrink tests [cassandra-analytics]

2024-02-14 Thread via GitHub
yifan-c closed pull request #39: CASSANDRA-19285 Fix flaky Host replacement tests and shrink tests URL: https://github.com/apache/cassandra-analytics/pull/39 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

Re: [PR] CASSANDRA-19180: Support reloading keystore in cassandra-java-driver [cassandra-java-driver]

2024-02-14 Thread via GitHub
absurdfarce merged PR #1907: URL: https://github.com/apache/cassandra-java-driver/pull/1907 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] JAVA-2967: Add support for OSS Cassandra peers_v2 columns [cassandra-java-driver]

2024-02-15 Thread via GitHub
absurdfarce commented on PR #1911: URL: https://github.com/apache/cassandra-java-driver/pull/1911#issuecomment-1947427491 Closing for the same reason as #1910. CASSANDRA-16999 is now marked as "Won't Fix" as the single port for encrypted and unencrypted traffic is the answer going

Re: [PR] Handing error in asynchronous programming and ensuring future object … [cassandra-java-driver]

2024-02-15 Thread via GitHub
absurdfarce commented on PR #1905: URL: https://github.com/apache/cassandra-java-driver/pull/1905#issuecomment-1947451795 The behaviour described in JAVA-3157 doesn't stem from a failure when to register request throttlers (see discussion on that ticket) so I'm going to close this out for

Re: [PR] Handing error in asynchronous programming and ensuring future object … [cassandra-java-driver]

2024-02-15 Thread via GitHub
absurdfarce closed pull request #1905: Handing error in asynchronous programming and ensuring future object … URL: https://github.com/apache/cassandra-java-driver/pull/1905 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [PR] JAVA-2967: Support native_transport_(address|port) + native_transport_port_ssl for DSE 6.8 (4.x edition) [cassandra-java-driver]

2024-02-15 Thread via GitHub
aratno commented on code in PR #1913: URL: https://github.com/apache/cassandra-java-driver/pull/1913#discussion_r1491756553 ## core/src/main/java/com/datastax/oss/driver/internal/core/metadata/DefaultTopologyMonitor.java: ## @@ -494,28 +499,50 @@ private void

Re: [PR] CASSANDRA-16999 covering ssl port [cassandra-java-driver]

2024-02-15 Thread via GitHub
absurdfarce closed pull request #1910: CASSANDRA-16999 covering ssl port URL: https://github.com/apache/cassandra-java-driver/pull/1910 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

Re: [PR] CASSANDRA-16999 covering ssl port [cassandra-java-driver]

2024-02-15 Thread via GitHub
absurdfarce commented on PR #1910: URL: https://github.com/apache/cassandra-java-driver/pull/1910#issuecomment-1947425600 CASSANDRA-16999 is now marked as "Won't Fix" as the single port for encrypted and unencrypted traffic is the answer going forward. Closing this for now; we can always

Re: [PR] JAVA-2967: Add support for OSS Cassandra peers_v2 columns [cassandra-java-driver]

2024-02-15 Thread via GitHub
absurdfarce closed pull request #1911: JAVA-2967: Add support for OSS Cassandra peers_v2 columns URL: https://github.com/apache/cassandra-java-driver/pull/1911 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[PR] CASSANDRA-19285 Fix flaky Host replacement tests and shrink tests [cassandra-analytics]

2024-02-13 Thread via GitHub
yifan-c opened a new pull request, #39: URL: https://github.com/apache/cassandra-analytics/pull/39 The flakiness is caused by inspecting a class whose classloader is already closed. The fix is to include the those classes in the sharedClassLoader, so that the classLoader is not closed

Re: [PR] CASSANDRA-19369 Use XXHash32 for digest calculation of SSTables [cassandra-analytics]

2024-02-13 Thread via GitHub
frankgh closed pull request #38: CASSANDRA-19369 Use XXHash32 for digest calculation of SSTables URL: https://github.com/apache/cassandra-analytics/pull/38 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

Re: [PR] CASSANDRA-19369 Use XXHash32 for digest calculation of SSTables [cassandra-analytics]

2024-02-13 Thread via GitHub
frankgh commented on PR #38: URL: https://github.com/apache/cassandra-analytics/pull/38#issuecomment-1942964282 Closed via https://github.com/apache/cassandra-analytics/commit/dc0e79b9c483562ec0920d69e886715eb329c426 -- This is an automated message from the Apache Git Service. To

Re: [PR] Include support for comma seperated strings for basic.contact-points [cassandra-java-driver]

2024-02-16 Thread via GitHub
utkuaydn commented on PR #1897: URL: https://github.com/apache/cassandra-java-driver/pull/1897#issuecomment-1948303863 This has been sitting here for a while can anyone take a look? @absurdfarce -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] Changelog updates to reflect work that went out in 4.18.0 [cassandra-java-driver]

2024-02-20 Thread via GitHub
absurdfarce commented on code in PR #1914: URL: https://github.com/apache/cassandra-java-driver/pull/1914#discussion_r1496142454 ## changelog/README.md: ## @@ -21,6 +21,16 @@ under the License. +### 4.18.0 + +- [improvement] PR 1689: Add support for publishing percentile

[PR] Changelog updates to reflect work that went out in 4.18.0 [cassandra-java-driver]

2024-02-20 Thread via GitHub
absurdfarce opened a new pull request, #1914: URL: https://github.com/apache/cassandra-java-driver/pull/1914 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

Re: [PR] CASSANDRA-16969 4.7.x license check [cassandra-java-driver]

2024-02-20 Thread via GitHub
absurdfarce closed pull request #1785: CASSANDRA-16969 4.7.x license check URL: https://github.com/apache/cassandra-java-driver/pull/1785 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

Re: [PR] CASSANDRA-16969 4.7.x license check [cassandra-java-driver]

2024-02-20 Thread via GitHub
absurdfarce commented on PR #1785: URL: https://github.com/apache/cassandra-java-driver/pull/1785#issuecomment-1954942058 Closing based on quick conversation with @Claudenw -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] CASSANDRA-16969 4.6.x license check [cassandra-java-driver]

2024-02-20 Thread via GitHub
absurdfarce closed pull request #1784: CASSANDRA-16969 4.6.x license check URL: https://github.com/apache/cassandra-java-driver/pull/1784 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

Re: [PR] CASSANDRA-16969 4.6.x license check [cassandra-java-driver]

2024-02-20 Thread via GitHub
absurdfarce commented on PR #1784: URL: https://github.com/apache/cassandra-java-driver/pull/1784#issuecomment-1954942491 Closing based on quick conversation with @Claudenw -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] CASSANDRA-16969 4.12.x copyright check [cassandra-java-driver]

2024-02-20 Thread via GitHub
absurdfarce closed pull request #1776: CASSANDRA-16969 4.12.x copyright check URL: https://github.com/apache/cassandra-java-driver/pull/1776 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

Re: [PR] CASSANDRA-16969 4.12.x copyright check [cassandra-java-driver]

2024-02-20 Thread via GitHub
absurdfarce commented on PR #1776: URL: https://github.com/apache/cassandra-java-driver/pull/1776#issuecomment-1954945423 Closing based on quick conversation with @Claudenw -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] CASSANDRA-16969-copyright-check-4.8.0 fixes [cassandra-java-driver]

2024-02-20 Thread via GitHub
absurdfarce commented on PR #1774: URL: https://github.com/apache/cassandra-java-driver/pull/1774#issuecomment-1954946357 Closing based on quick conversation with @Claudenw -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] CASSANDRA-16969-copyright-check-4.6.1 fixes [cassandra-java-driver]

2024-02-20 Thread via GitHub
absurdfarce closed pull request #1772: CASSANDRA-16969-copyright-check-4.6.1 fixes URL: https://github.com/apache/cassandra-java-driver/pull/1772 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

Re: [PR] CASSANDRA-16969-copyright-check-4.6.1 fixes [cassandra-java-driver]

2024-02-20 Thread via GitHub
absurdfarce commented on PR #1772: URL: https://github.com/apache/cassandra-java-driver/pull/1772#issuecomment-1954947202 Closing based on quick conversation with @Claudenw -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] CASSANDRA-16969 4.11.x license check [cassandra-java-driver]

2024-02-20 Thread via GitHub
absurdfarce closed pull request #1775: CASSANDRA-16969 4.11.x license check URL: https://github.com/apache/cassandra-java-driver/pull/1775 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

Re: [PR] CASSANDRA-16969 4.11.x license check [cassandra-java-driver]

2024-02-20 Thread via GitHub
absurdfarce commented on PR #1775: URL: https://github.com/apache/cassandra-java-driver/pull/1775#issuecomment-1954945989 Closing based on quick conversation with @Claudenw -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] CASSANDRA-16969-copyright-check-4.6.x [cassandra-java-driver]

2024-02-20 Thread via GitHub
absurdfarce closed pull request #1771: CASSANDRA-16969-copyright-check-4.6.x URL: https://github.com/apache/cassandra-java-driver/pull/1771 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

Re: [PR] CASSANDRA-16969-copyright-check-4.11.x [cassandra-java-driver]

2024-02-20 Thread via GitHub
absurdfarce commented on PR #1763: URL: https://github.com/apache/cassandra-java-driver/pull/1763#issuecomment-1954949434 Closing based on quick conversation with @Claudenw -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] CASSANDRA-18969 - added missing license headers [4.x] [cassandra-java-driver]

2024-02-20 Thread via GitHub
absurdfarce commented on PR #1758: URL: https://github.com/apache/cassandra-java-driver/pull/1758#issuecomment-1954950405 Closing based on quick conversation with @Claudenw -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] CASSANDRA-16969 4.12.x license check [cassandra-java-driver]

2024-02-20 Thread via GitHub
absurdfarce closed pull request #1764: CASSANDRA-16969 4.12.x license check URL: https://github.com/apache/cassandra-java-driver/pull/1764 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

Re: [PR] CASSANDRA-18969 headers [4.1.0_fixes] [cassandra-java-driver]

2024-02-20 Thread via GitHub
absurdfarce commented on PR #1759: URL: https://github.com/apache/cassandra-java-driver/pull/1759#issuecomment-1954950233 Closing based on quick conversation with @Claudenw -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] CASSANDRA-16969-copyright-check-4.3.0_fixes [cassandra-java-driver]

2024-02-20 Thread via GitHub
absurdfarce closed pull request #1767: CASSANDRA-16969-copyright-check-4.3.0_fixes URL: https://github.com/apache/cassandra-java-driver/pull/1767 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

Re: [PR] CASSANDRA-18969 - added missing license headers [4.x] [cassandra-java-driver]

2024-02-20 Thread via GitHub
absurdfarce closed pull request #1758: CASSANDRA-18969 - added missing license headers [4.x] URL: https://github.com/apache/cassandra-java-driver/pull/1758 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

Re: [PR] CASSANDRA-16969-copyright-check-4.1.0_fixes [cassandra-java-driver]

2024-02-20 Thread via GitHub
absurdfarce closed pull request #1762: CASSANDRA-16969-copyright-check-4.1.0_fixes URL: https://github.com/apache/cassandra-java-driver/pull/1762 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

Re: [PR] CASSANDRA-16969-copyright-check-4.1.0_fixes [cassandra-java-driver]

2024-02-20 Thread via GitHub
absurdfarce commented on PR #1762: URL: https://github.com/apache/cassandra-java-driver/pull/1762#issuecomment-1954949590 Closing based on quick conversation with @Claudenw -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] CASSANDRA-18969 headers [4.1.0_fixes] [cassandra-java-driver]

2024-02-20 Thread via GitHub
absurdfarce closed pull request #1759: CASSANDRA-18969 headers [4.1.0_fixes] URL: https://github.com/apache/cassandra-java-driver/pull/1759 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

Re: [PR] CASSANDRA-16969 4.12.x license check [cassandra-java-driver]

2024-02-20 Thread via GitHub
absurdfarce commented on PR #1764: URL: https://github.com/apache/cassandra-java-driver/pull/1764#issuecomment-1954949173 Closing based on quick conversation with @Claudenw -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] CASSANDRA-16969-copyright-check-4.11.x [cassandra-java-driver]

2024-02-20 Thread via GitHub
absurdfarce closed pull request #1763: CASSANDRA-16969-copyright-check-4.11.x URL: https://github.com/apache/cassandra-java-driver/pull/1763 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

Re: [PR] CASSANDRA-18969 - added missing copyrights [4.x] [cassandra-java-driver]

2024-02-20 Thread via GitHub
absurdfarce closed pull request #1742: CASSANDRA-18969 - added missing copyrights [4.x] URL: https://github.com/apache/cassandra-java-driver/pull/1742 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

Re: [PR] CASSANDRA-18969 - added missing copyrights [4.x] [cassandra-java-driver]

2024-02-20 Thread via GitHub
absurdfarce commented on PR #1742: URL: https://github.com/apache/cassandra-java-driver/pull/1742#issuecomment-1954950669 Closing based on quick conversation with @Claudenw -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] CASSANDRA-16969-copyright-check-4.2.x [cassandra-java-driver]

2024-02-20 Thread via GitHub
absurdfarce closed pull request #1765: CASSANDRA-16969-copyright-check-4.2.x URL: https://github.com/apache/cassandra-java-driver/pull/1765 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

Re: [PR] CASSANDRA-16969 4.5.x license check [cassandra-java-driver]

2024-02-20 Thread via GitHub
absurdfarce closed pull request #1782: CASSANDRA-16969 4.5.x license check URL: https://github.com/apache/cassandra-java-driver/pull/1782 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

Re: [PR] CASSANDRA-16969 4.5.x license check [cassandra-java-driver]

2024-02-20 Thread via GitHub
absurdfarce commented on PR #1782: URL: https://github.com/apache/cassandra-java-driver/pull/1782#issuecomment-1954942951 Closing based on quick conversation with @Claudenw -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] CASSANDRA-16969 4.3.0 fixes license check [cassandra-java-driver]

2024-02-20 Thread via GitHub
absurdfarce closed pull request #1778: CASSANDRA-16969 4.3.0 fixes license check URL: https://github.com/apache/cassandra-java-driver/pull/1778 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

Re: [PR] CASSANDRA-16969 4.3.x license check [cassandra-java-driver]

2024-02-20 Thread via GitHub
absurdfarce closed pull request #1779: CASSANDRA-16969 4.3.x license check URL: https://github.com/apache/cassandra-java-driver/pull/1779 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

Re: [PR] CASSANDRA-16969 4.3.x license check [cassandra-java-driver]

2024-02-20 Thread via GitHub
absurdfarce commented on PR #1779: URL: https://github.com/apache/cassandra-java-driver/pull/1779#issuecomment-1954943972 Closing based on quick conversation with @Claudenw -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] CASSANDRA-16969 4.4.0 fixes license check [cassandra-java-driver]

2024-02-20 Thread via GitHub
absurdfarce commented on PR #1780: URL: https://github.com/apache/cassandra-java-driver/pull/1780#issuecomment-1954943594 Closing based on quick conversation with @Claudenw -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] CASSANDRA-16969 4.4.0 fixes license check [cassandra-java-driver]

2024-02-20 Thread via GitHub
absurdfarce closed pull request #1780: CASSANDRA-16969 4.4.0 fixes license check URL: https://github.com/apache/cassandra-java-driver/pull/1780 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

Re: [PR] CASSANDRA-16969 4.5.0 fixes license check [cassandra-java-driver]

2024-02-20 Thread via GitHub
absurdfarce closed pull request #1781: CASSANDRA-16969 4.5.0 fixes license check URL: https://github.com/apache/cassandra-java-driver/pull/1781 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

Re: [PR] CASSANDRA-16969 4.5.0 fixes license check [cassandra-java-driver]

2024-02-20 Thread via GitHub
absurdfarce commented on PR #1781: URL: https://github.com/apache/cassandra-java-driver/pull/1781#issuecomment-1954943216 Closing based on quick conversation with @Claudenw -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] CASSANDRA-16969 4.2.x license check [cassandra-java-driver]

2024-02-20 Thread via GitHub
absurdfarce closed pull request #1777: CASSANDRA-16969 4.2.x license check URL: https://github.com/apache/cassandra-java-driver/pull/1777 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

Re: [PR] CASSANDRA-16969 4.2.x license check [cassandra-java-driver]

2024-02-20 Thread via GitHub
absurdfarce commented on PR #1777: URL: https://github.com/apache/cassandra-java-driver/pull/1777#issuecomment-1954944966 Closing based on quick conversation with @Claudenw -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] CASSANDRA-16969 4.3.0 fixes license check [cassandra-java-driver]

2024-02-20 Thread via GitHub
absurdfarce commented on PR #1778: URL: https://github.com/apache/cassandra-java-driver/pull/1778#issuecomment-1954944379 Closing based on quick conversation with @Claudenw -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] CASSANDRA-16969 4.6.1 fixes license check [cassandra-java-driver]

2024-02-20 Thread via GitHub
absurdfarce closed pull request #1783: CASSANDRA-16969 4.6.1 fixes license check URL: https://github.com/apache/cassandra-java-driver/pull/1783 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

Re: [PR] CASSANDRA-16969 4.6.1 fixes license check [cassandra-java-driver]

2024-02-20 Thread via GitHub
absurdfarce commented on PR #1783: URL: https://github.com/apache/cassandra-java-driver/pull/1783#issuecomment-1954942724 Closing based on quick conversation with @Claudenw -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] CASSANDRA-16969-copyright-check-4.5.x [cassandra-java-driver]

2024-02-20 Thread via GitHub
absurdfarce closed pull request #1769: CASSANDRA-16969-copyright-check-4.5.x URL: https://github.com/apache/cassandra-java-driver/pull/1769 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

Re: [PR] CASSANDRA-16969-copyright-check-4.5.x [cassandra-java-driver]

2024-02-20 Thread via GitHub
absurdfarce commented on PR #1769: URL: https://github.com/apache/cassandra-java-driver/pull/1769#issuecomment-1954948108 Closing based on quick conversation with @Claudenw -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] CASSANDRA-16969-copyright-check-4.6.x [cassandra-java-driver]

2024-02-20 Thread via GitHub
absurdfarce commented on PR #1771: URL: https://github.com/apache/cassandra-java-driver/pull/1771#issuecomment-1954947594 Closing based on quick conversation with @Claudenw -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

<    1   2   3   4   5   6   7   8   9   10   >