You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to perform backup to S3 bucket, but I didn't provide AWS credentials dcos cassandra backup start --external_location=s3:somebucket —backup_name=backup01
I stopped this backup with dcos cassandra backup stop.
After stopping it dcos cassandra backup status shows no running/pending backup but upload-node-0 task is still running.
Logs from upload-node-0 task:
ERROR [2017-03-09 11:19:30,488] com.mesosphere.dcos.cassandra.executor.tasks.UploadSnapshot: Upload snapshot failed
! java.lang.NullPointerException: null
! at com.mesosphere.dcos.cassandra.executor.backup.S3StorageDriver.getPrefixKey(S3StorageDriver.java:62) ~[cassandra-executor.jar:na]
! at com.mesosphere.dcos.cassandra.executor.backup.S3StorageDriver.upload(S3StorageDriver.java:142) ~[cassandra-executor.jar:na]
! at com.mesosphere.dcos.cassandra.executor.tasks.UploadSnapshot.run(UploadSnapshot.java:82) ~[cassandra-executor.jar:na]
! at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [na:1.8.0_121]
! at java.util.concurrent.FutureTask.run(FutureTask.java:266) [na:1.8.0_121]
! at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [na:1.8.0_121]
! at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [na:1.8.0_121]
! at java.lang.Thread.run(Thread.java:745) [na:1.8.0_121]
The text was updated successfully, but these errors were encountered:
I was trying to perform backup to S3 bucket, but I didn't provide AWS credentials
dcos cassandra backup start --external_location=s3:somebucket —backup_name=backup01
The backup status stuck in
IN_PROGRESS
state:I stopped this backup with
dcos cassandra backup stop
.After stopping it
dcos cassandra backup status
shows no running/pending backup butupload-node-0
task is still running.Logs from
upload-node-0
task:The text was updated successfully, but these errors were encountered: