Received ack response from Extension – How to solve this OpenSearch error

Opster Team

Aug-23, Version: 2.5-2.5

Before you dig into reading this guide, have you tried asking OpsGPT what this log means? You’ll receive a customized analysis of your log.

Try OpsGPT now for step-by-step guidance and tailored insights into your OpenSearch operation.

Briefly, this error occurs when OpenSearch receives an acknowledgment response from an extension. This is not necessarily an error, but more of an informational message indicating that a certain operation or request has been successfully received by the extension. If you’re experiencing issues, it might be unrelated to this message. However, if you suspect it’s causing problems, you can troubleshoot by checking the extension’s configuration, ensuring it’s compatible with your OpenSearch version, or disabling the extension temporarily to see if the issue persists.

For a complete solution to your to your search operation, try for free AutoOps for Elasticsearch & OpenSearch . With AutoOps and Opster’s proactive support, you don’t have to worry about your search operation – we take charge of it. Get improved performance & stability with less hardware.

This guide will help you check for common problems that cause the log ” Received ack response from Extension ” to appear. To understand the issues related to this log, read the explanation below about the following OpenSearch concepts: response.

Log Context

Log “Received ack response from Extension” classname is ExtensionsManager.java.
We extracted the following from OpenSearch source code for those seeking an in-depth context :

                                    new IndicesModuleRequest(indexModule);
                                    acknowledgedResponseHandler
                                );
                                // TODO: make asynchronous
                                inProgressIndexNameFuture.get(EXTENSION_REQUEST_WAIT_TIMEOUT; TimeUnit.SECONDS);
                                logger.info("Received ack response from Extension");
                            } catch (Exception e) {
                                try {
                                    throw e;
                                } catch (Exception e1) {
                                    logger.error(e.toString());

 

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?

Get expert answers on Elasticsearch/OpenSearch