[jira] [Commented] (CASSANDRA-19124) Test failure: ConsistentBootstrapTest#coordinatorIsBehindTest

2023-12-07 Thread Alex Petrov (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17794560#comment-17794560 ] Alex Petrov commented on CASSANDRA-19124: - I think the root cause is the same as

[jira] [Updated] (CASSANDRA-19125) Investigate increased memory usage in tests with TCM

2023-12-07 Thread Marcus Eriksson (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcus Eriksson updated CASSANDRA-19125: Attachment: ci_summary.html result_details.tar.gz >

[jira] [Updated] (CASSANDRA-19125) Investigate increased memory usage in tests with TCM

2023-12-07 Thread Marcus Eriksson (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcus Eriksson updated CASSANDRA-19125: Test and Documentation Plan: ci run Status: Patch

[jira] [Updated] (CASSANDRA-19125) Investigate increased memory usage in tests with TCM

2023-12-07 Thread Marcus Eriksson (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcus Eriksson updated CASSANDRA-19125: Change Category: Quality Assurance Complexity: Normal

[jira] [Commented] (CASSANDRA-19126) Streaming appears to be incompatible with different storage_compatibility_mode settings

2023-12-07 Thread Jacek Lewandowski (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17794551#comment-17794551 ] Jacek Lewandowski commented on CASSANDRA-19126: --- I doubt this is the best time to

[jira] [Commented] (CASSANDRA-19094) Test Failure: org.apache.cassandra.simulator.test.HarrySimulatorTest.harryTest

2023-12-07 Thread Alex Petrov (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17794550#comment-17794550 ] Alex Petrov commented on CASSANDRA-19094: - Trunk PR > Test Failure:

[jira] [Updated] (CASSANDRA-19094) Test Failure: org.apache.cassandra.simulator.test.HarrySimulatorTest.harryTest

2023-12-07 Thread Alex Petrov (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Petrov updated CASSANDRA-19094: Bug Category: Parent values: Degradation(12984)Level 1 values: Other

[jira] [Updated] (CASSANDRA-19094) Test Failure: org.apache.cassandra.simulator.test.HarrySimulatorTest.harryTest

2023-12-07 Thread Alex Petrov (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Petrov updated CASSANDRA-19094: Attachment: ci_summary.html result_details.tar.gz > Test Failure:

[jira] [Updated] (CASSANDRA-19094) Test Failure: org.apache.cassandra.simulator.test.HarrySimulatorTest.harryTest

2023-12-07 Thread Alex Petrov (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Petrov updated CASSANDRA-19094: Test and Documentation Plan: Covered by existing tests

[jira] [Updated] (CASSANDRA-19058) Test Failure: org.apache.cassandra.simulator.test.ShortPaxosSimulationTest.simulationTest-_jdk11

2023-12-07 Thread Alex Petrov (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Petrov updated CASSANDRA-19058: Test and Documentation Plan: Covered by existing tests

[jira] [Comment Edited] (CASSANDRA-19126) Streaming appears to be incompatible with different storage_compatibility_mode settings

2023-12-07 Thread Jacek Lewandowski (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17794298#comment-17794298 ] Jacek Lewandowski edited comment on CASSANDRA-19126 at 12/8/23 7:02 AM:

Re: [PR] CASSANDRA-19031: Fix bulk writing when using identifiers that need quotes [cassandra-analytics]

2023-12-07 Thread via GitHub
frankgh commented on PR #20: URL: https://github.com/apache/cassandra-analytics/pull/20#issuecomment-1846610941 > lgtm overall. A few nits. Feel free to ignore. Thanks for the review. I've addressed your comments. -- This is an automated message from the Apache Git Service. To

Re: [PR] CASSANDRA-19031: Fix bulk writing when using identifiers that need quotes [cassandra-analytics]

2023-12-07 Thread via GitHub
frankgh commented on code in PR #20: URL: https://github.com/apache/cassandra-analytics/pull/20#discussion_r1419972095 ## cassandra-analytics-core/src/test/java/org/apache/cassandra/spark/bulkwriter/TableSchemaTest.java: ## @@ -231,4 +234,10 @@ private

Re: [PR] CASSANDRA-19031: Fix bulk writing when using identifiers that need quotes [cassandra-analytics]

2023-12-07 Thread via GitHub
frankgh commented on code in PR #20: URL: https://github.com/apache/cassandra-analytics/pull/20#discussion_r1419970047 ## cassandra-analytics-integration-tests/src/test/java/org/apache/cassandra/analytics/QuoteIdentifiersWriteTest.java: ## @@ -0,0 +1,171 @@ +/* + * Licensed to

Re: [PR] CASSANDRA-19031: Fix bulk writing when using identifiers that need quotes [cassandra-analytics]

2023-12-07 Thread via GitHub
frankgh commented on code in PR #20: URL: https://github.com/apache/cassandra-analytics/pull/20#discussion_r1419969685 ## cassandra-analytics-core/src/main/java/org/apache/cassandra/spark/bulkwriter/CassandraClusterInfo.java: ## @@ -535,6 +548,15 @@ protected boolean

Re: [PR] CASSANDRA-19031: Fix bulk writing when using identifiers that need quotes [cassandra-analytics]

2023-12-07 Thread via GitHub
yifan-c commented on code in PR #20: URL: https://github.com/apache/cassandra-analytics/pull/20#discussion_r1419958662 ## cassandra-analytics-core/src/test/java/org/apache/cassandra/spark/bulkwriter/TableSchemaTest.java: ## @@ -231,4 +234,10 @@ private

[jira] [Updated] (CASSANDRA-18232) Write docs for CEP-26 Unified Compaction Strategy (UCS)

2023-12-07 Thread Lorina Poland (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-18232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lorina Poland updated CASSANDRA-18232: -- Test and Documentation Plan: n/a Status: Patch Available

[jira] [Updated] (CASSANDRA-18232) Write docs for CEP-26 Unified Compaction Strategy (UCS)

2023-12-07 Thread Lorina Poland (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-18232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lorina Poland updated CASSANDRA-18232: -- Status: Needs Committer (was: Patch Available) > Write docs for CEP-26 Unified

[PR] Remove write option VALIDATE_SSTABLES to enforce validation [cassandra-analytics]

2023-12-07 Thread via GitHub
jyothsnakonisa opened a new pull request, #24: URL: https://github.com/apache/cassandra-analytics/pull/24 (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. To

Re: [PR] Cassandra 18852: Make bulk writer resilient to cluster resize events [cassandra-analytics]

2023-12-07 Thread via GitHub
arjunashok commented on code in PR #17: URL: https://github.com/apache/cassandra-analytics/pull/17#discussion_r1419770583 ## cassandra-analytics-integration-tests/src/test/java/org/apache/cassandra/analytics/ResiliencyTestBase.java: ## @@ -0,0 +1,501 @@ +/* + * Licensed to the

Re: [PR] Cassandra 18852: Make bulk writer resilient to cluster resize events [cassandra-analytics]

2023-12-07 Thread via GitHub
arjunashok commented on code in PR #17: URL: https://github.com/apache/cassandra-analytics/pull/17#discussion_r1419767330 ## cassandra-analytics-integration-framework/src/main/java/org/apache/cassandra/sidecar/testing/IntegrationTestBase.java: ## @@ -231,4 +273,84 @@ protected

Re: [PR] CASSANDRA-19031: Fix bulk writing when using identifiers that need quotes [cassandra-analytics]

2023-12-07 Thread via GitHub
frankgh commented on code in PR #20: URL: https://github.com/apache/cassandra-analytics/pull/20#discussion_r1419765509 ## cassandra-analytics-core/src/main/java/org/apache/cassandra/spark/bulkwriter/CassandraClusterInfo.java: ## @@ -535,6 +548,15 @@ protected boolean

(cassandra-website) branch asf-site updated (3c2f600d -> 30faf9e4)

2023-12-07 Thread mck
This is an automated email from the ASF dual-hosted git repository. mck pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/cassandra-website.git discard 3c2f600d generate docs for afd7ef66 add 248a060d Adding blog post and text update to Catalyst page

Re: [PR] Cassandra 18852: Make bulk writer resilient to cluster resize events [cassandra-analytics]

2023-12-07 Thread via GitHub
arjunashok commented on code in PR #17: URL: https://github.com/apache/cassandra-analytics/pull/17#discussion_r1419760670 ## cassandra-analytics-integration-tests/src/test/java/org/apache/cassandra/analytics/ResiliencyTestBase.java: ## @@ -0,0 +1,384 @@ +/* + * Licensed to the

[jira] [Updated] (CASSANDRA-19095) Test Failure: org.apache.cassandra.index.sai.cql.VectorSegmentationTest.testMultipleSegmentsForCompaction

2023-12-07 Thread Ekaterina Dimitrova (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ekaterina Dimitrova updated CASSANDRA-19095: Fix Version/s: 5.0-rc 5.x

[jira] [Updated] (CASSANDRA-19095) Test Failure: org.apache.cassandra.index.sai.cql.VectorSegmentationTest.testMultipleSegmentsForCompaction

2023-12-07 Thread Ekaterina Dimitrova (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ekaterina Dimitrova updated CASSANDRA-19095: Bug Category: Parent values: Correctness(12982)Level 1 values: Test

[jira] [Commented] (CASSANDRA-19095) Test Failure: org.apache.cassandra.index.sai.cql.VectorSegmentationTest.testMultipleSegmentsForCompaction

2023-12-07 Thread Ekaterina Dimitrova (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17794472#comment-17794472 ] Ekaterina Dimitrova commented on CASSANDRA-19095: - Known issue from CASSANDRA-18715.

(cassandra-java-driver) branch 4.x updated: Remove distributionManagement, the apache parent defines this for us

2023-12-07 Thread mck
This is an automated email from the ASF dual-hosted git repository. mck pushed a commit to branch 4.x in repository https://gitbox.apache.org/repos/asf/cassandra-java-driver.git The following commit(s) were added to refs/heads/4.x by this push: new 346cab5b3 Remove distributionManagement,

svn commit: r65931 - in /dev/cassandra/cassandra-java-driver: ./ 4.18.0/

2023-12-07 Thread mck
Author: mck Date: Thu Dec 7 23:14:00 2023 New Revision: 65931 Log: Cassandra Java Driver 4.18.0 Added: dev/cassandra/cassandra-java-driver/4.18.0/ dev/cassandra/cassandra-java-driver/4.18.0/apache-cassandra-java-driver-4.18.0-source.tar.gz - copied unchanged from r65930,

[jira] [Updated] (CASSANDRA-19182) IR may leak SSTables with pending repair when coming from streaming

2023-12-07 Thread David Capwell (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Capwell updated CASSANDRA-19182: -- Bug Category: Parent values: Correctness(12982)Level 1 values: Recoverable

svn commit: r65930 - /dev/cassandra/cassandra-java-driver/

2023-12-07 Thread mck
Author: mck Date: Thu Dec 7 23:09:57 2023 New Revision: 65930 Log: Cassandra Java Driver 4.18.0 Added: dev/cassandra/cassandra-java-driver/apache-cassandra-java-driver-4.18.0-source.tar.gz (with props)

[jira] [Updated] (CASSANDRA-18902) Test failure: org.apache.cassandra.distributed.test.MigrationCoordinatorTest.explicitEndpointIgnore

2023-12-07 Thread Ekaterina Dimitrova (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-18902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ekaterina Dimitrova updated CASSANDRA-18902: Reviewers: Ekaterina Dimitrova > Test failure: >

(cassandra-website) branch asf-staging updated (32d38213 -> 30faf9e4)

2023-12-07 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository. git-site-role pushed a change to branch asf-staging in repository https://gitbox.apache.org/repos/asf/cassandra-website.git discard 32d38213 generate docs for afd7ef66 add 248a060d Adding blog post and text update to

svn commit: r65929 - /dev/cassandra/cassandra-java-driver/

2023-12-07 Thread mck
Author: mck Date: Thu Dec 7 23:04:26 2023 New Revision: 65929 Log: Cassandra Java Driver 4.18.0 Added: dev/cassandra/cassandra-java-driver/ - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional

[jira] [Commented] (CASSANDRA-19178) Cluster upgrade 3.x -> 4.x fails due to IP change

2023-12-07 Thread Aldo (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17794463#comment-17794463 ] Aldo commented on CASSANDRA-19178: -- {quote}One way out may be to add a new node to the cluster that

(cassandra-website) branch trunk updated: Adding blog post and text update to Catalyst page

2023-12-07 Thread mck
This is an automated email from the ASF dual-hosted git repository. mck pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra-website.git The following commit(s) were added to refs/heads/trunk by this push: new 248a060d Adding blog post and text update

(cassandra-java-driver) branch 4.x updated (105d378fc -> 7637a5b24)

2023-12-07 Thread mck
This is an automated email from the ASF dual-hosted git repository. mck pushed a change to branch 4.x in repository https://gitbox.apache.org/repos/asf/cassandra-java-driver.git from 105d378fc [maven-release-plugin] prepare release 4.18.0 add 7637a5b24 [maven-release-plugin] prepare

(cassandra-java-driver) annotated tag 4.18.0 updated (105d378fc -> 120205565)

2023-12-07 Thread mck
This is an automated email from the ASF dual-hosted git repository. mck pushed a change to annotated tag 4.18.0 in repository https://gitbox.apache.org/repos/asf/cassandra-java-driver.git *** WARNING: tag 4.18.0 was modified! *** from 105d378fc (commit) to 120205565 (tag) tagging

(cassandra-java-driver) branch 4.x updated (f11622308 -> 105d378fc)

2023-12-07 Thread mck
This is an automated email from the ASF dual-hosted git repository. mck pushed a change to branch 4.x in repository https://gitbox.apache.org/repos/asf/cassandra-java-driver.git from f11622308 Compliance changes for generated source and binary distributable tarballs add 105d378fc

[jira] [Assigned] (CASSANDRA-18970) Cut ASF releases for cassandra-java-driver 3.x and 4.x

2023-12-07 Thread Michael Semb Wever (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-18970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Semb Wever reassigned CASSANDRA-18970: -- Assignee: Michael Semb Wever (was: Henry Hughes) > Cut ASF

[jira] [Commented] (CASSANDRA-18969) Pre-release required legal changes for cassandra-java-driver

2023-12-07 Thread Michael Semb Wever (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-18969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17794457#comment-17794457 ] Michael Semb Wever commented on CASSANDRA-18969: latest commit

(cassandra-java-driver) branch 4.x updated (12e3e3ea0 -> f11622308)

2023-12-07 Thread mck
This is an automated email from the ASF dual-hosted git repository. mck pushed a change to branch 4.x in repository https://gitbox.apache.org/repos/asf/cassandra-java-driver.git from 12e3e3ea0 Add LICENSE and NOTICE.txt/NOTICE_binary to published jars LICENSE + NOTICE.txt is added to

Re: [PR] CASSANDRA-18969: source files missing from sources jars due to maven … [cassandra-java-driver]

2023-12-07 Thread via GitHub
michaelsembwever commented on PR #1900: URL: https://github.com/apache/cassandra-java-driver/pull/1900#issuecomment-1846206126 Committed with some small addition changes as https://github.com/apache/cassandra-java-driver/commit/f11622308d031bf85047c4811e737aeb6ae236e9 -- This is an

Re: [PR] CASSANDRA-18969: source files missing from sources jars due to maven … [cassandra-java-driver]

2023-12-07 Thread via GitHub
michaelsembwever closed pull request #1900: CASSANDRA-18969: source files missing from sources jars due to maven … URL: https://github.com/apache/cassandra-java-driver/pull/1900 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[jira] [Commented] (CASSANDRA-19178) Cluster upgrade 3.x -> 4.x fails due to IP change

2023-12-07 Thread Brandon Williams (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17794449#comment-17794449 ] Brandon Williams commented on CASSANDRA-19178: -- One way out may be to add a new node to

[jira] [Commented] (CASSANDRA-18839) Catch SSLHandshakeExceptions exceptions

2023-12-07 Thread Stefan Miklosovic (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-18839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17794446#comment-17794446 ] Stefan Miklosovic commented on CASSANDRA-18839: --- Thank you for your contribution! I am

[jira] [Comment Edited] (CASSANDRA-19178) Cluster upgrade 3.x -> 4.x fails due to IP change

2023-12-07 Thread Brandon Williams (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17794439#comment-17794439 ] Brandon Williams edited comment on CASSANDRA-19178 at 12/7/23 9:31 PM:

[jira] [Commented] (CASSANDRA-19178) Cluster upgrade 3.x -> 4.x fails due to IP change

2023-12-07 Thread Brandon Williams (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17794439#comment-17794439 ] Brandon Williams commented on CASSANDRA-19178: -- Yes, you can make the seed provider

[jira] [Commented] (CASSANDRA-19178) Cluster upgrade 3.x -> 4.x fails due to IP change

2023-12-07 Thread Aldo (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17794434#comment-17794434 ] Aldo commented on CASSANDRA-19178: -- {quote}Is the seed list on cassandra9 up to date with

[jira] [Commented] (CASSANDRA-19178) Cluster upgrade 3.x -> 4.x fails due to IP change

2023-12-07 Thread Aldo (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17794431#comment-17794431 ] Aldo commented on CASSANDRA-19178: -- Unfortunately the answer is no: cassandra7 just restarted and

[jira] [Commented] (CASSANDRA-19178) Cluster upgrade 3.x -> 4.x fails due to IP change

2023-12-07 Thread Brandon Williams (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17794429#comment-17794429 ] Brandon Williams commented on CASSANDRA-19178: -- bq. the 4.x node (cassandra7) just sees

[jira] [Commented] (CASSANDRA-19178) Cluster upgrade 3.x -> 4.x fails due to IP change

2023-12-07 Thread Aldo (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17794427#comment-17794427 ] Aldo commented on CASSANDRA-19178: -- I read carefully the code of _IncomingTcpConnection.java_

[jira] [Updated] (CASSANDRA-19016) CEP-15: (C*) per-table transactional configuration

2023-12-07 Thread Blake Eggleston (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Blake Eggleston updated CASSANDRA-19016: Change Category: Operability Complexity: Normal Fix Version/s:

[jira] [Commented] (CASSANDRA-18902) Test failure: org.apache.cassandra.distributed.test.MigrationCoordinatorTest.explicitEndpointIgnore

2023-12-07 Thread Jacek Lewandowski (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-18902?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17794413#comment-17794413 ] Jacek Lewandowski commented on CASSANDRA-18902: ---

[jira] [Commented] (CASSANDRA-16895) Build with Java 17

2023-12-07 Thread Ekaterina Dimitrova (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-16895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17794412#comment-17794412 ] Ekaterina Dimitrova commented on CASSANDRA-16895: - Pending closure of the epic on 

[jira] [Updated] (CASSANDRA-19031) [Analytics] Fix bulk writing when using identifiers that need quotes

2023-12-07 Thread Francisco Guerrero (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Francisco Guerrero updated CASSANDRA-19031: --- Test and Documentation Plan: Added unit and integration tests validating

Re: [PR] Cassandra 18852: Make bulk writer resilient to cluster resize events [cassandra-analytics]

2023-12-07 Thread via GitHub
yifan-c commented on code in PR #17: URL: https://github.com/apache/cassandra-analytics/pull/17#discussion_r1419342286 ## cassandra-analytics-integration-tests/src/test/java/org/apache/cassandra/analytics/expansion/JoiningDoubleClusterTest.java: ## @@ -0,0 +1,194 @@ +/* + *

[jira] [Comment Edited] (CASSANDRA-18796) Optionally fail when a non-partition-restricted query is issued against a storage-attached index with a backing table using LCS

2023-12-07 Thread Stefan Miklosovic (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-18796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17794117#comment-17794117 ] Stefan Miklosovic edited comment on CASSANDRA-18796 at 12/7/23 6:24 PM:

[jira] [Assigned] (CASSANDRA-19058) Test Failure: org.apache.cassandra.simulator.test.ShortPaxosSimulationTest.simulationTest-_jdk11

2023-12-07 Thread Sam Tunnicliffe (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sam Tunnicliffe reassigned CASSANDRA-19058: --- Assignee: Alex Petrov (was: Sam Tunnicliffe) > Test Failure: >

Re: [PR] CASSANDRA-19024 Fix bulk reading when using identifiers that need quotes [cassandra-analytics]

2023-12-07 Thread via GitHub
frankgh closed pull request #19: CASSANDRA-19024 Fix bulk reading when using identifiers that need quotes URL: https://github.com/apache/cassandra-analytics/pull/19 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] CASSANDRA-19024 Fix bulk reading when using identifiers that need quotes [cassandra-analytics]

2023-12-07 Thread via GitHub
frankgh commented on PR #19: URL: https://github.com/apache/cassandra-analytics/pull/19#issuecomment-1845780320 Closed via https://github.com/apache/cassandra-analytics/commit/457b36bcb3c8a865cca83ca6c402246798113ab4 -- This is an automated message from the Apache Git Service. To

[jira] [Updated] (CASSANDRA-19024) [Analytics] Fix bulk reading when using identifiers that need quotes

2023-12-07 Thread Francisco Guerrero (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Francisco Guerrero updated CASSANDRA-19024: --- Fix Version/s: NA Since Version: NA Source Control

[jira] [Updated] (CASSANDRA-19024) [Analytics] Fix bulk reading when using identifiers that need quotes

2023-12-07 Thread Francisco Guerrero (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Francisco Guerrero updated CASSANDRA-19024: --- Status: Ready to Commit (was: Review In Progress) > [Analytics] Fix

[jira] [Updated] (CASSANDRA-19169) Don't NPE when initializing CFSs for local system keyspaces with UCS

2023-12-07 Thread Sam Tunnicliffe (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sam Tunnicliffe updated CASSANDRA-19169: Since Version: NA Source Control Link:

[jira] [Updated] (CASSANDRA-19024) [Analytics] Fix bulk reading when using identifiers that need quotes

2023-12-07 Thread Yifan Cai (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yifan Cai updated CASSANDRA-19024: -- Reviewers: Yifan Cai (was: Yifan Cai, Yifan Cai) > [Analytics] Fix bulk reading when

[jira] [Updated] (CASSANDRA-19171) Test Failure: org.apache.cassandra.locator.PropertyFileSnitchTest.configContainsRemoteConfig-cdc_jdk17_x86_64

2023-12-07 Thread Sam Tunnicliffe (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sam Tunnicliffe updated CASSANDRA-19171: Since Version: NA Source Control Link:

[jira] [Updated] (CASSANDRA-19102) Test Failure: org.apache.cassandra.distributed.test.ReadRepairTest#readRepairRTRangeMovementTest

2023-12-07 Thread Sam Tunnicliffe (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sam Tunnicliffe updated CASSANDRA-19102: Since Version: NA Source Control Link:

[jira] [Updated] (CASSANDRA-19072) Test failure: org.apache.cassandra.distributed.test.log.FetchLogFromPeersTest.catchupCoordinatorAheadPlacementsReadTest-_jdk11

2023-12-07 Thread Sam Tunnicliffe (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19072?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sam Tunnicliffe updated CASSANDRA-19072: Since Version: NA Source Control Link:

(cassandra) 01/04: Avoid NPEs when initializing CFSs from local keyspaces before ClusterMetadata is available

2023-12-07 Thread samt
This is an automated email from the ASF dual-hosted git repository. samt pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra.git commit 8d6d1774e4008263bb381ae9d6b14b8f10f12fca Author: Sam Tunnicliffe AuthorDate: Tue Dec 5 12:54:05 2023 + Avoid

(cassandra) 02/04: Update expected error message which is too specific

2023-12-07 Thread samt
This is an automated email from the ASF dual-hosted git repository. samt pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra.git commit 28630ccbbf48a484284c0e7a9a6a7aa097136af0 Author: Sam Tunnicliffe AuthorDate: Tue Dec 5 17:03:24 2023 + Update

(cassandra) 03/04: Fix potential for unintended address clash in test case

2023-12-07 Thread samt
This is an automated email from the ASF dual-hosted git repository. samt pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra.git commit b4701177335216fc6131b9303cfe926da9016129 Author: Sam Tunnicliffe AuthorDate: Wed Dec 6 09:10:26 2023 + Fix

(cassandra) 04/04: Fix FetchLogFromPeersTest with vnodes

2023-12-07 Thread samt
This is an automated email from the ASF dual-hosted git repository. samt pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra.git commit 1df9148ed177ddefd5ffae893756944661419464 Author: Sam Tunnicliffe AuthorDate: Wed Dec 6 14:14:24 2023 + Fix

(cassandra) branch trunk updated (a75814c8f4 -> 1df9148ed1)

2023-12-07 Thread samt
This is an automated email from the ASF dual-hosted git repository. samt pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra.git from a75814c8f4 Merge branch 'cassandra-5.0' into trunk new 8d6d1774e4 Avoid NPEs when initializing CFSs from local

[jira] [Commented] (CASSANDRA-19072) Test failure: org.apache.cassandra.distributed.test.log.FetchLogFromPeersTest.catchupCoordinatorAheadPlacementsReadTest-_jdk11

2023-12-07 Thread Sam Tunnicliffe (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17794356#comment-17794356 ] Sam Tunnicliffe commented on CASSANDRA-19072: - I've switched the two newly modified

[jira] [Commented] (CASSANDRA-19024) [Analytics] Fix bulk reading when using identifiers that need quotes

2023-12-07 Thread Yifan Cai (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19024?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17794357#comment-17794357 ] Yifan Cai commented on CASSANDRA-19024: --- +1 on the patch. > [Analytics] Fix bulk reading

[jira] [Updated] (CASSANDRA-19024) [Analytics] Fix bulk reading when using identifiers that need quotes

2023-12-07 Thread Yifan Cai (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yifan Cai updated CASSANDRA-19024: -- Reviewers: Yifan Cai, Yifan Cai Status: Review In Progress (was: Patch Available)

[jira] [Assigned] (CASSANDRA-19094) Test Failure: org.apache.cassandra.simulator.test.HarrySimulatorTest.harryTest

2023-12-07 Thread Alex Petrov (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Petrov reassigned CASSANDRA-19094: --- Assignee: Alex Petrov > Test Failure:

[jira] [Commented] (CASSANDRA-19169) Don't NPE when initializing CFSs for local system keyspaces with UCS

2023-12-07 Thread Sam Tunnicliffe (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17794354#comment-17794354 ] Sam Tunnicliffe commented on CASSANDRA-19169: - yep, definitely and

[jira] [Commented] (CASSANDRA-19072) Test failure: org.apache.cassandra.distributed.test.log.FetchLogFromPeersTest.catchupCoordinatorAheadPlacementsReadTest-_jdk11

2023-12-07 Thread Alex Petrov (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17794347#comment-17794347 ] Alex Petrov commented on CASSANDRA-19072: - I haven't realised your approach would also

[jira] [Updated] (CASSANDRA-19072) Test failure: org.apache.cassandra.distributed.test.log.FetchLogFromPeersTest.catchupCoordinatorAheadPlacementsReadTest-_jdk11

2023-12-07 Thread Alex Petrov (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19072?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Petrov updated CASSANDRA-19072: Reviewers: Alex Petrov, Alex Petrov Alex Petrov, Alex Petrov (was:

[jira] [Updated] (CASSANDRA-19072) Test failure: org.apache.cassandra.distributed.test.log.FetchLogFromPeersTest.catchupCoordinatorAheadPlacementsReadTest-_jdk11

2023-12-07 Thread Alex Petrov (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19072?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Petrov updated CASSANDRA-19072: Status: Ready to Commit (was: Review In Progress) > Test failure: >

[jira] [Commented] (CASSANDRA-19072) Test failure: org.apache.cassandra.distributed.test.log.FetchLogFromPeersTest.catchupCoordinatorAheadPlacementsReadTest-_jdk11

2023-12-07 Thread Sam Tunnicliffe (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17794344#comment-17794344 ] Sam Tunnicliffe commented on CASSANDRA-19072: - I used the same approach as

[jira] [Commented] (CASSANDRA-19173) Test Failure: dtest-novnode.cqlsh_tests.test_cqlsh_copy.TestCqlshCopy.test_round_trip_with_sub_second_precision

2023-12-07 Thread Brandon Williams (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17794340#comment-17794340 ] Brandon Williams commented on CASSANDRA-19173: -- I haven't been able to reproduce this

[jira] [Commented] (CASSANDRA-19104) Standardize tablestats formatting and data units

2023-12-07 Thread Leo Toff (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17794334#comment-17794334 ] Leo Toff commented on CASSANDRA-19104: -- [~bschoeni] Yeah, some questionable marketing tricks

[jira] [Updated] (CASSANDRA-19163) Test Failure: org.apache.cassandra.db.DiskBoundaryManagerTest.alterKeyspaceTest-cdc_jdk17_x86_64

2023-12-07 Thread Alex Petrov (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Petrov updated CASSANDRA-19163: Resolution: Duplicate Status: Resolved (was: Open) > Test Failure: >

[jira] [Commented] (CASSANDRA-19163) Test Failure: org.apache.cassandra.db.DiskBoundaryManagerTest.alterKeyspaceTest-cdc_jdk17_x86_64

2023-12-07 Thread Alex Petrov (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17794310#comment-17794310 ] Alex Petrov commented on CASSANDRA-19163: - Test is different, but I believe the root cause

[jira] [Updated] (CASSANDRA-19171) Test Failure: org.apache.cassandra.locator.PropertyFileSnitchTest.configContainsRemoteConfig-cdc_jdk17_x86_64

2023-12-07 Thread Alex Petrov (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Petrov updated CASSANDRA-19171: Status: Ready to Commit (was: Review In Progress) +1 > Test Failure: >

[jira] [Updated] (CASSANDRA-19171) Test Failure: org.apache.cassandra.locator.PropertyFileSnitchTest.configContainsRemoteConfig-cdc_jdk17_x86_64

2023-12-07 Thread Alex Petrov (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Petrov updated CASSANDRA-19171: Reviewers: Alex Petrov, Alex Petrov Alex Petrov, Alex Petrov (was:

[jira] [Updated] (CASSANDRA-19169) Don't NPE when initializing CFSs for local system keyspaces with UCS

2023-12-07 Thread Alex Petrov (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Petrov updated CASSANDRA-19169: Reviewers: Alex Petrov, Alex Petrov Alex Petrov, Alex Petrov (was:

[jira] [Updated] (CASSANDRA-19169) Don't NPE when initializing CFSs for local system keyspaces with UCS

2023-12-07 Thread Alex Petrov (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Petrov updated CASSANDRA-19169: Status: Ready to Commit (was: Review In Progress) > Don't NPE when initializing CFSs

[jira] [Updated] (CASSANDRA-18999) Gossiper::hasMajorVersion3Nodes returns true when a cluster is upgrading patch version without Cassandra 3 nodes.

2023-12-07 Thread Isaac Reath (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-18999?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Isaac Reath updated CASSANDRA-18999: Test and Documentation Plan: Added new test cases to GossiperTest.java which validate

[jira] [Commented] (CASSANDRA-18999) Gossiper::hasMajorVersion3Nodes returns true when a cluster is upgrading patch version without Cassandra 3 nodes.

2023-12-07 Thread Isaac Reath (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-18999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17794303#comment-17794303 ] Isaac Reath commented on CASSANDRA-18999: - Looks like this function was removed on trunk in

[jira] [Updated] (CASSANDRA-18999) Gossiper::hasMajorVersion3Nodes returns true when a cluster is upgrading patch version without Cassandra 3 nodes.

2023-12-07 Thread Isaac Reath (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-18999?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Isaac Reath updated CASSANDRA-18999: Fix Version/s: (was: 5.x) > Gossiper::hasMajorVersion3Nodes returns true when a

[jira] [Updated] (CASSANDRA-19102) Test Failure: org.apache.cassandra.distributed.test.ReadRepairTest#readRepairRTRangeMovementTest

2023-12-07 Thread Alex Petrov (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Petrov updated CASSANDRA-19102: Status: Ready to Commit (was: Review In Progress) +1, LGTM > Test Failure: >

[jira] [Updated] (CASSANDRA-19102) Test Failure: org.apache.cassandra.distributed.test.ReadRepairTest#readRepairRTRangeMovementTest

2023-12-07 Thread Alex Petrov (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Petrov updated CASSANDRA-19102: Reviewers: Alex Petrov, Alex Petrov Alex Petrov, Alex Petrov (was:

[jira] [Commented] (CASSANDRA-19126) Streaming appears to be incompatible with different storage_compatibility_mode settings

2023-12-07 Thread Jacek Lewandowski (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17794298#comment-17794298 ] Jacek Lewandowski commented on CASSANDRA-19126: --- Reading the exception, it looks like

[jira] [Commented] (CASSANDRA-19072) Test failure: org.apache.cassandra.distributed.test.log.FetchLogFromPeersTest.catchupCoordinatorAheadPlacementsReadTest-_jdk11

2023-12-07 Thread Alex Petrov (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17794299#comment-17794299 ] Alex Petrov commented on CASSANDRA-19072: - Just wondering, why not use `.withoutVNodes();`

Re: [PR] Cassandra 18852: Make bulk writer resilient to cluster resize events [cassandra-analytics]

2023-12-07 Thread via GitHub
yifan-c commented on code in PR #17: URL: https://github.com/apache/cassandra-analytics/pull/17#discussion_r1419125362 ## cassandra-analytics-core/src/test/java/org/apache/cassandra/spark/bulkwriter/RecordWriterTest.java: ## @@ -346,19 +366,22 @@ void writeBuffered()

[jira] [Assigned] (CASSANDRA-19126) Streaming appears to be incompatible with different storage_compatibility_mode settings

2023-12-07 Thread Jacek Lewandowski (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacek Lewandowski reassigned CASSANDRA-19126: - Assignee: Jacek Lewandowski > Streaming appears to be incompatible

[jira] [Assigned] (CASSANDRA-19039) Test failure: org.apache.cassandra.db.commitlog.CommitLogSegmentManagerCDCTest

2023-12-07 Thread Jacek Lewandowski (Jira)
[ https://issues.apache.org/jira/browse/CASSANDRA-19039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacek Lewandowski reassigned CASSANDRA-19039: - Assignee: Jacek Lewandowski > Test failure:

  1   2   >