Re: A few issues with the latest code

2009-06-28 Thread Eric Evans
:886) at java.util.concurrent.ThreadPoolExecutor $Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:619) As Michael pointed out in another mail, this has been reported in https://issues.apache.org/jira/browse/CASSANDRA-260. Expect to see this fixed soon. -- Eric

Re: thrift+cassandra on RedHat 5...

2009-07-22 Thread Eric Evans
need to figure out how an InetAddress.getLocalHost() returned 0:0:0:0:0:0:0:1. -- Eric Evans eev...@rackspace.com

Re: Newbe´s question

2009-08-26 Thread Eric Evans
or a (prominent )page on the wiki (which I guess would be easier to keep to date). -- Eric Evans eev...@rackspace.com

Re: Configuring multiple nodes

2009-09-20 Thread Eric Evans
Assuming that you are using defaults, and you want to use nodeprobe (or any other jmx client) remotely then you'll also need to open tcp/8080. -- Eric Evans eev...@rackspace.com

Re: Got Logo?

2009-09-21 Thread Eric Evans
, but is the least disagreeable to the majority. Wikipedia has a decent page on condorcet voting (http://en.wikipedia.org/wiki/Condorcet_method), and there is at least one online application that we could use (http://www.cs.cornell.edu/andru/civs.html). What does everyone think? -- Eric Evans eev

Debian apt repo

2009-09-21 Thread Eric Evans
everyone a little time. Sorry for the inconvenience; let me know if you encounter any problems. -- Eric Evans eev...@rackspace.com

Re: triggers in cassandra

2009-09-25 Thread Eric Evans
on this at some point, but it wasn't going anywhere so it got removed (http://svn.apache.org/viewvc?view=revrevision=806267). -- Eric Evans eev...@rackspace.com

Re: Logo Design Contest

2009-09-30 Thread Eric Evans
On Wed, 2009-09-23 at 11:39 -0500, Eric Evans wrote: A logo design contest is now underway at 99designs.com. http://99designs.com/contests/28940 The contest brief can be found here: http://99designs.com/contests/28940/brief. If you're worried that it's missing something critical

Re: Logo Design Contest

2009-10-02 Thread Eric Evans
On Wed, 2009-09-30 at 16:13 -0500, Eric Evans wrote: On Wed, 2009-09-23 at 11:39 -0500, Eric Evans wrote: A logo design contest is now underway at 99designs.com. http://99designs.com/contests/28940 The contest brief can be found here: http://99designs.com/contests/28940/brief

Re: [VOTE] Project Logo

2009-10-05 Thread Eric Evans
}~~ -- Eric Evans eev...@rackspace.com

Re: [VOTE] Project Logo

2009-10-05 Thread Eric Evans
entries rated 4; can you please resubmit with unique rankings? -- Eric Evans eev...@rackspace.com

Re: maven reository

2009-10-07 Thread Eric Evans
that can't be satisfied through maven repositories either (thrift for example). -- Eric Evans eev...@rackspace.com

Apt repository move

2009-10-23 Thread Eric Evans
for the inconvenience. -- Eric Evans eev...@rackspace.com

Re: bandwidth limiting Cassandra's replication and access control

2009-11-11 Thread Eric Evans
(the defaults should be OK). You'll probably want to disable Java Builder while you're there. -- Eric Evans eev...@rackspace.com

[VOTE] Website

2009-11-11 Thread Eric Evans
a placeholder. Still, it's much better than what we currently have and we can incrementally improve it as we go forward. [1] https://issues.apache.org/jira/browse/CASSANDRA-231 -- Eric Evans eev...@rackspace.com

Re: bandwidth limiting Cassandra's replication and access control

2009-11-12 Thread Eric Evans
automatic builds turned on) but the Ant builder was really simple to set up and use. Be careful. Overlapping builders could result in some very confusing behavior. -- Eric Evans eev...@rackspace.com

Re: [VOTE] Website

