imay commented on issue #549: Add a colocate join meta repair tool URL: https://github.com/apache/incubator-doris/issues/549#issuecomment-455438577 > @morningman > > > There is a serious problem that if the metadata has error, the Frontend instance may not even able to start, so that both HTTP or SQL way is useless... > > Yes. I agree with you. So this tool only handle colocate meta, not all Doris meta. If the colocate meta is broken, the Fe could run normally. > > > And also, we currently don't have a framework to redirect the request from non-master FE to Master FE(which SQL has), so you need to send the request directly to the Master FE, which may not be able to do so in some environment, such as visiting a proxy with 3 Frontends under it. You need also think about it. > > This tool is for Doris Admin. So I think a Doris Admin should know which FE is master. Doris can redirect HTTP request to master, you can refer to "http/rest/MultiStart.java", call `redirectToMaster` can redirect request to the master.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@doris.apache.org For additional commands, e-mail: dev-h...@doris.apache.org