Commit 2c38f2d
authored
Increment HTTP Timeouts (#93)
I have seen some Polaris REST servers to respond slowly when many
tables updated. For example, below is an example of inserting
100 tables in a single TX:
```
WARNING: Timeout was reached
WARNING: Operation timed out after 20002 milliseconds with 0 bytes received
DEBUG: cleaning up libcurl
WARNING: HTTP request failed Operation timed out after 20002 milliseconds with 0 bytes received
COMMIT
```
So, let's bump the timeouts a bit more, especially the TOTAL_TIMEOUT_MS, which
is the actual commit time for REST catalogs.1 parent aa687ad commit 2c38f2d
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | 38 | | |
42 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments