Re: WAL iterator unexpected behavior

2018-06-03 Thread Dmitriy Govorukhin
Dmitriy, Sorry, my mistake, I meant unknown exception of course. On Sun, Jun 3, 2018 at 11:53 PM, Dmitriy Setrakyan wrote: > I got a bit confused by your initial statement. So, the iterator is stopped > in case of any exception, known or unknown. In that case, sounds good. > > D. > > On Sun,

Re: WAL iterator unexpected behavior

2018-06-03 Thread Dmitriy Setrakyan
I got a bit confused by your initial statement. So, the iterator is stopped in case of any exception, known or unknown. In that case, sounds good. D. On Sun, Jun 3, 2018, 12:11 Dmitriy Govorukhin wrote: > Dmitriy, > > The iterator will be stopped. and method "it.next()" will throw the >

Re: WAL iterator unexpected behavior

2018-06-03 Thread Dmitriy Govorukhin
Dmitriy, The iterator will be stopped. and method "it.next()" will throw the exception. On Sat, Jun 2, 2018 at 4:27 PM, Dmitriy Setrakyan wrote: > Dmitriy, what happens in case of unknown exceptions? > > > On Thu, May 31, 2018 at 6:35 AM, Dmitriy Govorukhin < > dmitriy.govoruk...@gmail.com>

[GitHub] ignite pull request #4113: Ignite 2.5.2

2018-06-03 Thread Jokser
GitHub user Jokser opened a pull request: https://github.com/apache/ignite/pull/4113 Ignite 2.5.2 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-2.5.2 Alternatively you can review and apply these

[GitHub] ignite pull request #4112: IGNITE-7165: check affinity changed

2018-06-03 Thread Mmuzaf
GitHub user Mmuzaf opened a pull request: https://github.com/apache/ignite/pull/4112 IGNITE-7165: check affinity changed You can merge this pull request into a Git repository by running: $ git pull https://github.com/Mmuzaf/ignite mm-fix-7165 Alternatively you can review and

What's new for thin client protocol v1.1.0 vs v1.0.0

2018-06-03 Thread Aleksandr Sokolovskii
Hi All, Is there thin client protocol v1.1.0 release notes with summary of changes vs v1.0.0? It’s necessary to update Golang thin client. I have added TLS and username/password support for connection already. But I can’t find information about other changes. Thanks, Aleksandr

Re: [RESULT] [VOTE] Apache Ignite 2.5.0 Release (RC1)

2018-06-03 Thread Dmitriy Setrakyan
Peter, I think what is really missing is the installation structure, i.e. where is the bin, config, lib, work folders. Is IGNITE_HOME pointing somewhere as a result of the installation? I think, if you explain it to users, there will be more understanding from the user stand point. Can you