Re: Issues if -Djava.net.preferIPv4Stack=true is not set

2017-09-29 Thread Dmitriy Setrakyan
Hm... I am not sure I understand why. But in any case, to the list, we should provide proper error messages suggesting to change this property. Do you agree? D. On Fri, Sep 29, 2017 at 3:18 AM, Yakov Zhdanov wrote: > If user has Ignite deployment and does not want Ignite

Re: Issues if -Djava.net.preferIPv4Stack=true is not set

2017-09-28 Thread Dmitriy Setrakyan
On Thu, Sep 28, 2017 at 7:08 AM, Yakov Zhdanov wrote: > The issue has already been picked up by VK. > > Dmitry, after some thought I find it a little bit weird to set system > property automatically without any way to restore default behavior. > I am not sure I understand.

Re: Issues if -Djava.net.preferIPv4Stack=true is not set

2017-09-28 Thread Yakov Zhdanov
The issue has already been picked up by VK. Dmitry, after some thought I find it a little bit weird to set system property automatically without any way to restore default behavior. --Yakov

Re: Issues if -Djava.net.preferIPv4Stack=true is not set

2017-09-27 Thread Dmitriy Setrakyan
On Wed, Sep 27, 2017 at 5:08 AM, Yakov Zhdanov wrote: > hmm.. Dmitry, your suggestion may work if Ignite is started before any of > network layer class is loaded/called. E.g. this will not work if Ignite is > started inside application or web server. > Sure, let's do it

Re: Issues if -Djava.net.preferIPv4Stack=true is not set

2017-09-27 Thread Yakov Zhdanov
hmm.. Dmitry, your suggestion may work if Ignite is started before any of network layer class is loaded/called. E.g. this will not work if Ignite is started inside application or web server. --Yakov

Re: Issues if -Djava.net.preferIPv4Stack=true is not set

2017-09-26 Thread Dmitriy Setrakyan
Why don't we automatically set the preferIPv4Stack to true, unless the user explicitly set it to false? D. On Tue, Sep 26, 2017 at 4:35 AM, Yakov Zhdanov wrote: > Val, I see now. > > For example, this http://apache-ignite-users.70518.x6.nabble.com/How- >

Re: Issues if -Djava.net.preferIPv4Stack=true is not set

2017-09-26 Thread Yakov Zhdanov
Val, I see now. For example, this http://apache-ignite-users.70518.x6.nabble.com/How- to-correctly-shut-down-Ignite-Application-td12548.html could happen due to address passed to org.apache.ignite.internal.util.IgniteUtils#reachable(java.net.InetAddress, int) is NULL. I suspect there may be

Re: Issues if -Djava.net.preferIPv4Stack=true is not set

2017-09-25 Thread Valentin Kulichenko
Yakov, Here are couple examples: - http://apache-ignite-users.70518.x6.nabble.com/How-to- correctly-shut-down-Ignite-Application-td12548.html - http://apache-ignite-users.70518.x6.nabble.com/Nodes- hanging-when-accessing-queue-td12343.html *Andrey*, it seems that you give this kind of

Re: Issues if -Djava.net.preferIPv4Stack=true is not set

2017-09-19 Thread Yakov Zhdanov
Val, can you please provide links to threads you meant? I will take a look. --Yakov

Re: Issues if -Djava.net.preferIPv4Stack=true is not set

2017-09-18 Thread Dmitriy Setrakyan
Any comments here? Do we really require IPv4 for some reason? On Mon, Sep 18, 2017 at 9:51 AM, Valentin Kulichenko < valentin.kuliche...@gmail.com> wrote: > Guys, > > I noticed there are many issues on user forum that occur > of -Djava.net.preferIPv4Stack=true system property is not set. > > Can