-
Notifications
You must be signed in to change notification settings - Fork 594
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
bug(PostgreSQL CDC): use PostgreSQL multiple CDC , Only partial data was Ingested #14805
Comments
Hi @ediconss, could you take a look of the log of compute node? There could be some errors that cause data cannot inject correctly. |
not find error 024-01-26 09:08:54 2024-01-26T01:08:54.662348597Z INFO rw-main risingwave_connector_node: The publication covers the table 'ods.ods_hl_stock_record'. thread="Thread-12" class="com.risingwave.connector.source.common.PostgresValidator" |
Hi @ediconss, there is an internal table to track the progress of snapshot loading, could you also take a look of it? The instruction is here:
|
{
"select * from __internal_ods_hl_stock_record_3_streamcdcscan_1004\r\n": [
{
"split_id" : "4294967294",
"record_id" : 32848,
"backfill_finished" : false,
"row_count" : 32768,
"cdc_offset" : "{\"Postgres\": {\"lsn\": 10732191096576, \"txid\": 960144396}}"
}
]} Will we pull the full of data when creating this table? |
Yes. Thank you. Based on this state, the backfilling is not finished ( |
pull images access denied for risingwave |
Try this? |
okey, i pulled , but still no full data |
Is there any MV built on top of the table? And you can take a look of the grafana dashboard on localhost:3001, and check if the Barrier Latency is normal. |
I found the reason, it's due to network issues. I used an SSH tunnel, |
Thank you for your help! |
Describe the bug
in postgresql have 7 million data, but rw only have 4 ten thousand。
bu use single cdc it's ok
Error message/log
No response
To Reproduce
No response
Expected behavior
No response
How did you deploy RisingWave?
No response
The version of RisingWave
docker
PostgreSQL 9.5-RisingWave-1.6.0
Additional context
No response
The text was updated successfully, but these errors were encountered: