Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UDF functions from system.functions table is not replicated when starting a new node #1174

Closed
xpolb01 opened this issue Jun 15, 2023 · 3 comments

Comments

@xpolb01
Copy link

xpolb01 commented Jun 15, 2023

We have an issue where sometimes one of our Clickhouse nodes goes down and we need to bring in a new node, everything is being replicated as expected except those user-defined functions. To solve it we have to go through our migrations, gather those and execute them separately on the new node. What would be the best way to manage this?

How to reproduce

  1. Add UDFs to system.functions table
  2. Delete the pod with one of the replicas
  3. On the new node there is not going to be UDS in the system.functions table

Expected behavior

I would expect UDFs to be present in the system.functions table

@alex-zaitsev
Copy link
Member

@xpolb01 , thank you, it is a known issue. We will accelerate the fix.

@alex-zaitsev
Copy link
Member

Fixed in 0.21.2 (next release)

@xpolb01
Copy link
Author

xpolb01 commented Jun 22, 2023

Thank you!

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

No branches or pull requests

2 participants