Chris Lu
843210790e
volume: bound intra-cluster HTTP so an unresponsive peer can't hang reads and writes ( #10229 )
...
A read or a replicated write to a volume server that is TCP-reachable but not
answering -- one still loading its volumes after a restart, or reached over a
stale keep-alive to a container that came back on a new IP -- blocked forever:
the shared HTTP transport had a dial timeout but no response timeout.
Add ResponseHeaderTimeout so a chunk read fails over to another replica and a
replicated write fails fast for the client to retry, and IdleConnTimeout so
pooled connections to a departed server are evicted instead of reused.
2026-07-04 10:44:38 -07:00
..
2026-05-10 13:34:25 -07:00
2024-05-05 12:20:08 -07:00
2020-12-01 15:32:27 -08:00
2026-06-23 01:49:35 -07:00
2026-04-10 17:31:14 -07:00
2023-11-26 11:47:20 -08:00
2026-04-16 16:11:01 -07:00
2026-07-04 10:44:38 -07:00
2026-04-21 20:20:11 -07:00
2026-06-10 12:47:35 -07:00
2026-01-07 13:06:08 -08:00
2026-04-26 16:31:53 -07:00
2026-03-06 15:22:39 -08:00
2026-05-21 02:30:49 -07:00
2026-06-12 10:10:27 -07:00
2026-06-29 06:45:55 +00:00
2026-02-27 12:22:21 -08:00
2026-06-19 09:19:35 -07:00
2026-06-19 09:19:35 -07:00
2026-02-10 18:38:38 -08:00
2026-02-10 18:38:38 -08:00
2026-06-08 22:07:24 -07:00
2026-06-08 22:07:24 -07:00
2022-09-14 11:24:09 -07:00
2022-07-29 00:17:28 -07:00
2021-08-20 18:38:18 +08:00
2022-07-29 00:17:28 -07:00
2016-06-02 18:09:14 -07:00
2025-07-02 18:03:49 -07:00
2025-10-31 12:49:04 -07:00
2026-02-20 18:42:00 -08:00
2026-02-20 18:42:00 -08:00
2026-02-20 18:42:00 -08:00
2026-02-20 18:42:00 -08:00
2026-04-16 09:38:42 -07:00
2026-04-16 09:38:42 -07:00
2026-04-16 09:38:42 -07:00
2026-02-20 18:42:00 -08:00
2026-02-20 18:42:00 -08:00
2026-05-03 21:46:21 -07:00
2026-06-13 21:26:07 -07:00
2026-04-23 19:17:35 -07:00
2026-04-23 19:17:35 -07:00
2026-01-07 13:06:08 -08:00
2020-05-29 16:15:33 +08:00
2022-09-25 13:34:55 -07:00
2026-03-19 16:08:24 -07:00
2026-04-03 16:04:27 -07:00
2026-06-24 09:03:38 -07:00
2026-06-24 09:03:38 -07:00
2026-07-02 17:03:00 -07:00
2026-02-12 18:11:03 -08:00
2026-06-05 12:44:21 -07:00
2026-06-05 12:44:21 -07:00
2026-06-22 20:32:43 -07:00
2026-06-22 20:32:43 -07:00
2025-12-30 14:28:50 -08:00
2025-12-30 14:28:50 -08:00
2026-01-07 13:06:08 -08:00
2020-02-20 15:44:17 -08:00
2022-09-14 10:12:45 -07:00
2024-12-19 19:25:06 -08:00
2021-07-06 15:20:18 +08:00
2026-03-08 16:05:45 -07:00
2026-03-08 16:05:45 -07:00
2026-04-16 10:18:05 -07:00
2026-04-16 10:18:05 -07:00
2026-06-10 13:33:45 -07:00
2026-03-01 10:22:00 -08:00
2019-05-06 13:56:08 -07:00
2024-10-31 08:40:05 -07:00