[
https://issues.apache.org/jira/browse/IGNITE-5631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17452013#comment-17452013
]
Joel Lang commented on IGNITE-5631:
-----------------------------------
Is this going to be addressed or fixed in any way? I've run into this issue
myself and I don't recall any documentation about values being limited by the
WAL like this.
The problem also occurred during a transaction. So it's not just single values
but also the combined size of a transaction that cannot exceed the WAL segment
size.
> Can't write value greater then wal segment
> ------------------------------------------
>
> Key: IGNITE-5631
> URL: https://issues.apache.org/jira/browse/IGNITE-5631
> Project: Ignite
> Issue Type: Bug
> Components: persistence
> Affects Versions: 2.1
> Reporter: Alexander Belyak
> Priority: Minor
>
> Step to reproduce: insert value greater then wal segment size.
> Expected behavior: get few wal segments and insert value
> Current behavior: infinite writing of wal archive
> For test I use 256Kb of WAL segment size and value from 10M length String.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)