Milestone (https://github.com/apache/incubator-druid/milestone/31) and branch (https://github.com/apache/incubator-druid/commits/0.14.1-incubating) have been created, I'll try to get an RC1 packaged and out for vote soon.
On Tue, Apr 23, 2019 at 4:25 PM Gian Merlino <g...@apache.org> wrote: > I think it's a good idea. > > In particular, https://github.com/apache/incubator-druid/pull/7512 and > https://github.com/apache/incubator-druid/pull/7520 affect the ability to > do rolling updates successfully for people using native Kafka or > parallel-batch indexing. In datasketches land, > https://github.com/apache/incubator-druid/pull/7464 and > https://github.com/apache/incubator-druid/pull/7320 fix bugs that would > lead to spurious exceptions or incorrect results for datasketches HLL and > quantiles aggregators. These four to me warrant doing a bugfix release. And > we might as well put in those other bugfixes you mentioned too. > > On Tue, Apr 23, 2019 at 4:10 PM Clint Wylie <clint.wy...@imply.io> wrote: > > > Hi all, > > > > I know the 0.15 code freeze is just around the corner, but > > 0.14.0-incubating release has a few issues out of the box so in the > > interest of getting fixes for these shipped as soon as possible I wanted > to > > propose a 0.14.1 release. I went through the set of commits and picked > out > > bug fixes and doc fixes and came up with the following set (assuming they > > all backport cleanly). > > > > bug fixes: > > use latest sketches-core-0.13.1 #7320 ( > > https://github.com/apache/incubator-druid/pull/7320) > > Adjust BufferAggregator.get() impls to return copies #7464 ( > > https://github.com/apache/incubator-druid/pull/7464) > > DoublesSketchComplexMetricSerde: Handle empty strings. #7429 ( > > https://github.com/apache/incubator-druid/pull/7429) > > Adds backwards-compatible serde for SeekableStreamStartSequenceNumbers. > > #7512 (https://github.com/apache/incubator-druid/pull/7512) > > Support Kafka supervisor adopting running tasks between versions #7212 ( > > https://github.com/apache/incubator-druid/pull/7212) > > Fix time-extraction topN with non-STRING outputType. #7257 ( > > https://github.com/apache/incubator-druid/pull/7257) > > Fix two issues with Coordinator -> Overlord communication. #7412 ( > > https://github.com/apache/incubator-druid/pull/7412) > > refactor druid-bloom-filter aggregators #7496 ( > > https://github.com/apache/incubator-druid/pull/7496) > > Fix encoded taskId check in chatHandlerResource #7520 ( > > https://github.com/apache/incubator-druid/pull/7520) > > Fix too many dentry cache slab objs#7508. #7509 ( > > https://github.com/apache/incubator-druid/pull/7509) > > Fix result-level cache for queries #7325 ( > > https://github.com/apache/incubator-druid/pull/7325) > > Fix flattening Avro Maps with Utf8 keys #7258 ( > > https://github.com/apache/incubator-druid/pull/7258) > > Write null byte when indexing numeric dimensions with Hadoop #7020 ( > > https://github.com/apache/incubator-druid/pull/7020) > > Batch hadoop ingestion job doesn't work correctly with custom segments > > table #7492 (https://github.com/apache/incubator-druid/pull/7492) > > > > doc stuff: > > Add missing redirects and fix broken links #7213 ( > > https://github.com/apache/incubator-druid/pull/7213) > > Update theta/hll sketch doc comparison #7407 ( > > https://github.com/apache/incubator-druid/pull/7407) > > Add more Apache branding to docs #7515 ( > > https://github.com/apache/incubator-druid/pull/7515) > > Fix some bundled license files #7516 ( > > https://github.com/apache/incubator-druid/pull/7516) > > Additional Apache branding doc updates #7524 ( > > https://github.com/apache/incubator-druid/pull/7524) > > Fix broken link due to Typo. #7513 ( > > https://github.com/apache/incubator-druid/pull/7513) > > Adjust approx agg deprecation wording #7518 ( > > https://github.com/apache/incubator-druid/pull/7518) > > Some docs optimization #6890 ( > > https://github.com/apache/incubator-druid/pull/6890) > > Updated Javascript Affinity config docs #7441 ( > > https://github.com/apache/incubator-druid/pull/7441) > > fix expressions docs operator table #7420 ( > > https://github.com/apache/incubator-druid/pull/7420) > > Fix conflicting information in configuration doc #7299 ( > > https://github.com/apache/incubator-druid/pull/7299) > > Add missing doc link for operations/http-compression.html #7110 ( > > https://github.com/apache/incubator-druid/pull/7110) > > > > I am volunteering to be release manager on this if we can get consensus, > so > > please use this thread to vote if you think this is a good idea and I > will > > proceed and make the branch and milestone and get everything moving. > > > > Cheers, > > Clint > > >