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

[CDCSDK] Data integrity (data correctness on select) issue on YB between 2024.2.0.0-b120 and 2024.2.0.0-b116 in CDC runs #24893

Open
1 task done
shamanthchandra-yb opened this issue Nov 13, 2024 · 0 comments
Assignees
Labels
2024.2 Backport Required 2024.2.0_blocker area/docdb YugabyteDB core features kind/bug This issue is a bug priority/highest Highest priority issue

Comments

@shamanthchandra-yb
Copy link

shamanthchandra-yb commented Nov 13, 2024

Jira Link: DB-14016

Description

Suspecting mostly https://phorge.dev.yugabyte.com/D39806 based on data. Please refer slack thread in JIRA.

Source row count was less than sink row count. Even after load is completed, source count just keeps juggling between the values when we query multiple times.

Table name: test_cdc_d6e254

Last load completed at: 19:13:27

2024-11-12 19:52:05,014: INFO: waiting replication test_cdc_d6e254 yb=170926 sink=90383 kafka_topic_size=1061982
2024-11-12 20:10:06,834: INFO: waiting replication test_cdc_d6e254 yb=170919 sink=130312 kafka_topic_size=1079131
2024-11-12 20:27:07,628: INFO: waiting replication test_cdc_d6e254 yb=170914 sink=170927 kafka_topic_size=1079131
2024-11-12 20:28:43,254: INFO: waiting replication test_cdc_d6e254 yb=170874 sink=170927 kafka_topic_size=1079131
2024-11-12 21:01:33,221: INFO: waiting replication test_cdc_d6e254 yb=170880 sink=170927 kafka_topic_size=1093692

Source connector version

quay.io/yugabyte/debezium-connector:dz.1.9.5.yb.grpc.2024.1

Connector configuration

add connector connector_name='ybconnector_cdc_6bb0ca_test_cdc_5c956c' stream_id='a01f21ad52ec0890554da9de33c1a8d1' db_name='cdc_6bb0ca' connector_host='172.151.23.169' table_list=['test_cdc_5c956c'] {'name': 'ybconnector_cdc_6bb0ca_test_cdc_5c956c', 'config': {'database.master.addresses': '172.151.25.20:7100,172.151.26.192:7100,172.151.28.227:7100', 'database.hostname': '172.151.25.20:5433,172.151.26.192:5433,172.151.28.227:5433', 'database.port': 5433, 'database.masterhost': '172.151.25.20', 'database.masterport': '7100', 'database.user': 'yugabyte', 'database.password': 'yugabyte', 'database.dbname': 'cdc_6bb0ca', 'snapshot.mode': 'initial', 'admin.operation.timeout.ms': 600000, 'socket.read.timeout.ms': 300000, 'max.connector.retries': '10', 'operation.timeout.ms': 600000, 'topic.creation.default.compression.type': 'lz4', 'topic.creation.default.cleanup.policy': 'delete', 'topic.creation.default.partitions': 2, 'topic.creation.default.replication.factor': '1', 'tasks.max': '5', 'connector.class': 'io.debezium.connector.yugabytedb.YugabyteDBgRPCConnector', 'database.server.name': 'ybconnector_cdc_6bb0ca_test_cdc_5c956c', 'database.streamid': 'a01f21ad52ec0890554da9de33c1a8d1', 'table.include.list': 'public.test_cdc_5c956c', 'database.sslrootcert': '/kafka/ca.crt'}}

YugabyteDB version

2024.2.0.0-b120

Issue Type

kind/bug

Warning: Please confirm that this issue does not contain any sensitive information

  • I confirm this issue does not contain any sensitive information.
@shamanthchandra-yb shamanthchandra-yb added area/cdcsdk CDC SDK status/awaiting-triage Issue awaiting triage priority/highest Highest priority issue labels Nov 13, 2024
@yugabyte-ci yugabyte-ci added kind/bug This issue is a bug 2024.2.0_blocker and removed status/awaiting-triage Issue awaiting triage labels Nov 13, 2024
@yugabyte-ci yugabyte-ci assigned es1024 and rthallamko3 and unassigned suranjan and es1024 Nov 13, 2024
@rthallamko3 rthallamko3 added 2024.2 Backport Required area/docdb YugabyteDB core features and removed area/cdcsdk CDC SDK labels Nov 15, 2024
@rthallamko3 rthallamko3 removed their assignment Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2024.2 Backport Required 2024.2.0_blocker area/docdb YugabyteDB core features kind/bug This issue is a bug priority/highest Highest priority issue
Projects
None yet
Development

No branches or pull requests

5 participants