Does each c# thread have it's own connection ?
Does it work in a single threaded environment ?
Cheer
s
-
Aaron Morton
Freelance Cassandra Developer
@aaronmorton
http://www.thelastpickle.com
On 29/08/2011, at 1:31 AM, Alaa Zubaidi wrote:
> Hi Aaron,
> I can connect with node to
Hi Aaron,
I can connect with node tool and CLI with no errors, its only when I
have multiple connection (threads) through the C# application..
Alaa
On 8/25/2011 2:42 PM, aaron morton wrote:
With a fresh cassandra install and a pre built client what error do you get ?
Can you connect with nod
With a fresh cassandra install and a pre built client what error do you get ?
Can you connect with node tool ? If not what error ?
What about the cassandra CLI ?
-
Aaron Morton
Freelance Cassandra Developer
@aaronmorton
http://www.thelastpickle.com
On 25/08/2011, at 2:51 AM,
Hi Aaron,
I cannot at this point of time..
Thanks for your help..
Alaa
On 8/24/2011 2:30 AM, aaron morton wrote:
Not off the top of my head.
Can you get 0.7.8 running with a pre-packaged client ?
Cheers
-
Aaron Morton
Freelance Cassandra Developer
@aaronmorton
http://www.thel
Not off the top of my head.
Can you get 0.7.8 running with a pre-packaged client ?
Cheers
-
Aaron Morton
Freelance Cassandra Developer
@aaronmorton
http://www.thelastpickle.com
On 24/08/2011, at 12:16 PM, Alaa Zubaidi wrote:
> Hi Aaron,
> We are using Thrift 5..
>
Hi Aaron,
We are using Thrift 5..
TSocket _tr = new TSocket(server.Host,
server.Port);//"localhost", 9160);
_transport = new TFramedTransport(_tr);
_protocol = new TBinaryProtocol(_transport);
_client = new Cassandra.Client(_protocol);
Do you have
IIRC cassandra 0.7 needs thrift 0.5, are you using that version ?
Perhaps try grabbing the cassandra 0.7 version for one of the pre built clients
(pycassa, hector etc) to check things work and then check you are using the
same thrift version.
Cheers
-
Aaron Morton
Freelance Ca
Hi Aaron,
Thanks for the reply.
I am running 0.7.4 and NO client.
The error was reported by the application where it fails to connect and
it happens that 2 threads are trying to connect at the same time. and
when I checked the cassandra log I found these errors??
Thanks
Alaa
On 8/17/2011 4:29
What client, what version, what version of cassandra are you using ?
Looks like you are connecting with an old version of thrift, like the message
says. Check the client you are using was made for cassandra 0.8.
Cheers
-
Aaron Morton
Freelance Cassandra Developer
@aaronmorton
Hi,
I se this error while the application tries to connect to cassandra at
the same time from 2 different threads: any clues:
ERROR [pool-1-thread-13] 2011-07-29 06:46:45,718
CustomTThreadPoolServer.java (line 222) Error occurred during processing
of message.
java.lang.StringIndexOutOfBounds
Thanks Jim,
It works when using it as arguments to cassandra-cli and using -port...
is this a bug??
E:\Cassandra\Cass07b3\apache-cassandra-0.7.0-beta3>bin\cassandra-cli.bat
-host 192.168.1.11 -port 9160
Starting Cassandra Client
Connected to: "Test Cluster" on 192.168.1.11/9160
Welcome to ca
On Mon, Nov 8, 2010 at 8:31 PM, Alaa Zubaidi wrote:
> Hi,
> Failing to connect to cassandra client: on windows
>
> [defa...@unknown] connect localhost/9160
> Exception connecting to localhost/9160. Reason: Connection refused: connect.
>
> [defa...@unknown] connect xxx.xxx.x.xx/9160
> Syntax error
Hi,
Failing to connect to cassandra client: on windows
[defa...@unknown] connect localhost/9160
Exception connecting to localhost/9160. Reason: Connection refused: connect.
[defa...@unknown] connect xxx.xxx.x.xx/9160
Syntax error at position 0: no viable alternative at input 'connect'
[defa...@
13 matches
Mail list logo