Relative clock went backwards by ns while timer thread was sleeping – How to solve this Elasticsearch error

Opster Team

Aug-23, Version: 7.14-8.9

Briefly, this error occurs when the system clock on the Elasticsearch server is adjusted backwards, causing a discrepancy in time calculations. This can happen due to NTP adjustments or manual changes. To resolve this issue, you can 1) Avoid manual adjustments of the system clock. 2) Configure NTP to make smaller adjustments to the system clock. 3) Use a more reliable time source to prevent large time jumps. 4) Consider using a JVM option to reduce the impact of time adjustments.

This guide will help you check for common problems that cause the log ” relative clock went backwards by [{}/{}ns] while timer thread was sleeping ” to appear. To understand the issues related to this log, read the explanation below about the following Elasticsearch concepts: threadpool, thread.

Log Context

Log “relative clock went backwards by [{}/{}ns] while timer thread was sleeping” classname is ThreadPool.java.
We extracted the following from Elasticsearch source code for those seeking an in-depth context :

                        deltaNanos;
                        thresholdMillis
                    );
                } else if (deltaNanos 

 

How helpful was this guide?

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?