You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by ka...@apache.org on 2015/09/18 03:11:34 UTC

storm git commit: move STORM-803 to 0.10.0 since I backported

Repository: storm
Updated Branches:
  refs/heads/master a5a7ba181 -> ed5ba74a9


move STORM-803 to 0.10.0 since I backported


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/ed5ba74a
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/ed5ba74a
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/ed5ba74a

Branch: refs/heads/master
Commit: ed5ba74a9566b252ebabad7a1c1435d401dbc9d2
Parents: a5a7ba1
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Fri Sep 18 10:11:00 2015 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Fri Sep 18 10:11:00 2015 +0900

----------------------------------------------------------------------
 CHANGELOG.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/ed5ba74a/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 587a6a2..4fca2ee 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -26,7 +26,6 @@
  * STORM-980: Re-include storm-kafka tests from Travis CI build
  * STORM-960: HiveBolt should ack tuples only after flushing.
  * STORM-951: Storm Hive connector leaking connections.
- * STORM_803: Better CI logs
  * STORM-806: use storm.zookeeper.connection.timeout in storm-kafka ZkState when newCurator
  * STORM-809: topology.message.timeout.secs should not allow for null or <= 0 values
  * STORM-847: Add cli to get the last storm error from the topology
@@ -54,6 +53,7 @@
  * STORM-949: On the topology summary UI page, last shown error should have the time and date
 
 ## 0.10.0-beta2
+ * STORM-803: Better CI logs
  * STORM-1027: Use overflow buffer for emitting metrics
  * STORM-1024: log4j changes leaving ${sys:storm.log.dir} under STORM_HOME dir
  * STORM-996: netty-unit-tests/test-batch demonstrates out-of-order delivery