You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Dmitry Sherstobitov (JIRA)" <ji...@apache.org> on 2017/10/02 13:31:00 UTC

[jira] [Created] (IGNITE-6540) Human readable WAL parser result has no human readable data

Dmitry Sherstobitov created IGNITE-6540:
-------------------------------------------

             Summary: Human readable WAL parser result has no human readable data
                 Key: IGNITE-6540
                 URL: https://issues.apache.org/jira/browse/IGNITE-6540
             Project: Ignite
          Issue Type: Bug
          Components: persistence
            Reporter: Dmitry Sherstobitov
             Fix For: 2.3


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

{code:java}
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");            
    }
}
{code}

See result of script in attachments



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)