-
Bug
-
Resolution: Done
-
Major
-
1.8.0.Beta1
-
None
-
False
-
False
-
In DBZ-4276 we introduced unavailable.value.placeholder behavior and as a part of that we added some tests to deal with when LOB-support is disabled. There were some inconsistent behaviors when Xstream was being used that caused tests to fail because either the placeholder wasn't being emitted or the test made some poor assumptions about what Xstream state would be.
- Adjust tests to document the variances between LogMiner/Xstream and why
- Align Xstream unavailable value placeholder logic as close to LogMiner as possible
- Fix bug in before state of LOB values when using Xstream; this should always be the placeholder since Xstream cannot provide prior state for LOB columns.
- Schema changes for new but excluded tables could cause unexpected event dispatch.
- relates to
-
DBZ-4276 Support passing an unavailable placeholder value for CLOB/BLOB column types
- Closed