The Tungsten Replicator is an extraordinarily powerful and flexible tool capable of moving vast volumes of data from source to target.
In this blog post we will discuss one specific aspect of the THL
(Transaction History Log) – the METADATA
unsafe_for_block_commit flag.
What do you mean, Unsafe?
In a recent customer support case, we were asked the meaning of
the unsafe_for_block_commit flag. For example, list
the event information for sequence number 3481394254:
[tungsten@tr2-mysql01 (sandbox) ~]$ thl list -seqno 3481394254 | more SEQ# = 3481394254 / FRAG# = 0 (last frag) - TIME = 2018-09-16 06:52:47.0 - EPOCH# = 3480364140 - EVENTID = mysql-bin.001068:0000000294739578;622252 - SOURCEID = tr2-mysql01.sandbox.yourdomain.com - METADATA = [mysql_server_id=1;unsafe_for_block_commit;dbms_type=mysql;tz_aware=true;service=brm;shard=shard_1736] - TYPE = …[Read more]