1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

CasandraでIncompatible SSTable found.が発生する

Posted at

CasandraでIncompatible SSTable found.が発生する。

cassandra.batを実行させた際に
java.lang.RuntimeException: Incompatible SSTable found.
と表示されてしまう。

原因

apache-cassandra-1.1.12
から
apache-cassandra-2.0.16
にした際に
apache-cassandra-1.1.12のSSTableがapache-cassandra-2.0.16の作成するフォルダに
残ってしまっていたからっぽい(たぶん)

解決策

apache-cassandra-2.0.16\conf\cassandra.yamlの
data_file_directories
commitlog_directory
saved_caches_directory
を違うディレクトリにした

それにしても
/var/lib/cassandra
ってどこにあるんだろう。。。

こんなとこにあった。。。
C:\var\lib\cassandra

参考にしたサイト
http://www.intra-mart.jp/download/product/iap/setup/cassandra_administrator_guide/texts/versionup/index.html

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?