Cassandra Resource Planning

2016-03-31 Thread Joe Hicks
I am doing resource planning and could use some help. How many operations people will I need to manage my Cassandra implementation for two sites with 10 nodes at each site? As, my cluster grows at what point will I need to add another person?

Re:invalid shard name encountered

2011-10-08 Thread hicks

i have a question about "commitlog_sync"

2011-10-08 Thread hicks
hi,all: i have a question about the option "commitlog_sync" in cassandra.yaml file.when its value is set to "batch",the ICommitLogExecutorService instance of CommitLog will be BatchCommitLogExecutorService in which there is a method named processWithSyncBatch.and in this method,there is a code