[
https://issues.apache.org/jira/browse/IGNITE-6540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dmitriy Pavlov updated IGNITE-6540:
-----------------------------------
Fix Version/s: (was: 2.3)
> 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
> Assignee: Dmitriy Pavlov
> Attachments: wal_generator_result.txt
>
>
> 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)