gswcomputing commented on issue #12623: URL: https://github.com/apache/ignite/issues/12623#issuecomment-3732414793
At the node where the problem occurred again, we found this logļ¼ [disco-event-worker-#71][ROOT][IgniteLoggerImp][86] Critical system error detected. Will be handled accordingly to configured handler [hnd=StopNodeFailureHandler [super=AbstractFailureHandler [ignoredFailureTypes=UnmodifiableSet [SYSTEM_WORKER_BLOCKED, SYSTEM_CRITICAL_OPERATION_TIMEOUT]]], failureCtx=FailureContext [type=SEGMENTATION, err=null]] Further examination revealed that our configuration is as follows: IgniteConfiguration igniteCfg = new IgniteConfiguration(); igniteCfg .setSegmentationPolicy(SegmentationPolicy.STOP) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
