Write assurance in Cassandra

2010-07-04 Thread David Boxenhorn
As I understand it, when you write to Cassandra, you are assured that, if successful, the new data has been written to a log file - so that if there is a crash your data is safe. Is this correct? If the above is correct, there is something going on that I don't understand. Are the log files to

Re: Write assurance in Cassandra

2010-07-04 Thread Andrew Rollins
By default Cassandra syncs the commit log to disk periodically, so if you are looking at file sizes, you won't see the most up to date numbers. This is just like how if you tail a file that isn't flushing frequently, you might wait a little while before you see the updates. In periodic mode,

Re: Write assurance in Cassandra

2010-07-04 Thread David Boxenhorn
Thank you very much! I now understand things much better. However, my configuration is as follows: CommitLogSyncperiodic/CommitLogSync CommitLogSyncPeriodInMS1/CommitLogSyncPeriodInMS So I should see my commit log change after 10,000 milliseconds = 10 seconds? It seems to take much

Re: Write assurance in Cassandra

2010-07-04 Thread Andrew Rollins
Is your IO under heavy load? If it is, that may be the cause, otherwise I'm not sure what causes significant lag. On Linux I like to use iostat -tx 10 to check IO. - Andrew On Sun, Jul 4, 2010 at 4:04 AM, David Boxenhorn da...@lookin2.com wrote: Thank you very much! I now understand things

Re: Write assurance in Cassandra

2010-07-04 Thread David Boxenhorn
Yes, it was. I was dumping data from Oracle into Cassandra. On Sun, Jul 4, 2010 at 11:11 AM, Andrew Rollins and...@localytics.comwrote: Is your IO under heavy load? If it is, that may be the cause, otherwise I'm not sure what causes significant lag. On Linux I like to use iostat -tx 10 to

Re: Running Cassandra as a Windows Service

2010-07-04 Thread Richard Grossman
Hello Why not using Java Wrapper Service? http://wrapper.tanukisoftware.org/doc/english/download.jsp You can configure any java process as real windows services instead of batch files Richard On Thu, Jun 10, 2010 at 8:34 PM, Kochheiser,Todd W - TO-DITT1 twkochhei...@bpa.gov wrote: For

0.7 source code

2010-07-04 Thread Bill Hastings
Where can I find it? -- Cheers Bill

Re: 0.7 source code

2010-07-04 Thread Peter Schuller
Where can I find it? http://wiki.apache.org/cassandra/HowToContribute In particular: svn checkout http://svn.apache.org/repos/asf/cassandra/trunk cassandra-trunk -- / Peter Schuller

Re: Digg 4 Preview on TWiT

2010-07-04 Thread S Ahmed
Agreed, what exactly did they replace it with. On Sun, Jul 4, 2010 at 8:14 AM, Bill de hÓra b...@dehora.net wrote: On Mon, 2010-06-28 at 11:51 -0500, Eric Evans wrote: On Mon, 2010-06-28 at 07:53 -0700, Kochheiser,Todd W - TOK-DITT-1 wrote: On a related but separate note: While I am fairly

tool modeling data of cassandra

2010-07-04 Thread StiPh
Can you please tell whether there is a cassandra tool modeling data, which provides a standard way to define the data and relations between them, similar Entity-relation diagram in relational databases? -- View this message in context:

Re: 0.7 source code

2010-07-04 Thread Jesse McConnell
ya, trunk is 0.7...just update the version in the build.xml for your local build and just set it to 0.7-local or something...I think by default the build.xml is behind the times with what the trunk actually is cheers, jesse -- jesse mcconnell jesse.mcconn...@gmail.com On Sun, Jul 4, 2010 at