We had to set higher (60000) vacuum_delta to avoid #39
Then, when we try to vacuum freeze we get on:
ERROR: XX000 - node:datanode11, backend_pid:28825, nodename:datanode9,backend_pid:42554,message:tuple cannot be frozen now, please try later xid 1172990 cutoff xid 1186959 committs 14509364588940 RecentDataTs 14496642600457 RecentGlobalXmin 1196959 RecentGlobalDataXmin 1196959
Are these two related?
It's a blocker as it also causes other bugs to appear, i.e. errors like
ERROR: XX000 - node:datanode1, backend_pid:39522, nodename:datanode1,backend_pid:39522,message:relation 523409537 deleted while still in use
when trying to use a function in a create tbl as ... fn_immutable_that_does_lookup(..) in qual
which are total blockers for us.
Any hints?