2009-11-12 Thread Eric Evans
On Wed, 2009-11-11 at 16:10 -0600, Eric Evans wrote: The current website is quite ugly, and I don't know about you, but I'm itching to put the new project logo to use, so I'd like to propose publishing http://cassandra.deadcafe.org (to http://incubator.apache.org/cassandra). The new site

Re: Problem with cassdict import

2009-11-23 Thread Eric Evans
import name ColumnOrSuperColum I've never used cassdict, but this looks to me like you either haven't generated the thrift code for cassandra, or it is not in your PYTHONPATH. -- Eric Evans eev...@rackspace.com

Re: Exception in Cassandra-cli tool

2009-11-23 Thread Eric Evans
:103) at org.apache.cassandra.cli.CliMain.main(CliMain.java:143) any idea what's going on ? Maybe you aren't connected? You can launch the cli with -host and -port options, or you can (re)connect once started with connect host/port. -- Eric Evans eev...@rackspace.com

Re: Cassandra access control

2009-12-01 Thread Eric Evans
others feel, but I'm not comfortable committing anything that would be a candidate for 0.5 that isn't more fully baked at this point. So I'd rather see something that is at least minimally useful targeted for 0.5+1 -- Eric Evans eev...@rackspace.com

Re: Cassandra access control

2009-12-01 Thread Eric Evans
On Tue, 2009-12-01 at 15:38 -0600, Ted Zlatanov wrote: On Tue, 01 Dec 2009 14:23:47 -0600 Eric Evans eev...@rackspace.com wrote: EE I'm personally not a big fan of the setKeyspace()/getKeyspace() idea. EE Getting rid of the keyspace argument makes sense because the keyspace is EE

Re: Cassandra access control

2009-12-02 Thread Eric Evans
On Wed, 2009-12-02 at 14:27 -0600, Ted Zlatanov wrote: On Wed, 02 Dec 2009 14:14:53 -0600 Eric Evans eev...@rackspace.com wrote: EE Did you maybe mean...? AuthenticationRequest required for the EE method (has to be), but the map is optional? Either way will work. With your suggestion

Re: Cassandra access control

2009-12-02 Thread Eric Evans
the problem of redundant auth queries in the future. If not for SSO via shared-state between nodes, then for what? Can you give a tangible example of when it makes sense to do so? Are you sure this isn't YAGNI? -- Eric Evans eev...@rackspace.com

RE: read latency creaping up

2009-12-14 Thread Eric Evans
becomes bad after a while. Have a look at the following thread: http://thread.gmane.org/gmane.comp.db.cassandra.user/1402 -- Eric Evans eev...@rackspace.com

Re: How to check if nodes are added in ring or not?

2009-12-14 Thread Eric Evans
of instances. 2) Also nodeprobe cluster is removed in 0.5. Can you please suggest how to check if nodes are added in ring or not? Have you checked out Circuit under contrib/? https://issues.apache.org/jira/secure/attachment/12421328/circuit.png -- Eric Evans eev...@rackspace.com

Re: BUILD FAILURE

2009-12-22 Thread Eric Evans
features (the stuff above and beyond what ant is providing), to the invest the effort in learning it. 2. Maven triggers my gag reflex. -- Eric Evans eev...@rackspace.com

Re: TimeUUID Partitioning

2009-12-22 Thread Eric Evans
On Tue, 2009-12-22 at 23:31 +0200, Richard Grossman wrote: So my question might be stupid but why the timeUUID will distribute better ? It won't, it's the same problem either way. -- Eric Evans eev...@rackspace.com

Graduation

2010-01-07 Thread Eric Evans
, positive, and inclusive atmosphere * release software according to ASF guidelines I think we demonstrably meet the requirements; I believe we are ready to graduate. What does everyone else thing? http://incubator.apache.org/projects/cassandra.html -- Eric Evans eev...@rackspace.com X

Re: Can't Run: Address already in use Error

