Hi, I think only LevelledCompactionStrategy makes sense on JBOD because that can distribute data more evenly. Although I don't know what is the exact strategy where each compaction strategy will store sstables. If you use SizeTieredCompactionStrategy you might run into problems when sstables get big enough. I think the theoretical maximum size for an STCS table is the half of one disk size. Because you might be able to run major compaction in that situation.
I wouldn't actually use JBOD with anything else than LCS. With smaller tables it doesn't really matter that much but with big tables you would run into problem with anything else. Please correct me if I am wrong. Hannu 2014-10-31 12:16 GMT+02:00 venkat sam <samvenkat...@outlook.com>: > Thanks Rob. > > We have disabled firewalls between the nodes and yet getting the same > error. > > I have one more doubt. In our cluster we configured size tiered compaction > strategy on JBOD and we are facing issues like uneven distribution of data. > Is it possible to change compaction strategy of tables with data? Which > compaction strategy will be ideal for data directories in JBOD ? > > ------------------------------ > Date: Thu, 30 Oct 2014 11:16:59 -0700 > Subject: Re: Commissioning failure > From: rc...@eventbrite.com > To: user@cassandra.apache.org > > > On Wed, Oct 29, 2014 at 10:39 PM, Aravindan T <aravinda...@tcs.com> wrote: > > What could be the reasons for the stream error other than SSTABLE > corruption? > > > There's tons of reasons streams fail. Cassandra team is aware of how > painful it makes things, so they are working on them. > > Be sure that a firewall is not dropping long running connections. > > =Rob > http://twitter.com/rcolidba >