Re: Upgrade 1.1.10 -> 1.2.4

2013-05-16 Thread Everton Lima
as a client. Download hector and use the correct client libraries. > > On Wed, May 15, 2013 at 5:13 PM, Everton Lima wrote: > >> But using this code: >> >> ThriftSessionManager.instance.setCurrentSocket(new >> InetSocketAddress(9160)); >> >> I wi

Re: Upgrade 1.1.10 -> 1.2.4

2013-05-15 Thread Everton Lima
ew > InetSocketAddress(9160)); > server = new CassandraServer(); > server.set_keyspace("Keyspace1"); > } > > > > On Wed, May 15, 2013 at 4:24 PM, Everton Lima wrote: > >> Hello, someone can help me to use the Object CassandraServer() in version >> 1.2.4?? >&g

Upgrade 1.1.10 -> 1.2.4

2013-05-15 Thread Everton Lima
) { cState = new ThriftClientState(); activeSocketSessions.put(socket, cState); } return cState; } the variable socket is null. This methos is calling with: CassandraServer cs = new CassandraServer(); cs.describe_keyspace() -- Everton Lima Aleixo Bacharel

Re: Cassandra Client Recommendation

2013-04-16 Thread Everton Lima
gt; elaborate that slightly? What do you mean by that? > 3) Does Astyanax supports asynch capabilities? > > > On Tue, Apr 16, 2013 at 11:05 PM, Everton Lima wrote: > >> Hi Techy, >> >> We are using Astyanax with cassandra 1.2.4. >> >> beneficits: >>

Re: Cassandra Client Recommendation

2013-04-16 Thread Everton Lima
t that uses Binary protocol. > > --3) Pelops client > > > Can anyone provide some thoughts on this? Some advantages and > disadvantages for these three will be great start for me. > > > Keeping in mind, we are running Cassandra 1.2.2 in production environment. >

Re: ERROR service.AbstractCassandraDaemon: Exception in thread Thread[Thrift:4,5,main]

2013-04-08 Thread Everton Lima
ngs and make sure cassandra > has at least 4GB of JVM heap. The heap size is calculated in > cassandra-env.sh. > > Cheers > > - > Aaron Morton > Freelance Cassandra Consultant > New Zealand > > @aaronmorton > http://www.thelastpickle.com &

Re: Failed to connect to '127.0.0.1:7199'

2013-04-06 Thread Everton Lima
his node, the other two nodes is OK when I use nodetool > commend. So what's the problem with that node? > -- Everton Lima Aleixo Bacharel em Ciência da Computação pela UFG Mestrando em Ciência da Computação pela UFG Programador no LUPA

ERROR service.AbstractCassandraDaemon: Exception in thread Thread[Thrift:4,5,main]

2013-04-05 Thread Everton Lima
ection.run(IncomingTcpConnection.java:113) [04/04/13 20:20:01,114 BRT] ERROR service.AbstractCassandraDaemon: Exception in thread Thread[CompactionExecutor:7,1,main] java.lang.OutOfMemoryError: Java heap space -- Everton Lima Aleixo Mestrando em Ciência da Computação pela UFG Programador no LUPA

Re: Retrieving local data

2013-02-28 Thread Everton Lima
li/cql/SELECT > > Cheers > > - > Aaron Morton > Freelance Cassandra Developer > New Zealand > > @aaronmorton > http://www.thelastpickle.com > > On 25/02/2013, at 10:06 AM, Everton Lima wrote: > > Hi people, > > I was needing to

Re: Problem with CQL

2013-02-28 Thread Everton Lima
Thanks. Thats work. Why an Equal restriction is required? 2013/2/28 Jason Wee > You need an equal operator in your query. For instance, SELECT * FROM > users WHERE country = 'malaysia' age > 20 > > > On Thu, Feb 28, 2013 at 10:04 PM, Everton Lima wrote: > &g

Problem with CQL

2013-02-28 Thread Everton Lima
Someone can help me, please? -- Everton Lima Aleixo Mestrando em Ciência da Computação pela UFG Programador no LUPA

ReverseIndexExample

2013-02-22 Thread Everton Lima
Hello, Anyone have already used ReverseIndexQuery from Astyanay. I was tring to understand it, but I execute the example of Astyanax Site and can not understood. Ssomeone can help me please? Thanks; -- Everton Lima Aleixo Mestrando em Ciência da Computação pela UFG Programador no LUPA

Re: Netflix/Astynax Client for Cassandra

2013-02-07 Thread Everton Lima
or Cassandra? I >> have used Hector before and would like to evaluate astynax. Not sure, how >> it is accepted in Cassandra community. Any issues with it or advantagest? >> API looks very clean and simple compare to Hector. Has anyone used it in >> production except Netflix themselves? >> >> Thanks >> LCassa >> >> >> > -- Everton Lima Aleixo Bacharel em Ciência da Computação pela UFG Mestrando em Ciência da Computação pela UFG Programador no LUPA

Re: Unavaliable Exception

2013-01-28 Thread Everton Lima
t; (same iowait, user, system...). > > I am not sure why this load increase, but I am not sure either that this > is a problem. > > Alain > > > 2013/1/25 Everton Lima > >> Hello, >> I was storing many data in a cluster of 7 nodes with replication factor

Re: Astyanax

2013-01-14 Thread Everton Lima
a.apache.org" > Cc: "user@cassandra.apache.org" > Subject: Re: Astyanax > > Hi, > > We are using astyanax and we found out that github wiki with stackoverflow > is the most comprehensive set of documentation. > > Do you have any specific questions? > >

