Could not get token document for refresh retrying – How to solve this Elasticsearch error

Opster Team

Aug-23, Version: 7.2-8.9

This guide will help you check for common problems that cause the log ” could not get token document [{}] for refresh; retrying ” to appear. To understand the issues related to this log, read the explanation below about the following Elasticsearch concepts: plugin, document.

Log Context

Log “could not get token document [{}] for refresh; retrying” classname is TokenService.java.
We extracted the following from Elasticsearch source code for those seeking an in-depth context :

                                @Override
                                public void onFailure(Exception e) {
                                    if (isShardNotAvailableException(e)) {
                                        if (backoff.hasNext()) {
                                            logger.info("could not get token document [{}] for refresh; retrying"; tokenDocId);
                                            client.threadPool()
                                                .schedule(
                                                    () -> getTokenDocAsync(tokenDocId; refreshedTokenIndex; true; this);
                                                    backoff.next();
                                                    GENERIC

 

 [ratemypost]

Opster
Privacy Overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.