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/01/02 19:17:17 UTC

[Cassandra Wiki] Trivial Update of "JmxInterface" by DaveBrosius

Dear Wiki user,

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

The "JmxInterface" page has been changed by DaveBrosius:
http://wiki.apache.org/cassandra/JmxInterface?action=diff&rev1=25&rev2=26

  Dump endpoint arrival windows to a file in /var/tmp, per src/java/org/apache/cassandra/gms/FailureDetector.java:
  
  {{{
-             FileOutputStream fos = new FileOutputStream("/var/tmp/output-" + System.currentTimeMillis() + ".dat", true);
+ FileOutputStream fos = new FileOutputStream("/var/tmp/output-" + System.currentTimeMillis() + ".dat", true);
  }}}
  
  <<Anchor(org.apache.cassandra.service)>>