TSocket: Could not write 85 bytes -exception on some get_column calls

2010-07-06 Thread Juho Mäkinen
I'm having a strange problem when some of get_column and get_slice calls fails to TSocket: Could not write 85 bytes paja.dev.pri:9160 exception. The problem appears on some but not all calls to get_column and also some times to other calls. I'm using 0.6.3 on a single host (it's a development

Re: TSocket: Could not write 85 bytes -exception on some get_column calls

2010-07-06 Thread Pieter Maes
I'm having a simmular problem, but i get verry random read problems 4 bytes timouts. (mailed before about this) The only fix i got/found was, switch to framed transport instead of buffered transport, but i still have the same problem (less frequent) running debian packaged cassandra (0.6.1)

Which node is coordinator node?

2010-07-06 Thread ChingShen
Hi all, I'm newbie in Cassandra, I have a question about which node is coordinator node in my cluster. I have A, B, C, D, E, F and G nodes. if I run a write operation on A node, and key range between A and B, so the A node is responsible to write the key to B, C and D nodes(RF=3) ? and does it

Re: TSocket: Could not write 85 bytes -exception on some get_column calls

2010-07-06 Thread Juho Mäkinen
Hi Pieter, I switched to framed transport but it didn't completely fix the problem. PS. i see there is 0.6.3 now available for debian, I'll test that version.. like you said you don't have the issue on 0.6.3 it might be fixed there.. I'm sorry if I didn't tell clearly enough: the problem

Re: Digg 4 Preview on TWiT

2010-07-06 Thread Colin Clark
What were the right questions? I view Facebook's move away from Cassandra as somewhat significant. And are they indeed using HBase then, and if so, what were the right answers? On 7/6/2010 5:34 AM, David Strauss wrote: On 2010-07-05 15:40, Eric Evans wrote: On Sun, 2010-07-04 at 13:14

Re: Which node is coordinator node?

2010-07-06 Thread aaron morton
Which ever node the client connects to is the coordinator node. It will take care of sending the messages to the nodes who will do the actual work. If you have multiple nodes try a DNS round robin to distribute client connections around. Aaron On 6 Jul 2010, at 22:10, ChingShen wrote: Hi

Re: Digg 4 Preview on TWiT

2010-07-06 Thread Bill de hÓra
On Tue, 2010-07-06 at 05:59 -0500, Colin Clark wrote: What were the right questions? I view Facebook's move away from Cassandra as somewhat significant. For here, I guess it's only significant if there are interesting technical reasons. I find Cassandra's design tradeoffs close to optimal, so

Query on delete a column inside a super column

2010-07-06 Thread Moses Dinakaran
Hi All, I have a query related to deleting a column inside a super column The following is my cassandra schema [cache_pages_key_hash] = Array ( [hash_1] = Array ( [1] = 4c330e95195f9 [2] = 4c330e951f18b

Re: Digg 4 Preview on TWiT

2010-07-06 Thread Avinash Lakshman
FB Inbox Search still runs on Cassandra and will continue to do so. I should know since I maintain it :). Cheers Avinash On Tue, Jul 6, 2010 at 3:34 AM, David Strauss da...@fourkitchens.comwrote: On 2010-07-05 15:40, Eric Evans wrote: On Sun, 2010-07-04 at 13:14 +0100, Bill de hÓra wrote:

Key cache size seems to be double what I would expect

2010-07-06 Thread Julie
I am running a 10 node Cassandra cluster (with a replication factor of 3) and am doing some key cache testing. I populate the database with keys numbered '1' through '1,000,000', set the key cache and row cache capacity to 100, then attempt to read the key '500' multiple times. The key cache

Re: Creating key spaces on the fly

2010-07-06 Thread Jesse McConnell
it is possible on trunk now I believe.. jesse -- jesse mcconnell jesse.mcconn...@gmail.com On Tue, Jul 6, 2010 at 10:13, Tharindu Mathew mcclou...@gmail.com wrote: Hi everyone, I'm trying to use Cassandra to replace a RDBMS. My application handles domains. And, for every domain it

unsubscribe

2010-07-06 Thread Harvey Kwok
unsubscribe

0.7, 0.8 roadmaps

2010-07-06 Thread tsuraan
Is there a document anywhere with estimated release dates for the 0.7 and 0.8 versions of cassandra? I've seen https://issues.apache.org/jira/browse/CASSANDRA/fixforversion/12314533, which indicates progress towards 0.7, but I haven't had much luck with finding date estimates. I'm especially

RE: 0.7, 0.8 roadmaps

2010-07-06 Thread Todd Burruss
Along this line, is it known if upgrading from 0.6 to 0.7 will require cluster downtime? -Original Message- From: tsuraan [tsur...@gmail.com] Received: 7/6/10 9:16 AM To: user@cassandra.apache.org [u...@cassandra.apache.org] Subject: 0.7, 0.8 roadmaps Is there a document anywhere with

Re: Digg 4 Preview on TWiT

2010-07-06 Thread Prashant Malik
This is a ridiculous statement by some newbie I guess , We today have a 150 node Cassandra cluster running Inbox search supporting close to 500M users and over 150TB of data growing rapidly everyday. I am on pager for this monster :) so its pretty funny to hear this statement. - Prashant On

Re: Digg 4 Preview on TWiT

2010-07-06 Thread Richard L. Burton III
Thanks Avinash It's sad to see engineers ready to switch from one solution to another, simply because they hear rumors about Facebook or some other large website moving away from it. The part the really bothers me is how people were ready to look for an alternative solution before they even

REMOVE

2010-07-06 Thread Stephanie Mardell
Please remove me from the list. Thank you. Warm Regards, Stephanie From: Richard L. Burton III [mailto:mrbur...@gmail.com] Sent: Tuesday, July 06, 2010 12:17 PM To: user@cassandra.apache.org Subject: Re: Digg 4 Preview on TWiT Thanks Avinash It's sad to see engineers ready to switch from one

Re: Digg 4 Preview on TWiT

2010-07-06 Thread Bill de hÓra
Nonetheless, thanks for clearing that one up. And that's some serious volume you've got there :) Bill On Tue, 2010-07-06 at 12:01 -0700, Prashant Malik wrote: This is a ridiculous statement by some newbie I guess , We today have a 150 node Cassandra cluster running Inbox search supporting

