Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-10625

Do first checkpoint on node start before join to topology

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 2.4
    • None
    • cache
    • None
    • Docs Required

    Description

      If a node joins to active cluster we do the first checkpoint during PME when partition states have restored here

      org.apache.ignite.internal.processors.cache.distributed.dht.topology.GridDhtPartitionTopology#afterStateRestored 
      

      In IGNITE-9420 we moved logical recovery phase before joining to topology and currently when a node joins to active cluster it already has all recovered partitions. It means that we can safely do the first checkpoint after all logical updates are applied. This change will accelerate PME process if there were a lot of applied updates during recovery.

      Attachments

        Activity

          People

            Unassigned Unassigned
            jokser Pavel Kovalenko
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: