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

Config variable to start the sink-connector without turning on replication #353

Closed
aadant opened this issue Oct 26, 2023 · 4 comments
Closed
Assignees
Labels
enhancement New feature or request GA-1 All the issues that are issues in release(Scheduled Dec 2023) high-priority qa-verified label to mark issues that were verified by QA

Comments

@aadant
Copy link
Collaborator

aadant commented Oct 26, 2023

see https://dev.mysql.com/doc/refman/8.0/en/replication-options-replica.html#option_mysqld_skip-slave-start

skip_replica_start: True (default False)
@aadant aadant added the enhancement New feature or request label Oct 26, 2023
@BorisTyshkevich
Copy link

@aadant please describe the use case when it is important.

@aadant
Copy link
Collaborator Author

aadant commented Oct 31, 2023

@BorisTyshkevich : suppose you just restored a MySQL snapshot from MySQL with a binary log position or a GTID position.
If you start the sink-connector, you need to specify that position. Otherwise the position will be undefined.

@subkanthi
Copy link
Collaborator

Implemented in #379

@subkanthi subkanthi added the GA-1 All the issues that are issues in release(Scheduled Dec 2023) label Dec 18, 2023
@Selfeer Selfeer added the qa-verified label to mark issues that were verified by QA label Feb 2, 2024
@Selfeer
Copy link
Collaborator

Selfeer commented Feb 9, 2024

The issue was manually verified by the Altinity QA team and marked as qa-verified.

Build used for testing: altinityinfra/clickhouse-sink-connector:443-14a14ba5c18fb3bc9f57c48d9a5079d4d6fe15e8-lt

We've verified that modifying skip_replica_start configuration and setting it to true skips the replication on startup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request GA-1 All the issues that are issues in release(Scheduled Dec 2023) high-priority qa-verified label to mark issues that were verified by QA
Projects
None yet
Development

No branches or pull requests

4 participants