Return-Path: Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: (qmail 82335 invoked from network); 27 Nov 2010 19:25:01 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 27 Nov 2010 19:25:01 -0000 Received: (qmail 29407 invoked by uid 500); 27 Nov 2010 19:25:01 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 29389 invoked by uid 500); 27 Nov 2010 19:25:01 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 29381 invoked by uid 99); 27 Nov 2010 19:25:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 27 Nov 2010 19:25:01 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 27 Nov 2010 19:24:59 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oARJObML014504 for ; Sat, 27 Nov 2010 19:24:37 GMT Message-ID: <15004016.1191290885877367.JavaMail.jira@thor> Date: Sat, 27 Nov 2010 14:24:37 -0500 (EST) From: "chris (JIRA)" To: commits@cassandra.apache.org Subject: [jira] Commented: (CASSANDRA-1781) Internal error processing get_range_slices In-Reply-To: <8484270.321681290765193670.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CASSANDRA-1781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12964423#action_12964423 ] chris commented on CASSANDRA-1781: ---------------------------------- I'm seeing exactly the same behaviour on 0.7-rc1. contrib/word_count (as well as my own map-reduce code based on contrib/word_count) works fine on a single-node, but as soon as i add more nodes to the cluster i get the same errors. This seems identical to issue #1724 (https://issues.apache.org/jira/browse/CASSANDRA-1724), but that ticket has been "resolved". I can provide logs if they're of use to anybody. Chris > Internal error processing get_range_slices > ------------------------------------------ > > Key: CASSANDRA-1781 > URL: https://issues.apache.org/jira/browse/CASSANDRA-1781 > Project: Cassandra > Issue Type: Bug > Components: Core > Affects Versions: 0.7.0 rc 1 > Environment: Debian Linux 2.6.32-openvz-amd64 x86_64 GNU/Linux, Cloudera hadoop CDH3 > Reporter: Patrik Modesto > > Runnig mapreduce task on two or more Cassandra nodes gives following error: > DEBUG 16:51:48,653 range_slice > DEBUG 16:51:48,653 RangeSliceCommand{keyspace='TEST', column_family='Url', super_column=null, predicate=SlicePredicate(column_names:[java.nio.HeapByteBuffer[pos=57 lim=67 cap=177]]), range=(162950022446285318630909295651345252065,9481098247439719900692337295923514899], max_keys=4096} > DEBUG 16:51:48,653 restricted ranges for query (162950022446285318630909295651345252065,9481098247439719900692337295923514899] are [(162950022446285318630909295651345252065,9481098247439719900692337295923514899]] > DEBUG 16:51:48,653 local range slice > ERROR 16:51:48,653 Internal error processing get_range_slices > java.lang.AssertionError: (162950022446285318630909295651345252065,9481098247439719900692337295923514899] > at org.apache.cassandra.db.ColumnFamilyStore.getRangeSlice(ColumnFamilyStore.java:1264) > at org.apache.cassandra.service.StorageProxy.getRangeSlice(StorageProxy.java:429) > at org.apache.cassandra.thrift.CassandraServer.get_range_slices(CassandraServer.java:514) > at org.apache.cassandra.thrift.Cassandra$Processor$get_range_slices.process(Cassandra.java:2868) > at org.apache.cassandra.thrift.Cassandra$Processor.process(Cassandra.java:2555) > at org.apache.cassandra.thrift.CustomTThreadPoolServer$WorkerProcess.run(CustomTThreadPoolServer.java:167) > at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) > at java.lang.Thread.run(Thread.java:619) > DEBUG 16:51:48,838 logged out: # > You can reproduce this by just running contrib/word_count example. Mapreduce last worked with Cassandra 0.7-beta2. Important is to run more than one node. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.