You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by Apache Wiki <wi...@apache.org> on 2011/04/06 19:31:11 UTC

[Cassandra Wiki] Update of "FAQ" by ChrisBurroughs

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for change notification.

The "FAQ" page has been changed by ChrisBurroughs.
http://wiki.apache.org/cassandra/FAQ?action=diff&rev1=111&rev2=112

--------------------------------------------------

   * [[#mmap|Why does top report that Cassandra is using a lot more memory than the Java heap max?]]
   * [[#jna|I'm getting java.io.IOException: Cannot run program "ln" when trying to snapshot or update a keyspace]]
   * [[#replicaplacement|How does Cassandra decide which nodes have what data?]]
+  * [[#cachehitrateunits| I have a row or key cache hit rate of 0.XX123456789.  Is that XX% or 0.XX% ?]]
+ 
  <<Anchor(cant_listen_on_ip_any)>>
  
  == Why can't I make Cassandra listen on 0.0.0.0 (all my addresses)? ==
@@ -417, +419 @@

  
  It is important to understand that Cassandra ''does not'' alter the replica set for a given row key based on changing characteristics like current load, which nodes are up or down, or which node your client happens to talk to.
  
+ <<Anchor(cachehitrateunits)>>
+ 
+ == I have a row or key cache hit rate of 0.XX123456789 reported by JMX.  Is that XX% or 0.XX% ? ==
+ 
+ XX%
+