Return-Path: X-Original-To: apmail-cassandra-user-archive@www.apache.org Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 31390D10C for ; Mon, 16 Jul 2012 17:58:29 +0000 (UTC) Received: (qmail 85161 invoked by uid 500); 16 Jul 2012 17:58:26 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 85095 invoked by uid 500); 16 Jul 2012 17:58:26 -0000 Mailing-List: contact user-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cassandra.apache.org Delivered-To: mailing list user@cassandra.apache.org Received: (qmail 85079 invoked by uid 99); 16 Jul 2012 17:58:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Jul 2012 17:58:26 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=FSL_RCVD_USER,HTML_MESSAGE,NORMAL_HTTP_TO_IP,RCVD_IN_DNSWL_NONE,SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [208.113.200.5] (HELO homiemail-a80.g.dreamhost.com) (208.113.200.5) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Jul 2012 17:58:19 +0000 Received: from homiemail-a80.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a80.g.dreamhost.com (Postfix) with ESMTP id 3073537A07A for ; Mon, 16 Jul 2012 10:57:56 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=thelastpickle.com; h=from :mime-version:content-type:subject:date:in-reply-to:to :references:message-id; q=dns; s=thelastpickle.com; b=qgZeeZguvp njFCfK4/+g6djZi0R3QM748JQuigV2kGBjBJHzitvuLOYzx2/vftAwon7ZeuECJ3 C5IyP1bE4fX/Wb7wk6X2O0uQ/zwOmVOKe0RltXIXt6111gisoJzVLrCBxkpEPAT/ otfG9HGSYecY3mq8+gdIUZatdqk5F7HZ0= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=thelastpickle.com; h=from :mime-version:content-type:subject:date:in-reply-to:to :references:message-id; s=thelastpickle.com; bh=/0etw8w2h/baZU8q wYoOcRjJtlQ=; b=lStsIspsiI58esTXrOozPh4Mz6/hSChfs8NZWgAB8k6okcs1 Iohv6pehv+OE29WvTEEokV9m6QdmxuC6QzlDawoaUI7V3X+hluuV5uXS0lZPvKKf mWSWjKgpBlbMlaKrqLj//zDaNG3LdY839jHNkm0qTSOZvkBUd9r1IW6i+CI= Received: from [172.16.1.10] (unknown [203.86.207.101]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: aaron@thelastpickle.com) by homiemail-a80.g.dreamhost.com (Postfix) with ESMTPSA id 6EB8637A06F for ; Mon, 16 Jul 2012 10:57:55 -0700 (PDT) From: aaron morton Mime-Version: 1.0 (Apple Message framework v1278) Content-Type: multipart/alternative; boundary="Apple-Mail=_27BBD0F0-EFAC-4447-BDF5-8D3C42E46608" Subject: Re: bootstrapping problem. 1.1.2 version Date: Tue, 17 Jul 2012 05:57:51 +1200 In-Reply-To: To: user@cassandra.apache.org References: <95716856-AE06-4B31-A540-ECC4C459D683@thelastpickle.com> Message-Id: X-Mailer: Apple Mail (2.1278) --Apple-Mail=_27BBD0F0-EFAC-4447-BDF5-8D3C42E46608 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=iso-8859-1 > DC located in different environments one on Win7 other on Linux. Running different operating systems is not supported.=20 Cheers ----------------- Aaron Morton Freelance Developer @aaronmorton http://www.thelastpickle.com On 17/07/2012, at 12:30 AM, Michael Cherkasov wrote: > I found this error: >=20 > ERROR [Streaming to /192.168.36.25:10] 2012-07-16 16:26:25,206 = AbstractCassandraDaemon.java (line 134) Exception in thread = Thread[Streaming to /192.168.36.25:10,5,main] > java.lang.IllegalStateException: target reports current file is = \home\user\cassandra-data\data\DevKS\TestCase\DevKS-TestCase-hd-12-Data.db= but is = /home/user/cassandra-data/data/DevKS/TestCase/DevKS-TestCase-hd-12-Data.db= > at = org.apache.cassandra.streaming.StreamOutSession.validateCurrentFile(Stream= OutSession.java:174) > at = org.apache.cassandra.streaming.StreamReplyVerbHandler.doVerb(StreamReplyVe= rbHandler.java:59) > at = org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.= java:208) > at = org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:1= 81) > at = org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.j= ava:94) > at = org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30) > at = java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:= 1110) > at = java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java= :603) > at java.lang.Thread.run(Thread.java:636) >=20 > But I have no idea how to fix this. Also as you notice there's problem = with folder separator. DC located in different environments one on Win7 = other on Linux. >=20 > 2012/7/16 aaron morton > Check net stats a few times to look for progress, if there is none = take a look at the logs on both sides for errors. >=20 > Hope that helps.=20 >=20 >=20 > ----------------- > Aaron Morton > Freelance Developer > @aaronmorton > http://www.thelastpickle.com >=20 > On 14/07/2012, at 10:53 PM, Michael Cherkasov wrote: >=20 >> Hi all, >>=20 >> I have only one node and trying to add new DC with one node too. >>=20 >> So I do all steps according this instruction = http://www.datastax.com/docs/1.0/operations/cluster_management#adding-node= s-to-a-cluster >>=20 >> But looks like nothing happens: >>=20 >> D:\db\apache-cassandra-1.1.2\bin>nodetool netstats >> Starting NodeTool >> Mode: JOINING >> Not sending any streams. >> Streaming from: /192.168.33.118 >> DevKS: = \home\user\cassandra-data\data\DevKS\Test\DevKS-Test-hd-12-Data.db = sections=3D1 progress=3D0/369 - 0% >> DevKS: = \home\user\cassandra-data\data\DevKS\TestCase\DevKS-TestCase-hd-11-Data.db= sections=3D1 progress=3D0/7255721 - 0% >> DevKS: = \home\user\cassandra-data\data\DevKS\Parameter\DevKS-Parameter-hd-5-Data.d= b sections=3D1 progress=3D0/113 - 0% >> DevKS: = \home\user\cassandra-data\data\DevKS\Parameter\DevKS-Parameter-hd-6-Data.d= b sections=3D1 progress=3D0/601578 - 0% >> DevKS: = \home\user\cassandra-data\data\DevKS\Test\DevKS-Test-hd-13-Data.db = sections=3D1 progress=3D0/5138 - 0% >> DevKS: = \home\user\cassandra-data\data\DevKS\Parameter\DevKS-Parameter-hd-4-Data.d= b sections=3D1 progress=3D0/4049601 - 0% >> DevKS: = \home\user\cassandra-data\data\DevKS\Test\DevKS-Test-hd-14-Data.db = sections=3D1 progress=3D0/4481977 - 0% >> Pool Name Active Pending Completed >> Commands n/a 0 4 >> Responses n/a 0 3030 >>=20 >>=20 >> there's really good connection between DCs, I'm pretty sure that = there's no problem with connection. >> So what can be wrong there? >>=20 >> Also there was one more DC before, which was removed by 'removetoken' = command. for new DC I reused the same DC name. >=20 >=20 --Apple-Mail=_27BBD0F0-EFAC-4447-BDF5-8D3C42E46608 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=iso-8859-1
 DC located in = different environments one on Win7 other on = Linux.
