You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Add UDFs to system.functions table
Delete the pod with one of the replicas
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
The text was updated successfully, but these errors were encountered:
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
system.functions
tablesystem.functions
tableExpected behavior
I would expect UDFs to be present in the
system.functions
tableThe text was updated successfully, but these errors were encountered: