Thank you everyone for reviewing and voting on the release candidate! I'll start a vote result thread and begin to prepare for a release soon.
> I got some test failures: > org.apache.druid.storage.s3.TestAWSCredentialsProvider.testWithFileSessionCredentials(org.apache.druid.storage.s3.TestAWSCredentialsProvider) > Run 1: TestAWSCredentialsProvider.testWithFileSessionCredentials:98 Thanks for mentioning this Julian, currently I think the AWS_DEFAULT_REGION environment variable needs to be set for the S3 unit tests to work correctly, I will try to find a solution for this for the next release, or at least try to document it better. > - Could compile (with some difficultly it took several attempts - so I think the build order may not be correct?) Justin, what were the issues you ran into when compiling so we can be sure to clear it up for the next release? I know -Prat can cause issues if the directory isn't clean, but did even a plain 'mvn clean install' give you trouble? I will also try in a totally clean environment to see if I run into any problems. Cheers, Clint