You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by uc...@apache.org on 2015/09/01 08:21:01 UTC

flink-web git commit: Add release announcement blog post

Repository: flink-web
Updated Branches:
  refs/heads/asf-site 691ba2de8 -> 1466efbca


Add release announcement blog post


Project: http://git-wip-us.apache.org/repos/asf/flink-web/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink-web/commit/1466efbc
Tree: http://git-wip-us.apache.org/repos/asf/flink-web/tree/1466efbc
Diff: http://git-wip-us.apache.org/repos/asf/flink-web/diff/1466efbc

Branch: refs/heads/asf-site
Commit: 1466efbca08d38a401909bd58bfe3d393ba0cba4
Parents: 691ba2d
Author: Ufuk Celebi <uc...@apache.org>
Authored: Tue Sep 1 08:20:16 2015 +0200
Committer: Ufuk Celebi <uc...@apache.org>
Committed: Tue Sep 1 08:20:16 2015 +0200

----------------------------------------------------------------------
 _posts/2015-09-01-release-0.9.1.md | 58 +++++++++++++++++++++++++++++++++
 1 file changed, 58 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink-web/blob/1466efbc/_posts/2015-09-01-release-0.9.1.md
----------------------------------------------------------------------
diff --git a/_posts/2015-09-01-release-0.9.1.md b/_posts/2015-09-01-release-0.9.1.md
new file mode 100644
index 0000000..4657005
--- /dev/null
+++ b/_posts/2015-09-01-release-0.9.1.md
@@ -0,0 +1,58 @@
+---
+layout: post
+title:  "Apache Flink 0.9.1 available"
+date:   2015-09-01 08:00:00
+categories: news
+---
+
+The Flink community is happy to announce that Flink 0.9.1 is now available.
+
+0.9.1 is a maintenance release, which includes a lot of minor fixes across
+several parts of the system. We suggest all users of Flink to work with this
+latest stable version.
+
+[Download the release]({{ site.baseurl }}/downloads.html) and [check out the
+documentation]({{ site.docs-stable }}). Feedback through the Flink mailing lists
+is, as always, very welcome!
+
+The following [issues were fixed](https://issues.apache.org/jira/issues/?jql=project%20%3D%20FLINK%20AND%20status%20in%20(Resolved%2C%20Closed)%20AND%20fixVersion%20%3D%200.9.1)
+for this release:
+
+- [FLINK-1916](https://issues.apache.org/jira/browse/FLINK-1916) EOFException when running delta-iteration job
+- [FLINK-2089](https://issues.apache.org/jira/browse/FLINK-2089) "Buffer recycled" IllegalStateException during cancelling
+- [FLINK-2189](https://issues.apache.org/jira/browse/FLINK-2189) NullPointerException in MutableHashTable
+- [FLINK-2205](https://issues.apache.org/jira/browse/FLINK-2205) Confusing entries in JM Webfrontend Job Configuration section
+- [FLINK-2229](https://issues.apache.org/jira/browse/FLINK-2229) Data sets involving non-primitive arrays cannot be unioned
+- [FLINK-2238](https://issues.apache.org/jira/browse/FLINK-2238) Scala ExecutionEnvironment.fromCollection does not work with Sets
+- [FLINK-2248](https://issues.apache.org/jira/browse/FLINK-2248) Allow disabling of sdtout logging output
+- [FLINK-2257](https://issues.apache.org/jira/browse/FLINK-2257) Open and close of RichWindowFunctions is not called
+- [FLINK-2262](https://issues.apache.org/jira/browse/FLINK-2262) ParameterTool API misnamed function
+- [FLINK-2280](https://issues.apache.org/jira/browse/FLINK-2280) GenericTypeComparator.compare() does not respect ascending flag
+- [FLINK-2285](https://issues.apache.org/jira/browse/FLINK-2285) Active policy emits elements of the last window twice
+- [FLINK-2286](https://issues.apache.org/jira/browse/FLINK-2286) Window ParallelMerge sometimes swallows elements of the last window
+- [FLINK-2293](https://issues.apache.org/jira/browse/FLINK-2293) Division by Zero Exception
+- [FLINK-2298](https://issues.apache.org/jira/browse/FLINK-2298) Allow setting custom YARN application names through the CLI
+- [FLINK-2347](https://issues.apache.org/jira/browse/FLINK-2347) Rendering problem with Documentation website
+- [FLINK-2353](https://issues.apache.org/jira/browse/FLINK-2353) Hadoop mapred IOFormat wrappers do not respect JobConfigurable interface
+- [FLINK-2356](https://issues.apache.org/jira/browse/FLINK-2356) Resource leak in checkpoint coordinator
+- [FLINK-2361](https://issues.apache.org/jira/browse/FLINK-2361) CompactingHashTable loses entries
+- [FLINK-2362](https://issues.apache.org/jira/browse/FLINK-2362) distinct is missing in DataSet API documentation
+- [FLINK-2381](https://issues.apache.org/jira/browse/FLINK-2381) Possible class not found Exception on failed partition producer
+- [FLINK-2384](https://issues.apache.org/jira/browse/FLINK-2384) Deadlock during partition spilling
+- [FLINK-2386](https://issues.apache.org/jira/browse/FLINK-2386) Implement Kafka connector using the new Kafka Consumer API
+- [FLINK-2394](https://issues.apache.org/jira/browse/FLINK-2394) HadoopOutFormat OutputCommitter is default to FileOutputCommiter
+- [FLINK-2412](https://issues.apache.org/jira/browse/FLINK-2412) Race leading to IndexOutOfBoundsException when querying for buffer while releasing SpillablePartition
+- [FLINK-2422](https://issues.apache.org/jira/browse/FLINK-2422) Web client is showing a blank page if "Meta refresh" is disabled in browser
+- [FLINK-2424](https://issues.apache.org/jira/browse/FLINK-2424) InstantiationUtil.serializeObject(Object) does not close output stream
+- [FLINK-2437](https://issues.apache.org/jira/browse/FLINK-2437) TypeExtractor.analyzePojo has some problems around the default constructor detection
+- [FLINK-2442](https://issues.apache.org/jira/browse/FLINK-2442) PojoType fields not supported by field position keys
+- [FLINK-2447](https://issues.apache.org/jira/browse/FLINK-2447) TypeExtractor returns wrong type info when a Tuple has two fields of the same POJO type
+- [FLINK-2450](https://issues.apache.org/jira/browse/FLINK-2450) IndexOutOfBoundsException in KryoSerializer
+- [FLINK-2460](https://issues.apache.org/jira/browse/FLINK-2460) ReduceOnNeighborsWithExceptionITCase failure
+- [FLINK-2527](https://issues.apache.org/jira/browse/FLINK-2527) If a VertexUpdateFunction calls setNewVertexValue more than once, the MessagingFunction will only see the first value set
+- [FLINK-2540](https://issues.apache.org/jira/browse/FLINK-2540) LocalBufferPool.requestBuffer gets into infinite loop
+- [FLINK-2542](https://issues.apache.org/jira/browse/FLINK-2542) It should be documented that it is required from a join key to override hashCode(), when it is not a POJO
+- [FLINK-2555](https://issues.apache.org/jira/browse/FLINK-2555) Hadoop Input/Output Formats are unable to access secured HDFS clusters
+- [FLINK-2560](https://issues.apache.org/jira/browse/FLINK-2560) Flink-Avro Plugin cannot be handled by Eclipse
+- [FLINK-2572](https://issues.apache.org/jira/browse/FLINK-2572) Resolve base path of symlinked executable
+- [FLINK-2584](https://issues.apache.org/jira/browse/FLINK-2584) ASM dependency is not shaded away