Re: [VOTE] 0.7.1 (3 times the charm?)

2011-02-04 Thread Jeremy Hanna
Just wondering - how does the distributed test framework fit into votes? Does it get run each time a vote happens to check for bugs/regressions? On Feb 4, 2011, at 1:40 PM, Eric Evans wrote: > > Lather. Rinse. Repeat. Ya'll know the drill. > > SVN: > https://svn.apache.org/repos/asf/cassandr

Re: [VOTE] 0.7.1 (3 times the charm?)

2011-02-04 Thread Stephen Connolly
On 4 February 2011 19:40, Eric Evans wrote: > > Lather. Rinse. Repeat.  Ya'll know the drill. > > SVN: > https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.7@r1067260 > 0.7.1 artifacts: http://people.apache.org/~eevans > > The vote will be open for 72 hours. > > > [1]: http://goo.gl/a

[VOTE] 0.7.1 (3 times the charm?)

2011-02-04 Thread Eric Evans
Lather. Rinse. Repeat. Ya'll know the drill. SVN: https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.7@r1067260 0.7.1 artifacts: http://people.apache.org/~eevans The vote will be open for 72 hours. [1]: http://goo.gl/axEK0 (CHANGES.txt) [2]: http://goo.gl/66yGY (NEWS.txt) -- Er

Re: [VOTE] 0.7.1 (attempt #2)

2011-02-04 Thread Eric Evans
On Mon, 2011-01-31 at 09:18 -0600, Jonathan Ellis wrote: > -1, CASSANDRA-1951 broke startup when propertyfilesnich is configured Alright, consider this one a bust; A new vote starts soon! > On Fri, Jan 28, 2011 at 2:32 PM, Eric Evans wrote: > > SVN: > > https://svn.apache.org/repos/asf/cassandra

Re: Heap usage: Some clarification

2011-02-04 Thread Jonathan Ellis
by default cassandra will use mmap data access on 64 bit environments. meaning, we don't _allocate_ anything off heap, but mmapped data counts towards resident memory as reported by top. the OS manages paging it in on demand. On Fri, Feb 4, 2011 at 5:06 AM, Nick Telford wrote: > Hi guys, > > Us

Heap usage: Some clarification

2011-02-04 Thread Nick Telford
Hi guys, Users frequently ask questions regarding memory tuning and heap usage; one of the more common being: "why does top report resident memory usage larger than -Xmx?". I'd like to get some clarification on the usage patterns in Cassandra so I write something up in the Wiki and generally answ