Vladimir Pligin created IGNITE-25959:
----------------------------------------
Summary: print warning in case of clock skew detection
Key: IGNITE-25959
URL: https://issues.apache.org/jira/browse/IGNITE-25959
Project: Ignite
Issue Type: Epic
Reporter: Vladimir Pligin
Currently there is neither detection nor handling of clock skew. This epic is
intended to add simple detection of clock skew. Suggested implementation:
* send a broadcast to get local system time on all nodes, with timeout =
maxClockSkew/2 or less.
* Ignore if times out.
* If received a result and clock skew is more than max, print a warningÂ
Add docs on that clock sync is required
--
This message was sent by Atlassian Jira
(v8.20.10#820010)