Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CASSANDRA-15679 Use str instead of bytearray for blobs in copyutil.py 2.2 #509

Closed
wants to merge 3 commits into from

Conversation

Gerrrr
Copy link
Contributor

@Gerrrr Gerrrr commented Apr 2, 2020

@Gerrrr Gerrrr closed this Apr 17, 2020
blambov pushed a commit to blambov/cassandra that referenced this pull request Sep 30, 2022
If a user creates a prepared statement for a table and then enables
the CDC param, the prepared statement must be invalidated.

If we don't invalidate the prepared statement it'll be executed using
the old TableMetadata object and take the non-CDC write path and go
directly to CNDB writers instead of via Pulsar topics.
blambov pushed a commit to blambov/cassandra that referenced this pull request Nov 24, 2022
If a user creates a prepared statement for a table and then enables
the CDC param, the prepared statement must be invalidated.

If we don't invalidate the prepared statement it'll be executed using
the old TableMetadata object and take the non-CDC write path and go
directly to CNDB writers instead of via Pulsar topics.

(cherry picked from commit 1bed2e7)
adelapena pushed a commit to adelapena/cassandra that referenced this pull request Sep 26, 2023
If a user creates a prepared statement for a table and then enables
the CDC param, the prepared statement must be invalidated.

If we don't invalidate the prepared statement it'll be executed using
the old TableMetadata object and take the non-CDC write path and go
directly to CNDB writers instead of via Pulsar topics.

(cherry picked from commit 1bed2e7)
(cherry picked from commit 68da6b2)
(cherry picked from commit 68f5f62)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant