eBay / akutan

A distributed knowledge graph store
Apache License 2.0
1.65k stars 107 forks source link

How to delete exist Beam's Disk Views before restarting the cluster #32

Closed shanghai-Jerry closed 5 years ago

shanghai-Jerry commented 5 years ago

You'll need to clear out Beam's Disk Views' data before restarting the cluster.

superfell commented 5 years ago

The default dev config places the diskviews rocksDB at $TMPDIR/rocksdb-beam-diskview-{space}-{partition}

So you can delete them all with rm -rf $TMPDIR/rocksdb-beam-diskview*

shanghai-Jerry commented 5 years ago

while i use kafka as log store, it causes response did not contain all the expected topic/partition blocks

superfell commented 5 years ago

What version of kafka are you using? we did most of our testing with .11. If you're using something newer, then you might need a newer version of samara (the kafka client thats used) to match the kafka server version.