You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I started to notice these log messages happening in my logs from time to time:
[ERROR] (zkrb.c:834: errno: Bad file descriptor) select returned: -1
at a rate of hundreds per second.
In attempting to diagnose the problem, I deployed this additional error checking and found that it looks like we aren't handling failures from zookeeper_interest() properly.
I started to notice these log messages happening in my logs from time to time:
at a rate of hundreds per second.
In attempting to diagnose the problem, I deployed this additional error checking and found that it looks like we aren't handling failures from
zookeeper_interest()
properly.When I ran the patch, I got this exception:
I'm not sure what the impact of having
zookeeper_interest
returnZOPERATIONTIMEOUT
is, but it seems to me that it wouldn't be good.I'm still investigating the correct behavior when we get a failure from
zookeeper_interest()
.The text was updated successfully, but these errors were encountered: