Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
picodata
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
core
picodata
Commits
4f1a035a
Commit
4f1a035a
authored
Oct 16, 2024
by
Georgy Moshkin
Committed by
Dmitry Rodionov
Oct 21, 2024
Browse files
Options
Downloads
Patches
Plain Diff
fix: provide a connect_timeout for the ConnectionPool
parent
29446ced
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!1350
fix: plugin metrics sdk used to do some undefined behavior
Pipeline
#53733
failed
Oct 21, 2024
Stage: test
Stage: docker
Stage: stress-test
Stage: front-deploy
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/traft/network.rs
+1
-0
1 addition, 0 deletions
src/traft/network.rs
with
1 addition
and
0 deletions
src/traft/network.rs
+
1
−
0
View file @
4f1a035a
...
...
@@ -199,6 +199,7 @@ impl PoolWorker {
PICO_SERVICE_USER_NAME
.into
(),
pico_service_password
()
.into
(),
));
config
.connect_timeout
=
Some
(
call_timeout
);
let
client
=
ReconnClient
::
with_config
(
address
.clone
(),
port
,
config
);
let
mut
client_ver
:
usize
=
0
;
...
...
This diff is collapsed.
Click to expand it.
Georgy Moshkin
@gmoshkin
mentioned in issue
#991 (closed)
·
3 months ago
mentioned in issue
#991 (closed)
mentioned in issue #991
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment