We have a centralized RDBMS that backs the metastore, is it possible to set up multiple metastore instances behind a load balancer (all accessing the same RDBMS server)? Are the metastore instances stateful or need to know about other instances to avoid race conditions?
Thanks!