Hi Nikolay,

This is the issue I mentioned in "Critical worker threads liveness checking
drawbacks" topic which I was expecting to be included to Ignite 2.7, but it
was not. To workaround the issue, you should set
DataStorageConfiguration#setCheckpointReadLockTimeout to 0.

Should we somehow announce it on the user-list or highlight on readme.io?

чт, 27 дек. 2018 г. в 11:57, Nikolay Izhikov <nizhi...@apache.org>:

> Hello, Igniters.
>
> I run into issue with critical system worker failure handler.
> I just run `IgniteDataFrameSuite` and it terminates on random test.
> My laptop doesn't have bleeding edge hardware, so tests can take
> significant amount of time.
> Looks like our watch dog too aggressive on development environment
>
> Can you please, help me. What should I do to configure or turn off watch
> dog?
> Should we relax it a little bit? At least for a test environment.
>
> Error message contains following message:
>
> ```
> [2018-12-27 11:40:23,597][ERROR][exchange-worker-#5547%grid-2%][root]
> Critical system error detected. Will be handled accordingly to configured
> handler [hnd=StopNodeOrHaltFailureHandler [tryStop=false, timeout=0,
> super=AbstractFailureHandler [ignoredFailureTypes=UnmodifiableSet
> [SYSTEM_WORKER_BLOCKED, SYSTEM_CRITICAL_OPERATION_TIMEOUT]]],
> failureCtx=FailureContext [type=SYSTEM_WORKER_TERMINATION, err=class
> o.a.i.IgniteCheckedException: Node is stopping: grid-2]]
> class org.apache.ignite.IgniteCheckedException: Node is stopping: grid-2
> ```
>

Reply via email to