On Mon, Jan 24, 2011 at 4:15 PM, Dan Hendry <dan.hendry.j...@gmail.com>wrote:
> I am trying to repair a single CF using nodetool. It seems like the request > to limit the repair to one CF is not being respected. Here is my current > situation: > > - Run “nodetool repair *KEYSPACE* CF_A” on node 3 > > - Validation compaction runs on nodes 2,3,4 for CF_A only > (expected) > > - Node 3 streams SSTables from CF_A only to nodes 2 and 4 > (expected) > > - Nodes 2 and 4 stream SSTables from ALL column families in the > keyspace to node 2 (VERY unexpected) > > - Node 2 runs out of disk space before SSTable rebuild for all > cfs can complete. > > > > Presumably this is a bug (?). This is the first time in quite awhile that I > have run a repair (I don’t perform deletes, just use expiring columns). I > have included pertinent log entries below: > > > > > > Log entry from node 3 after running out of disk space: > > > > INFO [Thread-3462] 2011-01-24 16:00:40,658 StreamInSession.java (line 124) > Streaming of file > /var/lib/cassandra/data/kikmetrics/UserEventsByEvent-e-1313-Data.db/(0,28295156514) > > progress=15267921920/28295156514 - 53% from > org.apache.cassandra.streaming.StreamInSession@8df7e0c failed: requesting > a retry. > > INFO [Thread-3423] 2011-01-24 16:00:40,658 StreamInSession.java (line 124) > Streaming of file > /var/lib/cassandra/data/kikmetrics/UserEventsByEvent-e-1348-Data.db/(29530620905,58066315307) > > progress=18898300928/28535694402 - 66% from > org.apache.cassandra.streaming.StreamInSession@8df7e0c failed: requesting > a retry. > > Can you test this against the 0.7 branch? There were some bugs fixed in StreamInSession that may be related ( https://issues.apache.org/jira/browse/CASSANDRA-1992) -Brandon