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)