You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by kn...@apache.org on 2016/02/10 20:55:24 UTC

[4/4] storm git commit: Adding STORM-1436 to CHANGELOG.md

Adding STORM-1436 to CHANGELOG.md


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

Branch: refs/heads/master
Commit: 5536fb3da929a7b2e743fb0909b9e9aa786afba3
Parents: 0103abc
Author: Kyle Nusbaum <Ky...@gmail.com>
Authored: Wed Feb 10 13:55:10 2016 -0600
Committer: Kyle Nusbaum <Ky...@gmail.com>
Committed: Wed Feb 10 13:55:10 2016 -0600

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


http://git-wip-us.apache.org/repos/asf/storm/blob/5536fb3d/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b1b72db..d708e1b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 2.0.0
+ * STORM-1436: Random test failure on BlobStoreTest / HdfsBlobStoreImplTest (occasionally killed)
  * STORM-1476: Filter -c options from args and add them as part of storm.options
  * STORM-1257: port backtype.storm.zookeeper to java
  * STORM-1504: Add Serializer and instruction for AvroGenericRecordBolt