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

Document 'No Archiver' WAL mode

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.7
    • documentation, persistence
    • None

    Description

      Document new 'no archiver' WAL mode activated if WAL Path & WAL Archive Path set to same value.

      Supported under IGNITE-7017

      In this mode all WAL segment files are placed in that folder with absolute index in file name. In that case archiver is not activated.

      Configuration example:

      DataStorageConfiguration dsCfg = new DataStorageConfiguration();
      
      DataRegionConfiguration regCfg = new DataRegionConfiguration();
      regCfg.setPersistenceEnabled(true);
      dsCfg.setDefaultDataRegionConfiguration(regCfg);
      
      dsCfg.setWalPath(walAbsPath);
      dsCfg.setWalArchivePath(walAbsPath);
      

      Attachments

        Issue Links

          Activity

            People

              Artem Budnikov Artem Budnikov
              dpavlov Dmitry Pavlov
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: