Re: [VOTE] Change data model names for 0.5

2009-08-24 Thread Avinash Lakshman
-10 Avinash On Mon, Aug 24, 2009 at 12:51 PM, Sandeep Tata sandeep.t...@gmail.comwrote: -1 On Mon, Aug 24, 2009 at 12:29 PM, Evan Weaverewea...@gmail.com wrote: Resolved, that the data model names should be changed in Cassandra 0.5. Evan PS. Committers have the most weight, but

Re: could cassandra be split into two parts?

2009-04-11 Thread Avinash Lakshman
I implemented the pluggable storage layer into Dynamo. It really depends on what you want to establish. But theoritically it should be possible. Avinash On Sat, Apr 11, 2009 at 6:33 PM, Ian Holsman i...@holsman.net wrote: hey. I was wondering how feasible it would be to de-couple the P2P

Re: working together

2009-04-07 Thread Avinash Lakshman
is 'not yet'. This can't be done on a public list. and why I am so discouraging of it on here. On 08/04/2009, at 2:06 PM, Matt Revelle wrote: On Apr 7, 2009, at 11:33 PM, Avinash Lakshman wrote: I think someone else opened that door here. Avinash I completely agree with Avinash

Re: OPHF

2009-04-01 Thread Avinash Lakshman
Doing what you are suggesting scares the hell out of me for a couple of reasons - All work in P2P be it random/OPHF does the token handling the way it is setup. I cannot try something that has not been well explored in academia. I insist this must be doable. I am going to think about this more.

Re: OPHF

2009-04-01 Thread Avinash Lakshman
... (So it is still running against my github code where I first wrote range queries, but that uses the OPHF approach you have and so that is where I found the problems.) -Jonathan On Wed, Apr 1, 2009 at 4:27 PM, Avinash Lakshman avinash.laksh...@gmail.com wrote: I will look

Re: Website [WAS Re: Wiki]

2009-03-29 Thread Avinash Lakshman
matthieu.r...@gmail.com wrote: On Wed, Mar 18, 2009 at 10:30 AM, Avinash Lakshman avinash.laksh...@gmail.com wrote: I guess. Isn't that easier? Is there something else that is the norm? No norm, just several different options. I personally like when the source used to generate the site

Re: Message classes

2009-03-28 Thread Avinash Lakshman
Why is it ad-hoc? And it uses a factory pattern and I don't think it hard once you get a hang of it. Consumers of the system are not even going to know about these details. Personally I am never a fan of fixing anything that is not broken - in this case it has been working really well for us. This

Re: Message classes

2009-03-28 Thread Avinash Lakshman
looking up by string is better than using an enum, for instance. java will autobox enums for use in a hashmap lookup. On Sat, Mar 28, 2009 at 10:34 AM, Avinash Lakshman avinash.laksh...@gmail.com wrote: Why is it ad-hoc? And it uses a factory pattern and I don't think it hard once you get a hang

Re: Missing MultiQuorumResponseHandler in current svn?

2009-03-27 Thread Avinash Lakshman
Let me check. Avinash On Fri, Mar 27, 2009 at 8:44 AM, Roland Dreier rol...@digitalvampire.orgwrote: Hi, I have an up-to-date svn repository (r759176), and the build fails with a few errors like: [javac] trunk/src/org/apache/cassandra/service/StorageProxy.java:619: cannot find symbol

Re: svn commit: r757232 - /incubator/cassandra/trunk/src/org/apache/cassandra/db/ColumnFamily.java

2009-03-23 Thread Avinash Lakshman
Oh ok. My bad. It will be done. Avinash On Mon, Mar 23, 2009 at 3:40 AM, Torsten Curdt tcu...@apache.org wrote: If it's a patch it is good practice to refer to the contributor and the JIRA. My 2 cents -- Torsten On Sun, Mar 22, 2009 at 19:46, alaksh...@apache.org wrote: Author:

JDK7 dependencies

2009-03-20 Thread Avinash Lakshman
Hi All The code should now be free of any dependency on JDK7 specific classes. Please let us know is anything is amiss. Avinash

Re: JDK7 dependencies

2009-03-20 Thread Avinash Lakshman
)927-1886 (phone) (408)927-3215 (fax) [image: Inactive hide details for Avinash Lakshman avinash.laksh...@gmail.com]Avinash Lakshman avinash.laksh...@gmail.com *Avinash Lakshman avinash.laksh...@gmail.com* 03/20/2009 12:52 PM Please respond

Re: Website [WAS Re: Wiki]

2009-03-18 Thread Avinash Lakshman
I guess. Isn't that easier? Is there something else that is the norm? Avinash On Wed, Mar 18, 2009 at 10:28 AM, Matthieu Riou matthieu.r...@gmail.comwrote: On Wed, Mar 18, 2009 at 10:25 AM, Avinash Lakshman avinash.laksh...@gmail.com wrote: I just got myself added as an Author maybe