You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by th...@apache.org on 2015/11/03 03:27:25 UTC

[24/50] [abbrv] incubator-apex-core git commit: Update changelog for release 3.2.0

Update changelog for release 3.2.0


Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/commit/78dc57db
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/78dc57db
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/78dc57db

Branch: refs/heads/master
Commit: 78dc57dbc63b9f3e8ff69c12ea63afead963b137
Parents: b986f70
Author: Thomas Weise <th...@datatorrent.com>
Authored: Mon Oct 5 20:11:14 2015 -0700
Committer: Thomas Weise <th...@datatorrent.com>
Committed: Mon Oct 5 20:11:14 2015 -0700

----------------------------------------------------------------------
 CHANGELOG.md | 42 ++++++++++++++++++++++++++++++++++++++++--
 1 file changed, 40 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/78dc57db/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index af1ca53..7670a49 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,19 +2,57 @@ Apex Changelog
 ========================================================================================================================
 
 
-Version 3.1.0
+Version 3.2.0
 ------------------------------------------------------------------------------------------------------------------------
 
+### Bug
+* [APEX-88] - Stray directories getting created under working directory when running tests using StramLocalCluster
+* [APEX-89] - Javascript error when launching an app under CDH 5.2 (hadoop 2.5.0)
+* [APEX-93] - Persist operators need a re-deploy after a sink being persisted is dynamically partitioned
+* [APEX-96] - AsyncFSStorageAgent loses synccheckpoint flag value during serialization/deserialization
+* [APEX-97] - syncCheckpoint property on AsyncFSStorageAgent not working
+* [APEX-98] - WindowGenerator.getWindowMillis loses precisions
+* [APEX-100] - StreamingContainerManagerTest.testAppDataPush uses hardcoded 12345 port
+* [APEX-101] - Negative Memory reported for Application Master
+* [APEX-102] - AppDataPush Agent Not Adding timeBuckets and dimensionsAggregators Correctly To The Schema
+* [APEX-111] - dtcli: show-logical-plan with app package does not list the applications in the app package
+* [APEX-112] - Property change on logical operator converts from null to "null"(string)
+* [APEX-113] - Application Master not setting correct temp location
+* [APEX-114] - Stateful Stream Codec Exception
+* [APEX-117] - When Using Double Max Aggregator Data Stops Being Pushed By AppDataPushAgent
+* [APEX-118] - Sometimes the collection of metric values passed to an AutoMetric aggregator is empty
+* [APEX-120] - AsyncFSStorageAgentTest unit tests fail
+* [APEX-121] - Making sure that state is transferred to client for Statefull Codec
+* [APEX-126] - handleIdleTime Called Outside Of The Space Between beginWindow and endWindow
+* [APEX-149] - In secure mode non-HA setup STRAM web service calls are failing
+* [APEX-156] - checkstyle CustomImportOrder inconsistent behavior
+* [APEX-159] - StramMiniClusterTest.testOperatorFailureRecovery succeeds with unexpected error condition
+* [APEX-173] - StringCodec registered with BeanUtils is throwing null pointer
+
+### Task
+* [APEX-16] - Configure Checkstyle plugin
+* [APEX-124] - Set the default temp location in pom
+
 ### Improvement
-* [APEX-12] - Fix Base Operator To Not Show Name Property In App Builder
+* [APEX-22] - Ability to re-declare ports 
+* [APEX-68] - Buffer server should use a separate thread to spool blocks to disk
+* [APEX-115] - Use containers set temp location
+
+
+
+Version 3.1.0
+------------------------------------------------------------------------------------------------------------------------
 
 ### Bug
+* [APEX-12] - Fix Base Operator To Not Show Name Property In App Builder
 * [APEX-35] - Test exceptions due to missing directory in saveMetaInfo
 * [APEX-36] - FSStorageAgent to account for HDFS lease when writing checkpoint files
 * [APEX-37] - Container and operator json line file in StreamingContainerManager should not be appended from previous app attempt 
 * [APEX-43] - SchemaSupport: TUPLE_CLASS attribute should use Class2String StringCodec
 * [APEX-56] - Controlled plan modification on operator shutdown 
 
+### Improvement
+* [APEX-13] - Unblock operator thread from checkpoint writes
 
 
 Version 3.0.0