Re: Creating key spaces on the fly

2010-07-06 Thread aaron morton
Rather than creating a new keyspace consider using the domain as part of a key. Generally an application has a single keyspace and a few column families (enough to response to the queries you expect). Think about using the domain as the full or partial key, and then creating column families

REMOVE

2010-07-06 Thread Stephanie Mardell
I tried to remove myself, but it doesn't seem to be working...please advise... Warm Regards, Stephanie Stephanie Mardell | Recruiter| Sage Consulting Associates, Inc. 601 Fourth Street, Suite 312, SF, CA 94107 | www.SageCA.com smard...@sageca.com | ph: 415.512.8223 | fax: 866.382.3938

Re: REMOVE

2010-07-06 Thread Jeremy Dunck
On Tue, Jul 6, 2010 at 3:41 PM, Stephanie Mardell smard...@sageca.com wrote: I tried to remove myself, but it doesn't seem to be working...please advise... Send your message here: user-unsubscr...@cassandra.apache.org

Re: Digg 4 Preview on TWiT

2010-07-06 Thread Prashant Malik
I have gone through the appropriate channel here at FB to make sure that the correct information is presented. the article has now been updated to (*Update*: just for reference, we’re told via email that Facebook, “no longer contributes to nor uses Cassandra.” *Update 2*: we are now being

RE: Digg 4 Preview on TWiT

2010-07-06 Thread Matt Su
Thanks for all your guys' information. This thread make us raised a concern: we choose Cassandra because FB,Twitter,Digg are using them, and we're doubting whether Cassandra is definitely trustable. The question is what action will we take, if after a few time, these big tech company really

Re: Digg 4 Preview on TWiT

2010-07-06 Thread David Strauss
Then I'll tell my friend at Facebook to stick to topics he's qualified to speak about. :-) On 2010-07-06 13:21, Avinash Lakshman wrote: FB Inbox Search still runs on Cassandra and will continue to do so. I should know since I maintain it :). Cheers Avinash On Tue, Jul 6, 2010 at 3:34

Re: Digg 4 Preview on TWiT

2010-07-06 Thread Joe Stump
On Jul 6, 2010, at 6:18 PM, David Strauss wrote: Then I'll tell my friend at Facebook to stick to topics he's qualified to speak about. :-) You might want to clarify that this advice applies to all topics of discussion and not just Facebook related ones. ;) --Joe

Some questions about the write operation and hinted handoff

2010-07-06 Thread ChingShen
Hi all, I have A, B, C, D, E, F and G nodes(RF=3), if I run a write operation(CL=ALL) on A node(coordinator), and the key range between A and B, therefore, the data will be stored on B, C and D nodes, right? Second, if B node is down during the write operation, does it return failure(CL=ALL) to

EC2 small instance config?

2010-07-06 Thread Andrew Rollins
Anyone using Amazon EC2 small instances for a production cluster under reasonably high loads (perhaps hundreds or low thousands ops/sec)? I'm looking for an example storage-conf.xml file to use as a guide. If you've done one and would be willing to share, please let me know. I'm willing to bet a