Return-Path: Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: (qmail 36809 invoked from network); 3 Apr 2010 15:06:07 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 3 Apr 2010 15:06:07 -0000 Received: (qmail 53000 invoked by uid 500); 3 Apr 2010 15:06:06 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 52983 invoked by uid 500); 3 Apr 2010 15:06:06 -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 52975 invoked by uid 99); 3 Apr 2010 15:06:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Apr 2010 15:06:06 +0000 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=AWL,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of benoit@noisette.ch designates 74.125.82.172 as permitted sender) Received: from [74.125.82.172] (HELO mail-wy0-f172.google.com) (74.125.82.172) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Apr 2010 15:06:01 +0000 Received: by wyb29 with SMTP id 29so1173811wyb.31 for ; Sat, 03 Apr 2010 08:05:40 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.38.143 with HTTP; Sat, 3 Apr 2010 08:05:39 -0700 (PDT) In-Reply-To: References: Date: Sat, 3 Apr 2010 17:05:39 +0200 Received: by 10.216.89.130 with SMTP id c2mr2208666wef.44.1270307139717; Sat, 03 Apr 2010 08:05:39 -0700 (PDT) Message-ID: Subject: Re: 0.5.1 exception: java.io.IOException: Reached an EOL or something bizzare occured From: Benoit Perroud To: user@cassandra.apache.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable My guess is that the servers I use have not enough I/O nor CPU power. I run on a virtualized env, and even the vmstat command lag a lot. But it do not appears that the overall application behavior is degraded by this error, only the "eventually" takes a little longer. -- Kind regads, Benoit. 2010/4/3 Anty : > Does anyone have solve the problem?I encounter the same error too. > > On Mon, Mar 29, 2010 at 12:12 AM, Benoit Perroud wro= te: >> >> I got the same error when the nodes are using lot of I/O, i.e during >> compaction. >> >> 2010/3/28 Eric Yu : >> > I have not restart my nodes. >> > OK, may be I should give 0.6 a try. >> > >> > On Sun, Mar 28, 2010 at 9:53 AM, Jonathan Ellis >> > wrote: >> >> >> >> It means that a MessagingService socket closed unexpectedly. =C2=A0If >> >> you're starting and restarting nodes that could cause it. >> >> >> >> This code is obsolete in 0.6 anyway. >> >> >> >> On Sat, Mar 27, 2010 at 8:51 PM, Eric Yu wrote: >> >> > And one more clue here, when ReplicateFactor is 1, it's OK, after >> >> > changed to >> >> > 2, the exception occurred. >> >> > >> >> > On Sun, Mar 28, 2010 at 9:46 AM, Eric Yu wrote: >> >> >> >> >> >> Hi Jonathan, >> >> >> >> >> >> I upgraded my jdk to latest version, and I am sure I start Cassand= ra >> >> >> with >> >> >> it (set JAVA_HOME in cassansra.in.sh). >> >> >> But the exception still there, any idea? >> >> >> >> >> >> On Sun, Mar 28, 2010 at 12:02 AM, Jonathan Ellis >> >> >> wrote: >> >> >>> >> >> >>> This means you need to upgrade your jdk to build 18 or later >> >> >>> >> >> >>> On Sat, Mar 27, 2010 at 10:55 AM, Eric Yu wrot= e: >> >> >>> > Hi, list >> >> >>> > I got this exception when insert into a cluster with 5 node, is >> >> >>> > this >> >> >>> > a >> >> >>> > bug >> >> >>> > or something else is wrong. >> >> >>> > >> >> >>> > here is the system log: >> >> >>> > >> >> >>> > =C2=A0INFO [GMFD:1] 2010-03-27 23:15:16,145 Gossiper.java (line= 543) >> >> >>> > InetAddress >> >> >>> > /172.19.15.210 is now UP >> >> >>> > ERROR [Timer-1] 2010-03-27 23:23:27,739 TcpConnection.java (lin= e >> >> >>> > 308) >> >> >>> > Closing down connection java.nio.channels.SocketChannel[connect= ed >> >> >>> > local=3D/172.19.15.209:58261 remote=3D/172.19.15.210:7000] with >> >> >>> > 342218 >> >> >>> > writes >> >> >>> > remaining. >> >> >>> > =C2=A0INFO [Timer-1] 2010-03-27 23:23:27,792 Gossiper.java (lin= e 194) >> >> >>> > InetAddress >> >> >>> > /172.19.15.210 is now dead. >> >> >>> > =C2=A0INFO [GMFD:1] 2010-03-27 23:23:32,214 Gossiper.java (line= 543) >> >> >>> > InetAddress >> >> >>> > /172.19.15.210 is now UP >> >> >>> > ERROR [Timer-1] 2010-03-27 23:24:47,846 TcpConnection.java (lin= e >> >> >>> > 308) >> >> >>> > Closing down connection java.nio.channels.SocketChannel[connect= ed >> >> >>> > local=3D/172.19.15.209:59801 remote=3D/172.19.15.210:7000] with >> >> >>> > 256285 >> >> >>> > writes >> >> >>> > remaining. >> >> >>> > =C2=A0INFO [Timer-1] 2010-03-27 23:24:47,846 Gossiper.java (lin= e 194) >> >> >>> > InetAddress >> >> >>> > /172.19.15.210 is now dead. >> >> >>> > =C2=A0WARN [MESSAGING-SERVICE-POOL:1] 2010-03-27 23:25:05,580 >> >> >>> > TcpConnection.java >> >> >>> > (line 484) Problem reading from socket connected to : >> >> >>> > java.nio.channels.SocketChannel[connected >> >> >>> > local=3D/172.19.15.209:7000 >> >> >>> > remote=3D/172.19.15.210:55473] >> >> >>> > =C2=A0INFO [GMFD:1] 2010-03-27 23:25:05,580 Gossiper.java (line= 543) >> >> >>> > InetAddress >> >> >>> > /172.19.15.210 is now UP >> >> >>> > =C2=A0WARN [MESSAGING-SERVICE-POOL:2] 2010-03-27 23:25:05,580 >> >> >>> > TcpConnection.java >> >> >>> > (line 484) Problem reading from socket connected to : >> >> >>> > java.nio.channels.SocketChannel[connected >> >> >>> > local=3D/172.19.15.209:7000 >> >> >>> > remote=3D/172.19.15.210:45504] >> >> >>> > =C2=A0WARN [MESSAGING-SERVICE-POOL:2] 2010-03-27 23:25:05,580 >> >> >>> > TcpConnection.java >> >> >>> > (line 485) Exception was generated at : 03/27/2010 23:25:05 on >> >> >>> > thread >> >> >>> > MESSAGING-SERVICE-POOL:2 >> >> >>> > Reached an EOL or something bizzare occured. Reading from: >> >> >>> > /172.19.15.210 >> >> >>> > BufferSizeRemaining: 16 >> >> >>> > java.io.IOException: Reached an EOL or something bizzare occure= d. >> >> >>> > Reading >> >> >>> > from: /172.19.15.210 BufferSizeRemaining: 16 >> >> >>> > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at >> >> >>> > org.apache.cassandra.net.io.StartState.doRead(StartState.java:4= 4) >> >> >>> > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at >> >> >>> > >> >> >>> > >> >> >>> > org.apache.cassandra.net.io.ProtocolState.read(ProtocolState.ja= va:39) >> >> >>> > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at >> >> >>> > org.apache.cassandra.net.io.TcpReader.read(TcpReader.java:95) >> >> >>> > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at >> >> >>> > >> >> >>> > >> >> >>> > >> >> >>> > org.apache.cassandra.net.TcpConnection$ReadWorkItem.run(TcpConn= ection.java:445) >> >> >>> > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at >> >> >>> > >> >> >>> > >> >> >>> > >> >> >>> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExe= cutor.java:1110) >> >> >>> > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at >> >> >>> > >> >> >>> > >> >> >>> > >> >> >>> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolEx= ecutor.java:603) >> >> >>> > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 at java.lang.Thread.= run(Thread.java:636) >> >> >>> > >> >> >>> > =C2=A0INFO [MESSAGING-SERVICE-POOL:2] 2010-03-27 23:25:05,580 >> >> >>> > TcpConnection.java >> >> >>> > (line 315) Closing errored connection >> >> >>> > java.nio.channels.SocketChannel[connected >> >> >>> > local=3D/172.19.15.209:7000 >> >> >>> > remote=3D/172.19.15.210:45504] >> >> >>> > =C2=A0WARN [MESSAGING-SERVICE-POOL:1] 2010-03-27 23:25:05,632 >> >> >>> > TcpConnection.java >> >> >>> > (line 485) Exception was generated at : 03/27/2010 23:25:05 on >> >> >>> > thread >> >> >>> > MESSAGING-SERVICE-POOL:1 >> >> >>> > >> >> >> >> >> > >> >> > >> > >> > > > > > -- > Best Regards > Anty Rao >