frankgh opened a new pull request, #52: URL: https://github.com/apache/cassandra-sidecar/pull/52
During SSTable upload, the upload will fail if the configured staging directory does not exist. When this occurs an operator must manually create the directory, which increases the configuration toil. In this commit, we automatically create the staging directory if it doesn't exists during SSTable upload. This improves the overall operational experience when running the Sidecar. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