Running different operating systems is = not supported. 

Cheers

http://www.thelastpickle.com

On 17/07/2012, at 12:30 AM, Michael Cherkasov = wrote:

I found this error:

ERROR = [Streaming to /192.168.36.25:10] = 2012-07-16 16:26:25,206 AbstractCassandraDaemon.java (line 134) = Exception in thread Thread[Streaming to /192.168.36.25:10,5,main]
java.lang.IllegalStateException: target reports current file is = \home\user\cassandra-data\data\DevKS\TestCase\DevKS-TestCase-hd-12-Data.db= but is = /home/user/cassandra-data/data/DevKS/TestCase/DevKS-TestCase-hd-12-Data.db=
        at = org.apache.cassandra.streaming.StreamOutSession.validateCurrentFile(Stream= OutSession.java:174)
        at = org.apache.cassandra.streaming.StreamReplyVerbHandler.doVerb(StreamReplyVe= rbHandler.java:59)
        at = org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.= java:208)
        at = org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:1= 81)
        at = org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.j= ava:94)
        at = org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
        at = java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:= 1110)
        at = java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java= :603)
        at = java.lang.Thread.run(Thread.java:636)

But I = have no idea how to fix this. Also as you notice there's problem with = folder separator. DC located in different environments one on = Win7 other on Linux.

2012/7/16 aaron morton <aaron@thelastpickle.com>
Check net stats a few times to look = for progress, if there is none take a look at the logs on both sides for = errors.

Hope that = helps. 


-----------------
Aaron Morton
Freelance = Developer
@aaronmorton

On 14/07/2012, at 10:53 PM, Michael Cherkasov = wrote:

Hi all,

I = have only one node and trying to add new DC with one node = too.


But looks like nothing = happens:

D:\db\apache-cassandra-1.1.2\bin>= ;nodetool netstats
Starting NodeTool
Mode: = JOINING
Not sending any streams.
Streaming from: /192.168.33.118
   DevKS: = \home\user\cassandra-data\data\DevKS\Test\DevKS-Test-hd-12-Data.db = sections=3D1 progress=3D0/369 - 0%
   DevKS: = \home\user\cassandra-data\data\DevKS\TestCase\DevKS-TestCase-hd-11-Data.db= sections=3D1 progress=3D0/7255721 - 0%
   DevKS: = \home\user\cassandra-data\data\DevKS\Parameter\DevKS-Parameter-hd-5-Data.d= b sections=3D1 progress=3D0/113 - 0%
   DevKS: = \home\user\cassandra-data\data\DevKS\Parameter\DevKS-Parameter-hd-6-Data.d= b sections=3D1 progress=3D0/601578 - 0%
   DevKS: = \home\user\cassandra-data\data\DevKS\Test\DevKS-Test-hd-13-Data.db = sections=3D1 progress=3D0/5138 - 0%
   DevKS: = \home\user\cassandra-data\data\DevKS\Parameter\DevKS-Parameter-hd-4-Data.d= b sections=3D1 progress=3D0/4049601 - 0%
   DevKS: = \home\user\cassandra-data\data\DevKS\Test\DevKS-Test-hd-14-Data.db = sections=3D1 progress=3D0/4481977 - 0%
Pool Name     =                Active   = Pending      Completed
Commands     =                    n/a =         0             =  4
Responses                 =       n/a         0     =       = 3030


there's really good = connection between DCs, I'm pretty sure that there's no problem with = connection.
So what can be wrong there?

Also there was = one more DC before, which was removed by 'removetoken' command. for new = DC I reused the same DC name.
=


= --Apple-Mail=_27BBD0F0-EFAC-4447-BDF5-8D3C42E46608--