You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by pa...@apache.org on 2015/04/01 19:49:58 UTC

[27/45] storm git commit: STORM-711. All connectors should use collector.reportError and tuple anchoring.

STORM-711. All connectors should use collector.reportError and tuple anchoring.


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

Branch: refs/heads/nimbus-ha-branch
Commit: bb38f176de8e5515b6797b3cc86e47ec47fe020c
Parents: fe556e9
Author: Sriharsha Chintalapani <ha...@hortonworks.com>
Authored: Sun Mar 29 21:52:51 2015 -0700
Committer: Sriharsha Chintalapani <ha...@hortonworks.com>
Committed: Sun Mar 29 21:52:51 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/storm/blob/bb38f176/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 852e2cf..af9627f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.11.0
+ * STORM-711: All connectors should use collector.reportError and tuple anchoring.
  * STORM-714: Make CSS more consistent with self, prev release
  * STORM-703: With hash key option for RedisMapState, only get values for keys in batch
  * STORM-691: Add basic lookup / persist bolts