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

Human readable WAL parser result has no human readable data

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Won't Fix
    • None
    • None
    • persistence
    • None

    Description

      Simple example with put 1 record in cache generation a lot of data in WAL

      try (Ignite ignite = Ignition.start("examples/config/persistentstore/example-persistent-store.xml")) {
          try (IgniteCache<Integer, String> cache = ignite.getOrCreateCache(CACHE_NAME)) {
               cache.put(1, "NEW_VALUE_1");            
          }
      }
      

      See result of script in attachments

      Attachments

        1. wal_generator_result.txt
          275 kB
          Dmitry Sherstobitov

        Issue Links

          Activity

            People

              dpavlov Dmitry Pavlov
              qvad Dmitry Sherstobitov
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: