It does not help.

If I add the following method to IgniteConfiguration.java

    public IgniteConfiguration setFailureTimeout(long
failureDetectionTimeout) {
        this.failureDetectionTimeout = failureDetectionTimeout;

        return this;
    }

And change the configuration to:

<property name="failureTimeout" value="15000" />

It works. But I really don't understand what is the difference, and why
failureDetectionTimeout does not work for me.



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/failureDetectionTimeout-NotWritablePropertyException-tp7304p7310.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to