cassandra_snapshotter
cassandra_snapshotter copied to clipboard
Unable to take backup. MalformedXML error
Hi, I am making following call but receiving MalformedXML error. Any idea, what i am missing?
cassandra-snapshotter --aws-access-key-id **** --aws-secret-access-key **** --s3-bucket-region **** --s3-bucket-name **** --s3-base-path **** backup --hosts localhost --nodetool-path ~/cassandra/cassandra/bin/nodetool --cassandra-bin-dir ~/cassandra/cassandra/bin/ --user ubuntu --cassandra-conf-path ~/cassandra/cassandra/conf
Do i need to create any policy at s3 bucket side? Currently, i have not configured any policy with same. Any pointer here would be of great help. Thanks!
Output:
[localhost] out: lzop 1.03
[localhost] out: LZO library 2.06
[localhost] out: Copyright (C) 1996-2010 Markus Franz Xaver Johannes Oberhumer
[localhost] out: lzop: lzop.c:351: f_open: Assertion ft->name[0]' failed. [localhost] out: lzop: lzop.c:351: f_open: Assertion
ft->name[0]' failed.
[localhost] out: lzop: lzop.c:351: f_open: Assertion ft->name[0]' failed. [localhost] out: lzop: lzop.c:351: f_open: Assertion
ft->name[0]' failed.
[localhost] out: Traceback (most recent call last):
[localhost] out: File "/usr/local/bin/cassandra-snapshotter-agent", line 9, in
what OS and lzop version do you have on your cassandra node?