Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Consistency Check Failed (The configuration changes could not be validated for consistency due to an unknown error)

avatar
New Contributor

Hello, I've installed ambari kafka cluster with such configuration:

ambari_version: '2.7.4.0'
hdp_version: '3.1.4.0'
hdf_version: '3.4.1.1'

on CentOS Linux release 7.8.2003 (Core)

However, when I'm trying to make some kafka configuration changes - I'm getting error message :

 

 

2020-09-14 18:03:06,088 ERROR [ambari-client-thread-471] ContainerResponse:423 - The exception contained within MappableContainerException could not be mapped to a response, re-throwing to the HTTP contai
ner
org.eclipse.jetty.io.EofException: Early EOF
at org.eclipse.jetty.server.HttpInput$3.getError(HttpInput.java:1138)
at org.eclipse.jetty.server.HttpInput$3.noContent(HttpInput.java:1126)
at org.eclipse.jetty.server.HttpInput.read(HttpInput.java:313)
at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:284)
at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:326)
at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:178)
at java.io.InputStreamReader.read(InputStreamReader.java:184)
at java.io.Reader.read(Reader.java:140)

 

 

Could you help me to understand where is the problem ?

Thanks!

 

1 REPLY 1

avatar
Contributor

Hi....i have a similar problem but havent found the root cause. Although, we do have a workaround in place. Please check this post : https://community.cloudera.com/t5/Support-Questions/Ranger-installation-fails-with-0-status-code-rec...

The reason behind the error is that Ambari cannot fetch the recommended settings for the change. This can happen if the API call fails to receive any reply since the connection is blocked.

 

Hope this helps. If the comment helps you to find a solution or move forward, please accept it as a solution for other community members.