-
Enhancement
-
Resolution: Unresolved
-
Major
-
None
-
None
-
False
-
False
-
The incremental snapshotting feature introduced in Incremental snapshotting DBZ-3500 will not work as the end-users might expect with the multi-partition connector configuration being introduced in DBZ-2975.
There are the following challenges:
- In the original design, the connector processes a single database, and the signaling table resides in the same database. It allows the connector to receive signals from the same database that it captures and store its state by updating the signaling table (the LSNs of the updates in the signaling table will exist in the same "address space" as the LSNs of the captured changes). With the multi-partition configuration, even if there is a single task, a single signaling table cannot properly capture the state of the snapshotting process because its LSNs will belong to at most one (or even none) of the databases being captured.
- If the connector runs multiple tasks, then a single signaling table will be captured by one of the tasks. The task that receives the signals will not be able to handle the signals related to the databases that it doesn't capture.
- is related to
-
DBZ-4726 Remove "single partition" mode
- Closed