Hi team,
We deployed debezium Oracle connector in our testing env, normally the SCN increase several thousands in one query loop, debezium works well. But sometimes the SCN increased much bigger in one query loop, in the following example, the SCN increased by 2219052488. In fact the row count during that time are similar with the other normal query loop, it's just a SCN gap.
Although we set the "log.mining.batch.size.max":"200000", it took a long time to catch up when the SCN gap happen.
prevEndScn 17800237736902, time=2021-09-23T05:27:03Z current SCN 17802456789390, time=2021-09-23T05:27:09Z
Can we improve to detect such a case, and use the current SCN as end SCN when the SCN gap happen? thoughts?
--
You received this message because you are subscribed to the Google Groups "debezium" group.
To unsubscribe from this group and stop receiving emails from it, send an email to debezium+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/debezium/55efa739-977d-4fc7-8679-210537948706n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/debezium/1a26b482-e8a4-410b-ad55-ca251b62df5bn%40googlegroups.com.