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 2010/02/02 23:45:19 UTC

[Cassandra Wiki] Trivial Update of "FAQ" by JonathanEllis

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 JonathanEllis.
The comment on this change is: link RunningCassandra.
http://wiki.apache.org/cassandra/FAQ?action=diff&rev1=35&rev2=36

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

  
  <<Anchor(ports)>>
  == What ports does Cassandra use? ==
- By default, Cassandra uses 7000 and 7001 for cluster communication, 9160 for clients (Thrift), 8888 for java remote debugging, and 8080 for JMX.  These are all editable in the configuration file or bin/cassandra.in.sh (for JVM options).
+ By default, Cassandra uses 7000 and 7001 for cluster communication, 9160 for clients (Thrift), 8888 for java remote debugging, and 8080 for JMX.  These are all editable in the configuration file or bin/cassandra.in.sh (for JVM options).  See also RunningCassandra.
  
  <<Anchor(slows_down_after_lotso_inserts)>>
  == Why does Cassandra slow down after doing a lot of inserts? ==