[ 
https://issues.apache.org/jira/browse/IGNITE-12514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17012023#comment-17012023
 ] 

Andrey N. Gura commented on IGNITE-12514:
-----------------------------------------

[~ibessonov] LGTM. Merged to master branch. Thanks for contribution!

> WAL don't flush several last records in LOG-ONLY/FSYNC mode if flush ptr=null
> -----------------------------------------------------------------------------
>
>                 Key: IGNITE-12514
>                 URL: https://issues.apache.org/jira/browse/IGNITE-12514
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Ivan Bessonov
>            Assignee: Ivan Bessonov
>            Priority: Major
>             Fix For: 2.9
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> In the current implementation, last flush pointer dependent to thread-local. 
> If some thread adds new records and another thread calls wal.flush(null), 
> this flush may not be flushed records witch was added in thread one, because 
> in case null flush pointer, thread flushed until the last record which was 
> added in current thread.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to