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 2012/10/20 22:28:30 UTC

[Cassandra Wiki] Update of "FAQ" by TylerHobbs

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 TylerHobbs:
http://wiki.apache.org/cassandra/FAQ?action=diff&rev1=151&rev2=152

Comment:
Update port information

  <<Anchor(ports)>>
  
  == What ports does Cassandra use? ==
- By default, Cassandra uses 7000 for cluster communication, 9160 for clients (Thrift), and 8080 for [[JmxInterface|JMX]].  These are all editable in the configuration file or bin/cassandra.in.sh (for JVM options). All ports are TCP. See also RunningCassandra.
+ By default, Cassandra uses 7000 for cluster communication (7001 is SSL is enabled), 9160 for clients (Thrift), and 7199 for [[JmxInterface|JMX]].  The internode communication and Thrift ports are configurable in cassandra.yaml, and the JMX port is configurable in cassandra-env.sh (through JVM options). All ports are TCP. See also RunningCassandra.
  
  <<Anchor(slows_down_after_lotso_inserts)>>