View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006106 | SymmetricDS | Improvement | public | 2023-11-15 10:00 | 2023-11-22 20:21 |
Reporter | ei99045 | Assigned To | cquamme | ||
Priority | normal | ||||
Status | closed | Resolution | fixed | ||
Product Version | 3.10.5 | ||||
Target Version | 3.15.2 | Fixed in Version | 3.15.2 | ||
Summary | 0006106: Some Bulk loaders don't process before filters | ||||
Description | I've added a bean that implements IDatabaseWriterFilter. It works as expected when the default loader is configured for the channel, but doesn't when postgres_bulk is used. | ||||
Additional Information | JdbcDatabaseWriter.write() calls AbstractDatabaseWriter.write() which handles beforeWrite filters, whicle PostgresBulkDatabaseWriter.write() doesn't. After filters are also affected. Edit: Fixed databases: Postgres, MySQL, MongoDB, Oracle | ||||
Tags | No tags attached. | ||||
|
I understand this probably not a priority and not exactly a bug (that's why I classified it as an improvement with normal priority), but I would still like to state that it is quite critical for my use case. Being forced to use the default loader (so that filters are processed) means that an initial load will take about 40 days, as opposed to 2 when using the postgres_bulk loader. |
Date Modified | Username | Field | Change |
---|---|---|---|
2023-11-15 10:00 | ei99045 | New Issue | |
2023-11-15 18:20 | cquamme | Status | new => acknowledged |
2023-11-17 10:49 | ei99045 | Note Added: 0002398 | |
2023-11-17 18:32 | cquamme | Assigned To | => cquamme |
2023-11-17 18:32 | cquamme | Status | acknowledged => assigned |
2023-11-17 18:32 | cquamme | Target Version | => 3.15.2 |
2023-11-21 18:37 | cquamme | Relationship added | related to 0005474 |
2023-11-21 20:08 | cquamme | Summary | Postgres Bulk loader doesn't process before filters => Some Bulk loaders don't process before filters |
2023-11-21 20:08 | cquamme | Description Updated | View Revisions |
2023-11-21 20:08 | cquamme | Additional Information Updated | View Revisions |
2023-11-22 13:11 | cquamme | Additional Information Updated | View Revisions |
2023-11-22 16:02 | cquamme | Additional Information Updated | View Revisions |
2023-11-22 17:55 | cquamme | Additional Information Updated | View Revisions |
2023-11-22 19:49 | cquamme | Additional Information Updated | View Revisions |
2023-11-22 20:21 | cquamme | Status | assigned => resolved |
2023-11-22 20:21 | cquamme | Resolution | open => fixed |
2023-11-22 20:21 | cquamme | Fixed in Version | => 3.15.2 |
2023-12-16 02:02 | admin | Status | resolved => closed |