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/08/04 08:21:29 UTC

[10/10] storm git commit: add backported issues to CHANGELOG.md

add backported issues to CHANGELOG.md

* STORM-857
* STORM-793
* STORM-139
* STORM-860


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

Branch: refs/heads/0.10.x-branch
Commit: ac0ae4aad496656e3c4e550c5dca1884e4e950c1
Parents: edd69d6
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Tue Aug 4 15:20:41 2015 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Tue Aug 4 15:20:41 2015 +0900

----------------------------------------------------------------------
 CHANGELOG.md | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/ac0ae4aa/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f239f39..edd66ea 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,10 @@
  * STORM-810: PartitionManager in storm-kafka should commit latest offset before close
  * STORM-928: Add sources->streams->fields map to Multi-Lang Handshake
  * STORM-945: <DefaultRolloverStrategy> element is not a policy,and should not be putted in the <Policies> element.
+ * STORM-857: create logs metadata dir when running securely
+ * STORM-793: Made change to logviewer.clj in order to remove the invalid http 500 response
+ * STORM-139: hashCode does not work for byte[]
+ * STORM-860: UI: while topology is transitioned to killed, "Activate" button is enabled but not functioning
 
 ## 0.10.0-beta1
  * STORM-873: Flux does not handle diamond topologies