On Mon, Sep 9, 2013 at 6:15 AM, David McNelis <dmcne...@gmail.com> wrote:
> FSReadError in > /var/cassandra/data/et/http_request/ks-mycql3table-ic-1799-Data.db > > > Any suggestions on taking care of this? Should I just delete the sstable and > repair? The node keeps starting compactions and running into this after a > period of time. > > Can you interact with the SSTable not-via-Cassandra? Given that FSReadError very lightly extends FSError which itself is a very light extension of the Java builtin IOError, my hunch is that you have disk or filesystem level issues. =Rob