Open GoogleCodeExporter opened 9 years ago
I take back my notes about Proguard. I've managed to reproduce the same
exception in a unit test by trying to serialize a row change data with a column
value of type java.sql.VARBINARY.
In my case I can work around this issue by ignoring the offending table.
Original comment by ento.ent...@gmail.com
on 5 Dec 2014 at 10:45
Attachments:
It turned out that the table being replicated was a CDC table.
I've built a modified tungsten-replicator.jar which logs serialization errors
more verbosely and the table in question was a CDC table.
> 2014-12-08 14:59:37,428 [cookbook - prov-q-to-thl-0] ERROR
thl.serializer.ProtobufSerializer Failure while storing MYSCHEMA_PUB.CT_USER
To work around this issue, provide a csv file in the form of
"schema,table,chunk_size" and specify it as
`replicator.extractor.parallel-extractor.ChunkDefinitionFile` property.
I request that:
- Parallel extractor should ignore CDC tables
- The ChunkDefinitionFile property should be documented
Original comment by ento.ent...@gmail.com
on 8 Dec 2014 at 8:01
Original issue reported on code.google.com by
ento.ent...@gmail.com
on 4 Dec 2014 at 12:48