[
https://issues.apache.org/jira/browse/IGNITE-6539?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16188686#comment-16188686
]
Dmitry Sherstobitov commented on IGNITE-6539:
---------------------------------------------
The simplest way to reproduce this issue is to run script on fresh cluster.
Next step is simple put a small amount of data to keep some WAL files empty.
The result will be the same on both cases.
While debug I've change throwing exception in this line to simple "break;"
(Just skip this and following files)
org/apache/ignite/internal/processors/cache/persistence/wal/reader/StandaloneWalRecordsIterator.java:215
After that I've got parsing result.
> Human readable WAL parser fails if empty log files exists in directory
> ----------------------------------------------------------------------
>
> Key: IGNITE-6539
> URL: https://issues.apache.org/jira/browse/IGNITE-6539
> Project: Ignite
> Issue Type: Bug
> Components: persistence
> Reporter: Dmitry Sherstobitov
> Assignee: Dmitriy Pavlov
> Fix For: 2.3
>
>
> While scanning WAL files script may detect empty files.
> In this case script throws SegmentEofException "Reached logical end of the
> segment"
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)