Skip to content

fix(hologres): enable thread-safe concurrent inserts#811

Merged
XuanYang-cn merged 1 commit into
zilliztech:mainfrom
zpatronus:fix/hologres-concurrent-insert-thread-safe
Jul 15, 2026
Merged

fix(hologres): enable thread-safe concurrent inserts#811
XuanYang-cn merged 1 commit into
zilliztech:mainfrom
zpatronus:fix/hologres-concurrent-insert-thread-safe

Conversation

@zpatronus

Copy link
Copy Markdown
Contributor

This addresses the functional failure in the Hologres client introduced by 7e251b6, which added the concurrent insert runner without setting thread_safe=False for Hologres. This implements per-thread connection management via threading.local() to enable safe parallel loading.

This addresses the functional failure in the Hologres client introduced by 7e251b6, which added the concurrent insert runner without setting thread_safe=False for Hologres. This implements per-thread connection management via threading.local() to enable safe parallel loading.
@zpatronus

Copy link
Copy Markdown
Contributor Author

/assign @XuanYang-cn

@sre-ci-robot

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: XuanYang-cn, zpatronus

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@XuanYang-cn XuanYang-cn merged commit cda6227 into zilliztech:main Jul 15, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants