Hello there,
I have two master dremium for high availability, but when restarted the service of primary node master, the second master node in stand-by fails while trying to take over as the new coordinator.
Dremio.conf
paths: {
# the local path for dremio to store data.
local: "/mnt/dremio-metadata"
dist: "s3a://vlr-dremio4-prd/dremio-storage/"
# the distributed path Dremio data including job results, downloads, uploads, etc
#dist: "pdfs://"${paths.local}"/pdfs"
}
services: {
coordinator.enabled: true,
coordinator.master.enabled: true,
executor.enabled: false,
coordinator.master.embedded-zookeeper.enabled: true
}
Server log:
server.log.zip (4,9,KB)