Re: [VOTE] Release Apache Cassandra 2.0.0-beta1

2013-07-10 Thread Vijay
+1

Regards,



On Tue, Jul 9, 2013 at 2:20 AM, Sylvain Lebresne wrote:

> Cassandra 2.0 is coming along but we now need wider testing. So I propose
> the
> following artifacts for release as 2.0.0-beta1. Let it be clear that it is
> only
> a beta (and the first one at that), so we know it's not perfect, but the
> current goal is first and foremost to get better testing.
>
> sha1: fcdb39384e8570cf38c027f38b799181da06d56d
> Git:
>
> http://git-wip-us.apache.org/repos/asf?p=cassandra.git;a=shortlog;h=refs/tags/2.0.0-beta1-tentative
> Artifacts:
>
> https://repository.apache.org/content/repositories/orgapachecassandra-117/org/apache/cassandra/apache-cassandra/2.0.0-beta1/
> Staging repository:
> https://repository.apache.org/content/repositories/orgapachecassandra-117/
>
> The artifacts as well as the debian package are also available here:
> http://people.apache.org/~slebresne/
>
> The vote will be open for 72 hours (longer if needed).
>
> [1]: http://goo.gl/LorY5 (CHANGES.txt)
> [2]: http://goo.gl/zEt5i (NEWS.txt)
>


Some node can not receive GossipDigestAckMessage

2013-07-10 Thread HuS . Andy
Hi, 
I am a newbie.
NodeA Node B Node C, Node D are OpenStack VM,NodeA and NodeB on the same host 
X.X.X.104, but Node C and NodeD on another host X.X.X.106 Cassandra version is 
1.2.6.
when I startup cassandra, I found there being two 2nodes'cluster instead of 4 
nodes'cluster. Node A and B, Node C and D.
Then I open the log4j TRACE mode.
I found something:Node A sending that GossipDigestAckMessage to Node B, Node B 
can receive it, so NodeB can send GossipDigestAck2Message to NodeA. So A and B 
can be peers.But Node A  Sending a GossipDigestAckMessage to NodeC, but Node C 
can not receive that ack msg, so C and A keep sending GossipDigestSyn msg.
I am cant find the key to solve this problem. May have something I configured 
wrong? Who can help me out.
Look forward to your answers! Thanks.
Best Regards,Andy Hu(胡珊)
  

Re: org.apache.cassandra.cli.CliTest:testCli is failing

2013-07-10 Thread Suresh Sajja
Hi,

For me CliTest is passed now. I am using 64 bit Ubuntu 12.04.2 LTS.




On Tue, Jul 9, 2013 at 8:16 PM, Jonathan Ellis  wrote:

> CliTest passes for me and the buildbots on trunk.  Are you running Windows?
>
> On Tue, Jul 9, 2013 at 2:43 AM, Suresh Sajja 
> wrote:
> > Hi,
> >
> > I checked out fresh sources from git. I am trying to run unit tests by
> > executing
> >
> > $ant test
> >
> > but the CliTest is failing.
> >
> > The log trace is attached below. Can someone help me if i am missing any
> > configs.
> >
> > Thank you.
> >
> >
> > ERROR [FlushWriter:1] 2013-07-09 15:03:28,428 SSTable.java (line 306)
> > Missing component:
> >
> build/test/cassandra/data/system/IndexInfo/system-IndexInfo-tmp-ja-6-Summary.db
> > ERROR [FlushWriter:1] 2013-07-09 15:03:28,429 SSTable.java (line 306)
> > Missing component:
> >
> build/test/cassandra/data/system/IndexInfo/system-IndexInfo-tmp-ja-6-Statistics.db
> > ERROR [FlushWriter:1] 2013-07-09 15:03:28,430 SSTable.java (line 306)
> > Missing component:
> >
> build/test/cassandra/data/system/IndexInfo/system-IndexInfo-tmp-ja-6-CompressionInfo.db
> > ERROR [FlushWriter:1] 2013-07-09 15:03:28,430 SSTable.java (line 306)
> > Missing component:
> >
> build/test/cassandra/data/system/IndexInfo/system-IndexInfo-tmp-ja-6-Data.db
> > DEBUG [FlushWriter:1] 2013-07-09 15:03:28,430 FileUtils.java (line 113)
> > Deleting system-IndexInfo-tmp-ja-6-TOC.txt
> > DEBUG [FlushWriter:1] 2013-07-09 15:03:28,430 FileUtils.java (line 113)
> > Deleting system-IndexInfo-tmp-ja-6-Index.db
> > DEBUG [FlushWriter:1] 2013-07-09 15:03:28,430 FileUtils.java (line 113)
> > Deleting system-IndexInfo-tmp-ja-6-Filter.db
> > DEBUG [FlushWriter:1] 2013-07-09 15:03:28,431 SSTable.java (line 153)
> > Deleted
> build/test/cassandra/data/system/IndexInfo/system-IndexInfo-tmp-ja-6
> > ERROR [FlushWriter:1] 2013-07-09 15:03:28,433 CassandraDaemon.java (line
> > 196) Exception in thread Thread[FlushWriter:1,5,main]
> > java.lang.AssertionError
> > at
> >
> org.apache.cassandra.io.util.FileUtils.renameWithConfirm(FileUtils.java:130)
> > at
> >
> org.apache.cassandra.io.util.FileUtils.renameWithConfirm(FileUtils.java:125)
> > at
> >
> org.apache.cassandra.io.sstable.SSTableWriter.rename(SSTableWriter.java:363)
> > at
> >
> org.apache.cassandra.io.sstable.SSTableWriter.rename(SSTableWriter.java:355)
> > at
> >
> org.apache.cassandra.io.sstable.SSTableWriter.closeAndOpenReader(SSTableWriter.java:314)
> > at
> >
> org.apache.cassandra.io.sstable.SSTableWriter.closeAndOpenReader(SSTableWriter.java:296)
> > at
> >
> org.apache.cassandra.db.Memtable$FlushRunnable.writeSortedContents(Memtable.java:427)
> > at
> > org.apache.cassandra.db.Memtable$FlushRunnable.runWith(Memtable.java:381)
> > at
> >
> org.apache.cassandra.io.util.DiskAwareRunnable.runMayThrow(DiskAwareRunnable.java:48)
> > at
> > org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:28)
> > at
> >
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
> > at
> >
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
> > at java.lang.Thread.run(Thread.java:724)
>
>
>
> --
> Jonathan Ellis
> Project Chair, Apache Cassandra
> co-founder, http://www.datastax.com
> @spyced
>


CQL 3.0

2013-07-10 Thread Murali
Hi experts,

Can we use CQL 3.0 to get the partition / cluster information from
cassandra server?


Thanks,
Murali