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 2017/07/04 12:13:58 UTC

storm git commit: Reflect version 1.2.0 and 1.1.1 to CHANGELOG

Repository: storm
Updated Branches:
  refs/heads/master 86e389c88 -> 91add2832


Reflect version 1.2.0 and 1.1.1 to CHANGELOG


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

Branch: refs/heads/master
Commit: 91add2832b6f0b22afdf162c65f7a833a62b9b66
Parents: 86e389c
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Tue Jul 4 21:13:30 2017 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Tue Jul 4 21:13:30 2017 +0900

----------------------------------------------------------------------
 CHANGELOG.md | 42 ++++++++++++++++++++++++++++++------------
 1 file changed, 30 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/91add283/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8002411..b1a6ab6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -272,39 +272,57 @@
  * STORM-1524: Add Pluggable daemon metrics Reporters
  * STORM-1521: When using Kerberos login from keytab with multiple bolts/executors ticket is not renewed in hbase bolt.
  * STORM-1769: Added a test to check local nimbus with notifier plugin
+ * STORM-2379: ElasticSearch connector changes to use new APIs.
 
-## 1.1.1
+## 1.2.0
  * STORM-2601: add the timeout parameter to the method of getting the nimbus client
  * STORM-2369: [storm-redis] Use binary type for State management
- * STORM-2564: We should provide a template for storm-cluster-auth.yaml
  * STORM-2599: Fix BasicContainer wildcard classpath on Windows
  * STORM-2598: Add proxy server option for dependency resolver
  * STORM-2555: handle impersonation properly for HBase delegation token
  * STORM-2551: Thrift client socket timeout
- * STORM-2563: Remove the workaround to handle missing UGI.loginUserFromSubject
  * STORM-2553: Add support for password in JedisCluster
  * STORM-2484: Add Flux support for bolt+spout memory configuration
+ * STORM-2536: excludes jersey 1.x from storm-autocreds 
+ * STORM-2501: Auto populate Hive Credentials
+ * STORM-2512: Make constructor public and add one more builder constructor
+ * STORM-2482: Refactor the Storm auto credential plugins to be more usable
+
+## 1.1.1
+ * STORM-2597: Don't parse passed in class paths
+ * STORM-2564: We should provide a template for storm-cluster-auth.yaml
+ * STORM-2568: Fix getTopicsString
+ * STORM-2563: Remove the workaround to handle missing UGI.loginUserFromSubject
  * STORM-2552: KafkaSpoutMessageId should be serializable
+ * STORM-2562: Use stronger key size than default for blow fish key generator and get rid of stack trace
  * STORM-2557: A bug in DisruptorQueue causing severe underestimation of queue arrival rates
  * STORM-2449: Ensure same key appears only once in State iterator
- * STORM-2536: excludes jersey 1.x from storm-autocreds 
+ * STORM-2516: Fix timing issues with testPrepareLateTupleStreamWithoutBuilder
+ * STORM-2489: Overlap and data loss on WindowedBolt based on Duration
  * STORM-2528: Bump log4j version to 2.8.2
+ * STORM-2527: Initialize java.sql.DriverManager earlier to avoid deadlock
  * STORM-2413: Make new Kafka spout respect tuple retry limits
  * STORM-2518: Handles empty name for "USER type" ACL when normalizing ACLs
- * STORM-2501: Auto populate Hive Credentials
+ * STORM-2511: Submitting a topology with name containing unicode getting failed
  * STORM-2496: Dependency artifacts should be uploaded to blobstore with READ permission for all
- * STORM-2512: Make constructor public and add one more builder constructor
- * STORM-2482: Refactor the Storm auto credential plugins to be more usable
+ * STORM-2505: Spout to support topic compaction
+ * STORM-2498: Fix Download Full File link
  * STORM-2343: New Kafka spout can stop emitting tuples if more than maxUncommittedOffsets tuples fail at once.
- * STORM-2488: The UI user Must be HTTP
+ * STORM-2486: Prevent cd from printing target directory to avoid breaking classpath
+ * STORM-2488: The UI user Must be HTTP.
+ * STORM-2481: Upgrade Aether version to resolve Aether bug BUG-451566
+ * STORM-2435: Logging in storm.js inconsistent to console.log and does not support log levels
  * STORM-2315: New kafka spout can't commit offset when ack is disabled
  * STORM-2467: Use explicit charset when decoding from array backed buffer
+ * STORM-1114: Race condition in trident zookeeper zk-node create/delete
+ * STORM-2448: Add in Storm and JDK versions when submitting a topology
+ * STORM-2343: Fix new Kafka spout stopping processing if more than maxUncommittedOffsets tuples fail at once
+ * STORM-2431: the default blobstore.dir is storm.local.dir/blobs which is different from distcache-blobstore.md
  * STORM-2429: Properly validate supervisor.scheduler.meta
  * STORM-2451: windows storm.cmd does not set log4j2 config file correctly by default
- * STORM-2379: ElasticSearch connector changes to use new APIs.
- * STORM-2505: Spout to support topic compaction
-
-
+ * STORM-2450: Write resources into correct local director
+ * STORM-2440: Kill process if executor catches `java.net.SocketTimeoutException`
+ * STORM-2432: Storm-Kafka-Client Trident Spout Seeks Incorrect Offset With UNCOMMITTED_LATEST Strategy
 
 ## 1.1.0
  * STORM-2416: Release Packaging Improvements