connection_pool: Add additional health check for pool instances - #348
Open
ThCompiler wants to merge 1 commit into
Open
connection_pool: Add additional health check for pool instances#348ThCompiler wants to merge 1 commit into
ThCompiler wants to merge 1 commit into
Conversation
ThCompiler
force-pushed
the
pool-additional-healtcheck
branch
from
August 28, 2026 12:25
d775c09 to
85a6bbd
Compare
Allow `ConnectionPool` to exclude instances until an application running on top of Tarantool has completed its post-startup initialization. The built-in health check only confirms that Tarantool is reachable and `box.info.status == "running"`. The application may still be initializing its own components after Tarantool starts, so an additional health check prevents requests from being routed to the instance until the application reports that it is ready.
ThCompiler
force-pushed
the
pool-additional-healtcheck
branch
from
August 28, 2026 12:36
85a6bbd to
7923281
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Allow
ConnectionPoolto exclude instances until an application running on top of Tarantool has completed its post-startup initialization. The built-in health check only confirms that Tarantool is reachable andbox.info.status == "running". The application may still be initializing its own components after Tarantool starts, so an additional health check prevents requests from being routed to the instance until the application reports that it is ready.