2010-01-11 Thread Eric Evans
to start and stop cassandra, (/etc/init.d/cassandra). -- Eric Evans eev...@rackspace.com

Re: Graduation

2010-01-11 Thread Eric Evans
On Thu, 2010-01-07 at 12:56 -0600, Eric Evans wrote: I think we demonstrably meet the requirements; I believe we are ready to graduate. What does everyone else thing? The response to this was quite favorable and consensus seems to be that we are ready. How many people had a chance to review

[VOTE] Graduation

2010-01-25 Thread Eric Evans
-level project. We'll leave this open for 72 hours, and assuming it passes, we can then take it to a vote with the Incubator PMC. +1 from me! [1] http://thread.gmane.org/gmane.comp.apache.incubator.general/24427 -- Eric Evans eev...@rackspace.com X. Establish the Apache Cassandra Project

RE: [VOTE] Graduation

2010-01-26 Thread Eric Evans
, and that this is the direct result of a dysfunctional and unhealthy community that will both embarrass the ASF, and embroil it in costly legal disputes, before disintegrating to leave Cassandra as an obscure historical footnote? :) [1] http://www.apache.org/foundation/how-it-works.html -- Eric Evans eev

Re: Performance with Multiple Node Vs Single Node

2010-02-18 Thread Eric Evans
start with your basic, garden-variety troubleshooting, i.e. ping, traceroute, transfer speed, etc. -- Eric Evans eev...@rackspace.com

Re: import data into cassandra

2010-02-24 Thread Eric Evans
stated, you're best bet is to tackle this using the Thrift interface first. -- Eric Evans eev...@rackspace.com

Re: finding Cassandra servers

2010-03-03 Thread Eric Evans
it, but then maybe I'm just thick. Either way, if you think this is important, the onus is on you to demonstrate the merit of your idea and contrib/ or a github project is one way to do that (the latter has the advantage of not needing to rely on anyone else). -- Eric Evans eev...@rackspace.com

Re: finding Cassandra servers

2010-03-03 Thread Eric Evans
(discovered via round-robin DNS for example), to obtain a current node list and distribute among them. -- Eric Evans eev...@rackspace.com

Re: cassandra 0.6.0 beta 2 download contains beta 1?

2010-03-10 Thread Eric Evans
it really wouldn't matter in this context. -- Eric Evans eev...@rackspace.com

Re: cassandra 0.6.0 beta 2 download contains beta 1?

2010-03-11 Thread Eric Evans
On Wed, 2010-03-10 at 13:39 -0500, Vick Khera wrote: On Wed, Mar 10, 2010 at 11:30 AM, Eric Evans eev...@rackspace.com wrote: apache-cassandra-0.6.0-beta1.jar apache-cassandra-0.6.0-beta2.jar Ugh, my bad. I must have failed to `clean' in between the aborted beta1 and beta2

Re: Effective allocation of multiple disks

2010-03-11 Thread Eric Evans
the extra IO, then multiple data directories might be preferable to other forms of aggregation (it's certainly simpler than say a volume manager). -- Eric Evans eev...@rackspace.com

Re: cassandra 0.6.0 beta 2 download contains beta 1?

2010-03-11 Thread Eric Evans
-850 -- Eric Evans eev...@rackspace.com

Re: client.get_count query

2010-03-11 Thread Eric Evans
') No, there isn't. -- Eric Evans eev...@rackspace.com

Re: client.get_count query

2010-03-11 Thread Eric Evans
into the row key. This doesn't sound right; either there is a problem with your datamodel, or your choice of datastore. How many columns are we talking about here? -- Eric Evans eev...@rackspace.com

Re: problem with running simple example using cassandra-cli with 0.6.0-beta2

2010-03-12 Thread Eric Evans
://issues.apache.org/jira/browse/CASSANDRA-661 (which occurred between 0.5 and 0.6). Not sure which one is the correct behavior here. The current behavior is correct. I'll update the examples to avoid future confusion. -- Eric Evans eev...@rackspace.com