Skip to content

Commit

Permalink
Merge branch 'cassandra-2.1' into trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
iamaleksey committed Feb 9, 2015
2 parents aec423b + fd6f9c6 commit 21c5a41
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
1 change: 0 additions & 1 deletion CHANGES.txt
Expand Up @@ -58,7 +58,6 @@


2.1.3
* Write partition size estimates into a system table (CASSANDRA-7688)
* Upgrade libthrift to 0.9.2 (CASSANDRA-8685)
* Don't use the shared ref in sstableloader (CASSANDRA-8704)
* Purge internal prepared statements if related tables or
Expand Down
10 changes: 8 additions & 2 deletions debian/changelog
@@ -1,8 +1,14 @@
cassandra (2.1.2) UNRELEASED; urgency=medium
cassandra (2.1.3) unstable; urgency=medium

* New release

-- Jake Luciani <jake@ubuntuosx> Wed, 05 Nov 2014 15:51:26 -0500
-- Jake Luciani <jake@apache.org> Mon, 09 Feb 2015 10:31:35 -0500

cassandra (2.1.2) unstable; urgency=medium

* New release

-- Jake Luciani <jake@apache.org> Wed, 05 Nov 2014 15:51:26 -0500

cassandra (2.1.1) unstable; urgency=medium

Expand Down
2 changes: 1 addition & 1 deletion src/java/org/apache/cassandra/service/CassandraDaemon.java
Expand Up @@ -384,7 +384,7 @@ public void run()
waitForGossipToSettle();

// schedule periodic dumps of table size estimates into SystemKeyspace.SIZE_ESTIMATES_CF
ScheduledExecutors.optionalTasks.scheduleWithFixedDelay(SizeEstimatesRecorder.instance, 30, 5 * 60, TimeUnit.SECONDS);
// ScheduledExecutors.optionalTasks.scheduleWithFixedDelay(SizeEstimatesRecorder.instance, 30, 5 * 60, TimeUnit.SECONDS);

// Thrift
InetAddress rpcAddr = DatabaseDescriptor.getRpcAddress();
Expand Down

0 comments on commit 21c5a41

Please sign in to comment.