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 was using gokrb5 to make WebHDFS requests to a Kerberized cluster, and noticed that after ~10 successful requests, the client starts returning stopped after 10 redirects for all subsequent requests.
A quick inspection shows that the client maintains all redirect requests for its lifetime, and starts emitting failures after it's encountered 10 of them total (rather than 10 for the current request).
I have a fix coded up and tested, where I allow the redirect chain to ride along with the request recursion (without modifying any exported functions). I'll put together a PR for this in the coming days, but wanted to put out this issue in case anyone has additional thoughts on this.
The text was updated successfully, but these errors were encountered:
I was using gokrb5 to make WebHDFS requests to a Kerberized cluster, and noticed that after ~10 successful requests, the client starts returning
stopped after 10 redirects
for all subsequent requests.A quick inspection shows that the client maintains all redirect requests for its lifetime, and starts emitting failures after it's encountered 10 of them total (rather than 10 for the current request).
I have a fix coded up and tested, where I allow the redirect chain to ride along with the request recursion (without modifying any exported functions). I'll put together a PR for this in the coming days, but wanted to put out this issue in case anyone has additional thoughts on this.
The text was updated successfully, but these errors were encountered: