himanshug commented on issue #10621: URL: https://github.com/apache/druid/issues/10621#issuecomment-737581766
DR plan is to basically ensure that Druid cluster nodes are stateless. Just make sure you have DR plans for metadata store and deep storage ... as long as they are available you should be able to bring up a brand new Druid cluster pointing to those to get everything back. make sure to set `druid.indexer.storage.type=metadata` at overlord so that it stores task state in metadata store and also if you want to retain completed task logs after DR then push them outside of Druid nodes by setting `druid.indexer.logs.type` probably to same deep storage. (Ref https://druid.apache.org/docs/latest/configuration/index.html for more information on those configuration) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
