-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Treat read timeouts similar to the server hanging up the connection.
That is, stop yielding more data and return normally. A warning is also logged however. A read timeout might happen in empty clusters if there isn't any new events appearing for the specified time. In most cases, the default apiserver timeout will make it hang up the connection before that happens, which is why this problem hasn't been noticed before.
- Loading branch information
Showing
2 changed files
with
76 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters