Skip to content

Conversation

@templarzq
Copy link

@templarzq templarzq commented Dec 23, 2025

Citus version: master
DESCRIPTION:
set citus.writable_standby_coordinator ="on", when insert values on secondary work node, if the values belong to local shard tables, the plan will run on local node ,this will trigger an error.
this pull request will fix this error, route the plan to correct primary node to execute the insert sql.

Added check for if its running in recovery progress before returning task placement status.
add private Node pointer  null check
@templarzq templarzq changed the title Fix error when execute insert on secondary worker node Fix error when executing insert on secondary worker node Dec 24, 2025
templarzq

This comment was marked as resolved.

@templarzq
Copy link
Author

@templarzq please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.

@microsoft-github-policy-service agree [company="{your company}"]

Options:

  • (default - no company specified) I have sole ownership of intellectual property rights to my Submissions and I am not making Submissions in the course of work for my employer.
@microsoft-github-policy-service agree
  • (when company given) I am making Submissions in the course of work for my employer (or my employer has intellectual property rights in my Submissions by contract or applicable law). I have permission from my employer to make Submissions and enter into this Agreement on behalf of my employer. By signing below, the defined term “You” includes me and my employer.
@microsoft-github-policy-service agree company="Microsoft"

Contributor License Agreement

@microsoft-github-policy-service agree

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.

1 participant