Member since
12-02-2014
19
Posts
1
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
37725 | 05-25-2016 02:06 PM |
04-21-2019
11:42 AM
Hi, When the NameNode flushes the edits to Journal Nodes it maintains the quorum of 20 seconds. The reason you are seeing this Error message is because it took >20 sec for NN to send the edits. This could be because of various reasons i.e NN GC or JVM pause, whether JN is sharing the disks with other roles, network communication issues , slow group lookups etc. Checking the NameNode logs just before the FATAL message would be a good starting point. Check for Warning messages just before the FATAL error message on NameNode logs.
... View more
12-04-2018
07:43 AM
Hi, After clearing all the caches and Force quitting the Chrome, executing the following command works fine with Mac Chrome: /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --auth-server-whitelist="*.example.com" The difference in this command and the one in the documentation is that, here the command has "*.example.com" and in the documentation it is "hostname/domain" Hope that helps. Regards, Thina
... View more
01-03-2017
11:52 PM
i was pointinn to a wrong broker so the zk was unable to find the topics
... View more