File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 14
14
15
15
# Tales of Terror
16
16
17
- The following are all true stories. We welcome more submissions of these stories, which will
18
- all be repeated anonymously .
17
+ The following are all true stories. We welcome more submissions of these stories, especially
18
+ covering the steps taken to determine what was wrong .
19
19
20
20
21
21
## The Zookeeper's Birthday Present
@@ -28,7 +28,9 @@ The cluster was one year old that day.
28
28
29
29
It turns out that ZK reacts to an auth failure by logging something in its logs, and breaking
30
30
the client connection —without any notification to the client. Rather than a network problem
31
- (initial hypothesis), this was discovered to be an HDFS problem.
31
+ (initial hypothesis), this a Kerberos problem. How was that worked out? By examining the
32
+ Zookeeper logs —there was nothing client-side except the reports of connections being closed
33
+ and the ZK client attempting to retry.
32
34
33
35
When a Kerberos keytab is created, the entries in it have a lifespan. The default value is one
34
36
year. This was its first birthday, hence ZK wouldn't trust the client.
You can’t perform that action at this time.
0 commit comments