Describe the bug
If GATEWAY server was offline( unavailable) during MAIN cluster restart then Hybrid table that references GATEWAY node can NOT be attached and MAIN cluster is NOT able to attach it even after GATEWAY cluster becomes available. This requires restarting the entire MAIN cluster. ATTACH TABLE doesnt help.
To Reproduce
Steps to reproduce the behavior:
- create Hybrid table in main cluster that references to gateway/vector cluster
- shutdown gateway/vector cluster
- restart Main cluster
- start gateway/vector cluster
- try to attach Hybrid table
Expected behavior
Table could be attached using "ATTACH TABLE .." statement if gateway/vector cluster become available.