EXtremeDB HA synchronization procedure, extremedb

Source: Internet
Author: User

EXtremeDB HA synchronization procedure, extremedb

Here is the description of synchronization procedure:

1. Masterand replica databases have a ha_sequencer-64bit integer which is initializedby zero at startup.

2. Masterincrements the sequencer at each commit of a WRITE transaction and sends thesequencer value along with transaction data to the replica (s)

3. Ifthe replica successfully applies the specified ed transaction, it sets itssequencer to the specified ed value. So after the transaction was committed, thevalues of the ha_sequencer are the same on the master and replica.

4. whenthe replica connects to the master, it sends the value of ha_sequencer. mastercompare its own value with stored ed one. if values are equal, this means thatthe master and replica have the same database version and no synchronization isrequired-replica reports mco_repl_policy_db_equal notification code.

5. Otherwise (if master's and replica's sequencer values are different), the masterinitiates the synchronization procedure depending on the mode_flags-static, hot-sync or stateful initialization.

 

So, the DB_EQUAL code means that the values ofha_sequencers on the master and replica are equal. if the replica's database isin-memory and newly created, the replica's sequencer is 0. this means that themaster's sequencer is also 0. but this is possible only if the master didn 'tperform write transactions since creation of the database.

 

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.