Re: Astyanax

2013-01-08 Thread Everton Lima
I was studing by there, but I would to know if anyone knows other sources. 2013/1/8 Markus Klems > The wiki? https://github.com/Netflix/astyanax/wiki > > > On Tue, Jan 8, 2013 at 2:44 PM, Everton Lima wrote: > >> Hi, >> Someone has or could indicate some goo

Re: Force data to a specific node

2013-01-02 Thread Everton Lima
We need to do this to minimize the network I/O. We have our own load data balance algorithm. We have some data that is best to process in a local machine. Is it possible? How? 2013/1/2 Edward Sargisson > Why would you want to? > > -- > *From*: Everton

Re: Inter-Cluster Communication

2013-01-02 Thread Everton Lima
Ok. Thanks. 2013/1/2 Rob Coli > On Wed, Jan 2, 2013 at 4:33 AM, Everton Lima > wrote: > > I would to know if it is possible to create 2 clusters, in the first > > constain just meta-data and in the second just the real data. How the > system > > will comunicate wit

Force data to a specific node

2013-01-02 Thread Everton Lima
It is possible to force a data to stay in a specific node? -- Everton Lima Aleixo Bacharel em Ciência da Computação pela UFG Mestrando em Ciência da Computação pela UFG Programador no LUPA

Inter-Cluster Communication

2013-01-02 Thread Everton Lima
Hi people, I would to know if it is possible to create 2 clusters, in the first constain just meta-data and in the second just the real data. How the system will comunicate with this both cluster and one cluster communicate with other? Could any one help me? Thanks. -- Everton Lima Aleixo

Re: Upgrade

2012-11-28 Thread Everton Lima
> Cheers > > - > Aaron Morton > Freelance Cassandra Developer > New Zealand > > @aaronmorton > http://www.thelastpickle.com > > On 28/11/2012, at 12:28 AM, Everton Lima wrote: > > Hello people. > I was using cassandra 1.1.6 and use the Object CassandraServer

Re: Other problem in update

2012-11-28 Thread Everton Lima
't part of any release until 1.2.0-beta1. > > -Tupshin > > On Tue, Nov 27, 2012 at 7:40 AM, Everton Lima wrote: > >> writeHintForMutation > > > -- Everton Lima Aleixo Bacharel em Ciencia da Computação Universidade Federal de Goiás

Re: SchemaDisagreementException

2012-11-19 Thread Everton Lima
) and CQL open a connection. 2012/11/19 Tyler Hobbs > Have you actually tested to see that the Thrift API is more performant > than CQL for your application? As far as I know, CQL almost always has a > performance advantage over the Thrift API. > > > On Mon, Nov 19, 2012 at 1:0

RE: SchemaDisagreementException

2012-11-19 Thread Everton Lima
keyspaces diferent in only one process with just one thread. Someone knows why? -- Everton Lima Aleixo Bacharel em Ciencia da Computação Universidade Federal de Goiás

Re: SchemaDisagreementException

2012-11-19 Thread Everton Lima
I was using cassandra direct because it has more performace than using CQL. Therefore, I am using cassandra because of replication factor and consistence of data. I am using it as a lib of my app. I only make sample querys, just use a key to point to a data. 2012/11/16 Everton Lima > I do t

Re: SchemaDisagreementException

2012-11-16 Thread Everton Lima
e global > schema has diverged. > > If you can create your schema in CLI or CQL I would recommend doing that. > If you are trying to do something more complicated you'll need to provide > more information. > > Cheers > > > - > Aaron Morton > Free

SchemaDisagreementException

2012-11-14 Thread Everton Lima
two times consecutive in the same thread, but with keyspace diferent. I already read in the documentation that this error occurs when more than one thread/processor access the same place in the Cassandra, but I think this is not occuring. Some one cold help me to understand this problem? Thanks. --

Re: Memory Manager

2012-11-14 Thread Everton Lima
> > https://github.com/apache/cassandra/blob/cassandra-1.1/conf/cassandra-env.sh > > Cheers > > > - > Aaron Morton > Freelance Developer > @aaronmorton > http://www.thelastpickle.com > > On 13/11/2012, at 11:35 PM, Everton Lima wrote: > > >

Re: Memory Manager

2012-11-13 Thread Everton Lima
:+CMSIncrementalMode -XX:+CMSIncrementalPacing -XX:CMSIncrementalDutyCycleMin=0 -XX:CMSIncrementalDutyCycle=10 2012/11/12 Brian Tarbox > Can you supply your java parameters? > > > On Mon, Nov 12, 2012 at 7:29 AM, Everton Lima wrote: > >> Hi people, >> >> I was using cassandra o

Memory Manager

2012-11-12 Thread Everton Lima
, only occurs when I use more than one machine, with only one machine, after the insert the GC clean the Old Gen. Some one can help me? Thanks! -- Everton Lima Aleixo Bacharel em Ciencia da Computação Universidade Federal de Goiás

Re:

2012-04-02 Thread Everton Lima
??? 2012/4/1 juan quintero > -- Everton Lima Aleixo Bacharel em Ciencia da Computação Universidade Federal de Goiás

Another consistency level problem

2012-03-19 Thread Everton Lima
ix it? Since now thanks. -- Everton Lima Aleixo Bacharel em Ciencia da Computação Universidade Federal de Goiás