Hi Jacob,
Unfortunately, we need to stick with 1.0.10 for while..
Any idea what does this error means?
Thanks,
Alaa
On Wed, Mar 5, 2014 at 9:05 PM, Jacob Rhoden wrote:
> If this is a _new_ 8 node cluster, is there a specific reason you starting
> with 1.0.x, not 1.2.x? (Upgrading later will be
If this is a _new_ 8 node cluster, is there a specific reason you starting with
1.0.x, not 1.2.x? (Upgrading later will be more work)
__
Sent from iPhone
> On 6 Mar 2014, at 9:22 am, "Alaa Zubaidi (PDF)" wrote:
>
> Cassandra 1.0.10 with default settings..
>
>
>> O
Cassandra 1.0.10 with default settings..
On Wed, Mar 5, 2014 at 4:57 PM, Robert Coli wrote:
> On Wed, Mar 5, 2014 at 4:35 PM, Alaa Zubaidi (PDF)
> wrote:
>
>> I have a new 8 Node cluster, and when started loading data I see the
>> error below showing up a lot in 3 of the 8 Nodes:
>>
>
> What v
On Wed, Mar 5, 2014 at 4:35 PM, Alaa Zubaidi (PDF) wrote:
> I have a new 8 Node cluster, and when started loading data I see the error
> below showing up a lot in 3 of the 8 Nodes:
>
What version of cassandra? What mode of thrift server operation, sync or
hsha?
=Rob
Hi,
I have a new 8 Node cluster, and when started loading data I see the error
below showing up a lot in 3 of the 8 Nodes:
ERROR [Thrift:65] 2014-03-05 13:19:42,450 Cassandra.java (line 3041)
Internal error processing get_slice
java.lang.AssertionError
at
I'm not sure what those log messages are from. But….
> UnknownException: [host=192.168.2.13(192.168.2.13):9160, latency=11(31),
> attempts=1] SchemaDisagreementException()
Sounds a bit like.
http://wiki.apache.org/cassandra/FAQ#schema_disagreement
Cheers
-
Aaron Morton
Freel
Hi All,
i am facing problem while setting up my database. The error under mentioned
is reflected every time i try to
setup the DB. Unable to understand why these are occurring? though
previously it was working fine, i guess
it is some connection related issues.
UnknownException: [host=192.168.2.1
; This is on 1.0.8. It seems to happen transiently on multiple nodes in my
> cluster, every so often, and goes away.
>
>
> ERROR [Thrift:45] 2012-03-26 19:59:12,024 Cassandra.java (line 3041) Internal
> error processing get_slice
> java.lang.NullPo
Has anyone seen this particular NPE before from Cassandra?
This is on 1.0.8. It seems to happen transiently on multiple nodes in my
cluster, every so often, and goes away.
ERROR [Thrift:45] 2012-03-26 19:59:12,024 Cassandra.java (line 3041)
Internal error processing get_slice
message in error, please contact the sender immediately and irrevocably delete
this message and any copies.
From: aaron morton [mailto:aa...@thelastpickle.com]
Sent: Monday, February 06, 2012 21:03
To: user@cassandra.apache.org
Subject: Re: Internal error proce
Freelance Developer
@aaronmorton
http://www.thelastpickle.com
On 4/02/2012, at 4:49 AM, Viktor Jevdokimov wrote:
> What may be cause of the following exception in 1.0.7 Cassandra:
>
> ERROR [Thrift:134] 2012-02-03 15:51:02,800 Cassandra.java (line 3462)
> Internal error processing
What may be cause of the following exception in 1.0.7 Cassandra:
ERROR [Thrift:134] 2012-02-03 15:51:02,800 Cassandra.java (line 3462) Internal
error processing batch_mutate
java.util.ConcurrentModificationException
at
java.util.AbstractList$Itr.checkForComodification(AbstractList.java
Absolutely right. Patch attached to
https://issues.apache.org/jira/browse/CASSANDRA-3449
On Wed, Nov 2, 2011 at 2:09 PM, Erik Forkalsrud wrote:
> On 11/01/2011 09:02 PM, Jonathan Ellis wrote:
>>
>> That doesn't make sense to me. CS:147 is
>>
>> columnFamilyKeyMap.put(row.key, row.cf
On 11/01/2011 09:02 PM, Jonathan Ellis wrote:
That doesn't make sense to me. CS:147 is
columnFamilyKeyMap.put(row.key, row.cf);
where cFKM is
Map columnFamilyKeyMap = new
HashMap();
So cFKM can't be null, and HashMap accomodates both null key and null
value, so I'm not
uster running cassandra 1.0.0. After a
>> while in our load testing we are seeing Null pointer exception on
>> gets. Attached is the stack trace
>>
>>
>> ERROR [pool-2-thread-2241] 2011-11-01 15:52:19,335 Cassandra.java
&
:52:19,335 Cassandra.java
> (line 2999) Internal error processing get
> java.lang.NullPointerException
> at
> org.apache.cassandra.thrift.CassandraServer.readColumnFamily(CassandraServer.java:147)
> at
> org.apache.cassandra.thrift.CassandraServer
The count you specify is the worst case, so if you can't even allocate
a List to handle it, you shouldn't be specifying such a high count.
Better find that out immediately, then when your data set grows in
production.
On Mon, Aug 15, 2011 at 8:15 AM, Patrik Modesto
wrote:
> On Mon, Aug 15, 2011 a
On Mon, Aug 15, 2011 at 15:09, Jonathan Ellis wrote:
> On Mon, Aug 15, 2011 at 7:13 AM, Patrik Modesto
> wrote:
>> PS: while reading the email before I'd send it, I've noticed the
>> keyRange.count =... is it possible that Cassandra is preallocating
>> some internal data acording the KeyRange.cou
On Mon, Aug 15, 2011 at 7:13 AM, Patrik Modesto
wrote:
> PS: while reading the email before I'd send it, I've noticed the
> keyRange.count =... is it possible that Cassandra is preallocating
> some internal data acording the KeyRange.count parameter?
That's exactly what it does.
--
Jonathan Ell
Hi,
on our dev cluster of 4 cassandra nodes 0.7.8 I'm suddenly getting:
ERROR 13:40:50,848 Internal error processing get_range_slices
java.lang.OutOfMemoryError: Java heap space
at java.util.ArrayList.(ArrayList.java:112)
veloper
> @aaronmorton
> http://www.thelastpickle.com
>
> On 5 Aug 2011, at 12:46, Dikang Gu wrote:
>
> Sure, I can find the stack trace for some exceptions:
>
> ERROR [pool-2-thread-132] 2011-07-23 13:29:04,869 Cassandra.java (line
> 3210) Internal error processing get_ra
for some exceptions:
>
> ERROR [pool-2-thread-132] 2011-07-23 13:29:04,869 Cassandra.java (line 3210)
> Internal error processing get_range_slices
> java.lang.NullPointerException
> at org.apache.cassandra.db.ColumnFamily.diff(ColumnFamily.java
Sure, I can find the stack trace for some exceptions:
ERROR [pool-2-thread-132] 2011-07-23 13:29:04,869 Cassandra.java (line 3210)
Internal error processing get_range_slices
java.lang.NullPointerException
at org.apache.cassandra.db.ColumnFamily.diff(ColumnFamily.java:298)
at
)
... 10 more
Cheers
-
Aaron Morton
Freelance Cassandra Developer
@aaronmorton
http://www.thelastpickle.com
On 4 Aug 2011, at 15:26, Dikang Gu wrote:
> Yes, I do find the error log!
>
> ERROR [pool-2-thread-63] 2011-08-04 13:23:54,138 Cassandra.java (line 3210)
> In
Yes, I do find the error log!
ERROR [pool-2-thread-63] 2011-08-04 13:23:54,138 Cassandra.java (line 3210)
Internal error processing get_range_slices
java.lang.NullPointerException
I'm using the cassandra-0.8.1, is this a known bug?
Thanks.
--
Dikang Gu
0086 - 18611140205
On Wedn
There really should be something logged at the ERROR level in the server side
log, that error is raised when an unhanded exception bubbles out to the thrift
layer on the server.
Double check the logging is configured correctly.
Cheers
-
Aaron Morton
Freelance Cassandra Develo
I got this error when processing a lot operations….
2011-08-03 11:26:35,786 ERROR [com.iw.nebula.dao.simpledb.SimpleDBAdapter] -
2011-08-03 11:48:21,998 ERROR [com.iw.nebula.dao.simpledb.SimpleDBAdapter] -
I did not see anything wrong in the cassandra/system.log
What's your suggestions?
--
; "10.0.0.2" and auto_bootstrap: true. Then I created a keyspace and a
>> few column families in it.
>>
>> I imediately began to add items and to get all these "Internal error
>> processing get". I found it quite odd, I thought it had to do with
ot;. At server B (10.0.0.3) I configured seeds:
> "10.0.0.2" and auto_bootstrap: true. Then I created a keyspace and a
> few column families in it.
>
> I imediately began to add items and to get all these "Internal error
> processing get". I found it qui
e.
Then I created a keyspace and a few column families in it.
I imediately began to add items and to get all these "Internal error processing
get". I found it quite odd, I thought it had to do with the load I was putting
in, seeing that a few small tests had worked before. I spent quite
all the help so far!
>
> ERROR [pool-1-thread-14] 2011-04-20 17:36:45,928 Cassandra.java (line 2876)
> Internal error processing get_range_slices
> java.lang.OutOfMemoryError: Java heap space
> ERROR [pool-1-thread-14] 2011-04-20 17:37:21,076 Cassandra.java (line 2876)
> Internal
"internal error" means an error on the server. check the server log for the
stacktrace.
On Wed, Apr 20, 2011 at 11:54 AM, Renato Bacelar da Silveira <
renat...@indabamobile.co.za> wrote:
> Hi all
>
> I am just augmenting the information on the following error:
> > Write Latency: NaN ms.
> > Pending Tasks: 0
> > Key cache capacity: 20
> > Key cache size: 0
> > Key cache hit rate: NaN
> > Row cache: disabled
> > Compacted row minimum size: 0
> > Compacted row maximum size: 0
> > Compacted row mean size: 0
&
to say someone (Matthew Dennis) on the thread mentioned that
replication factor should be less than no. of nodes.
--
View this message in context: http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Internal-error-processing-insert-tp6025740p6025882.html
Sent from the cassandra-u...@incubator.apache.org mailing list archive at Nabble.com.
mean size: 0
>
>
Sorry I meant to say someone (Matthew Dennis) on the thread mentioned that
replication factor should be less than no. of nodes.
--
View this message in context:
http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Internal-error-processing-insert-tp6025740p6025882.html
Sent from the cassandra-u...@incubator.apache.org mailing list archive at
Nabble.com.
Compacted row minimum size: 0
Compacted row maximum size: 0
Compacted row mean size: 0
--
View this message in context:
http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Internal-error-processing-insert-tp6025740p6025878.html
Sent from the cassandra-u..
On Mon, Feb 14, 2011 at 6:28 PM, Aaron Morton wrote:
> Will take a closer look at the code tonight, perhaps we should return an
> error if you try to using Network Topology it cannot detect any DC's .
>
>
+1
27;]='ch@ngem3';
> Value inserted.
>
> --
> View this message in context:
> http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Internal-error-processing-insert-tp6025740p6025813.html<http://cassandra-user-incubator-apache-org.3065146.n2.nabblecom/Internal-error-processing-insert-tp6025740p6025813.html>
> Sent from the cassandra-u...@incubator.apache.org mailing list archive at
> Nabble.com.
>
>
h@ngem3';
Value inserted.
--
View this message in context: http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Internal-error-processing-insert-tp6025740p6025813.html
Sent from the cassandra-u...@incubator.apache.org mailing list archive at Nabble.com.
ndra
[default@twissandra] set users['jsmith']['password']='ch@ngem3';
Value inserted.
--
View this message in context:
http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Internal-error-processing-insert-tp6025740p6025813.html
Sent from the cassandra-u...@incubator.apache.org mailing list archive at
Nabble.com.
class = TimeUUIDType;
d34d6ee6-3893-11e0-9174-b7fa7ed61af9
[default@twissandra] set users['jsmith']['password']='ch@ngem3';
Internal error processing insert
--
View this message in context: http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Intern
efault@twissandra] create column family timeline with comparator =
LongType and
... default_validation_class = TimeUUIDType;
d34d6ee6-3893-11e0-9174-b7fa7ed61af9
[default@twissandra] set users['jsmith']['password']='ch@ngem3';
Internal error processing insert
-
gt;
> I am seeing:
>
> $ set users['jsmith']['password']='ch@ngem3';
> Internal error processing insert
>
> In the logs I see:
>
> java.lang.AssertionError: invalid response count 1 for replication factor 0
>at
>
> org.a
I am following example posted on
http://www.datastax.com/dev/tutorials/getting_started_0.7/using_cli#cassandra-cli
cli
I am seeing:
$ set users['jsmith']['password']='ch@ngem3';
Internal error processing insert
In the logs I see:
java.lang.AssertionError
n get_slice and batch_mutate calls. The
> errors went away when we switched to PropertyFileSnitch.
>
> Should dynamic_snitch work with SimpleSnitch? Should I open a Jira issue?
>
> Jim
>
> ERROR [pool-1-thread-55] 2011-01-14 15:53:45,998 Cassandra.java (line
> 27
SimpleSnitch? Should I open a Jira issue?
Jim
ERROR [pool-1-thread-55] 2011-01-14 15:53:45,998 Cassandra.java (line
2707) Internal error processing get_slice
java.lang.UnsupportedOperationException
at
org.apache.cassandra.locator.SimpleSnitch.getDatacenter(SimpleSnitch.java:40)
at
k that is
> does fix the problem ?
>
> --
> Sylvain
>
> On Thu, Sep 23, 2010 at 1:28 PM, Michal Augustýn
> wrote:
> > Ah, I didn't know that, thank you!
> > Here is the trace:
> > ERROR 13:25:59,418 Internal error processing get
> > java.lan
s the trace:
> ERROR 13:25:59,418 Internal error processing get
> java.lang.RuntimeException: java.util.concurrent.ExecutionException:
> java.lang.IllegalStateException: column is not marked for delete
> at
> org.apache.cassandra.service.StorageProxy.weakRead(StoragePr
Ah, I didn't know that, thank you!
Here is the trace:
ERROR 13:25:59,418 Internal error processing get
java.lang.RuntimeException: java.util.concurrent.ExecutionException:
java.lang.IllegalStateException: column is not marked for delete
t; 2) get column - all is ok
>> > 3) wait for 2 seconds
>> > 4) get column - all is ok
>> > 5) wait again for 2 seconds (so column should disappear)
>> > 6) get column - I got "Thrift.TApplicationException" of type 6 with
>> > message
>> > "Interna
e logs :
>
> ERROR 13:59:44,555 Internal error processing insert
> java.lang.AssertionError: invalid response count 1
> at
> org.apache.cassandra.service.WriteResponseHandler.determineBlockFor(WriteResponseHandler.java:87)
> at
> org.apache.cassandra.s
insert column with ttl = 3
> > 2) get column - all is ok
> > 3) wait for 2 seconds
> > 4) get column - all is ok
> > 5) wait again for 2 seconds (so column should disappear)
> > 6) get column - I got "Thrift.TApplicationException" of type 6 with
> message
>
t;
>
>
>
>
>
> On Thu, Sep 23, 2010 at 2:06 PM, vineet daniel wrote:
>
>> I got similar error but while inserting I am using 07 Beta 1 and l found
>> the following in the logs :
>>
>> ERROR 13:59:44,555 Internal error processing insert
>&g
ttp://in.linkedin.com/in/vineetdaniel>
| Twitter <https://twitter.com/vineetdaniel>
On Thu, Sep 23, 2010 at 2:06 PM, vineet daniel wrote:
> I got similar error but while inserting I am using 07 Beta 1 and l found
> the following in the logs :
>
> ERROR
I got similar error but while inserting I am using 07 Beta 1 and l found the
following in the logs :
ERROR 13:59:44,555 Internal error processing insert
java.lang.AssertionError: invalid response count 1
at
org.apache.cassandra.service.WriteResponseHandler.determineBlockFor
rt column with ttl = 3
> 2) get column - all is ok
> 3) wait for 2 seconds
> 4) get column - all is ok
> 5) wait again for 2 seconds (so column should disappear)
> 6) get column - I got "Thrift.TApplicationException" of type 6 with message
> "Internal error
ption" of type 6 with message
"Internal error processing get"
Do I have to change some Cassandra configuration in order to get ttl
working? Or am I doing anything in bad way?
Thank you!
Augi
ERROR (pool-1-thread-2)
> [org.apache.cassandra.thrift.Cassandra$Processor] - Internal error
> processing get_indexed_slices
> java.lang.NoSuchMethodError:
> org.apache.cassandra.db.ColumnFamilyStore.getIndexedColumns()Ljava/util/Set;
> at
> org.apache.cassandra.thrift.ThriftValidation.validateIndexCla
Seeing this error on the latest build with code that worked fine
previously. Any ideas?
2010-08-27 17:24:45,037 ERROR (pool-1-thread-2)
[org.apache.cassandra.thrift.Cassandra$Processor] - Internal error
processing get_indexed_slices
java.lang.NoSuchMethodError
i got the latest code from tip of trunk this morning, but i'm seeing
this. i recall a JIRA about this. maybe patch isn't on trunk?
ERROR [pool-1-thread-61] 2010-08-27 15:55:36,429 Cassandra.java (line
2980) Internal error processing batch_mutate
java.lang.NullPointerExcept
(line 1812)
Internal error process
ing describe_keyspace
java.lang.AssertionError
at
org.apache.cassandra.config.DatabaseDescriptor.getTableMetaData(DatabaseDescriptor.jav
a:924)
at
org.apache.cassandra.thrift.CassandraServer.describe_keyspace(CassandraServer.java:519
can you attach the full stacktrace?
On Fri, Apr 23, 2010 at 4:50 PM, Amol Deshpande
wrote:
> Hi,
>
>
>
> I ‘m new to Cassandra, trying to set up a single node to play with. I set
> one up in a VM (0.6.1 off the website) , running fedora 12. Things seem
> peachy in that I can connect to it with
Hi,
I 'm new to Cassandra, trying to set up a single node to play with. I
set one up in a VM (0.6.1 off the website) , running fedora 12. Things
seem peachy in that I can connect to it with a modified hector
ExampleClient, and insert data into it.
However, when I decided to view this data
On Tue, Apr 13, 2010 at 11:23 AM, Scott White wrote:
> ERROR [pool-1-thread-60] 2010-04-13 04:58:11,806 Cassandra.java (line 1492)
> Internal error processing insert
internal error means "check the server log for the stacktrace"
> Also a side question I was curious about
We started seeing for the first time errors that look like this last night
after things were running smoothly for a couple days after switching to
0.6-rc1:
ERROR [pool-1-thread-60] 2010-04-13 04:58:11,806 Cassandra.java (line 1492)
Internal error processing insert
We had not made any other
65 matches
Mail list logo