Idea #21219
closedReview Java SDK PR #220
Description
https://github.com/arvados/arvados/pull/220 - This branch by Krzysztof Majewski exposes configuration settings for the connectTimeout
, readTimeout
, and writeTimeout
used by the Java SDK client. The default for all values is 60000 (1 minute), which matches the hardcoded value used in previous versions.
Related issues
Updated by Brett Smith 12 months ago
- Status changed from New to In Progress
The PR has a couple merge commits without the DCO line. 21219-java-sdk-pr-220 @ 2b9c5e2aa6e7ac19237a4cf27572a0fc99909283 has the key commit cherry-picked on top of recent main. developer-run-tests: #3940
Updated by Brett Smith 12 months ago
Brett Smith wrote in #note-3:
The PR has a couple merge commits without the DCO line. 21219-java-sdk-pr-220 @ 2b9c5e2aa6e7ac19237a4cf27572a0fc99909283 has the key commit cherry-picked on top of recent main. developer-run-tests: #3940
Failed on #21258, which is a known issue affecting a lot of runs. I'm calling this good, the patch looks exactly as you would expect for what it's implementing.
Updated by Brett Smith 12 months ago
- % Done changed from 0 to 100
- Status changed from In Progress to Resolved
Applied in changeset arvados|9d3d8d41a81386bb1fac407e2a26b4b7fa4b532d.
Updated by Brett Smith 11 months ago
- Related to Support #21350: Merge java sdk PR to 2.7.1 and build a 2.7.1 of java sdk added