Alexandre, The warning you noted is just saying that enable.auto.commit is not supported and you should use ProcessingGuarantee.NO_GUARANTEE instead. The method logging that warning also sets the guarantee to NO_GUARANTEE, so I don't expect you to see any difference between enable.auto.commit=true and setting ProcessingGuarantee.NO_GUARANTEE. It shouldn't be a breaking change.
Can you elaborate what you mean when you say the topology behaves badly? It also occurs to me that the Kafka setting auto.commit.interval.ms (default: 5 seconds) is now ignored, and you need to instead use setOffsetCommitPeriodMs on the KafkaSpoutConfig.Builder (default: 30 seconds). Maybe that's the change causing you issues? 2018-02-10 1:18 GMT+01:00 Arun Iyer <ai...@hortonworks.com>: > +1 (binding) > > - Downloaded and built the source distribution > - Downloaded the binary distributions > - Validated MD5 > - Complied starter topologies from binary distribution > - Ran ExclamationTopology and RollingTopWords > - Checked the metrics from Storm UI > - Check logs via log viewer > - Listed and Killed topologies from UI and command line > > Thanks, > Arun > > > On 2/7/18, 8:16 PM, "Satish Duggana" <satish.dugg...@gmail.com> wrote: > > >+1 (binding) > > > >src distribution > > - Retrieved source archive and verified files > > - Built the binary package from the above source archive > > > >bin distribution > > - Ran different topologies in local cluster > > - Created a 3 node cluster with worker slots. > > - Deployed few topologies > > - Checked various options (like deactivate/kill/activate topology view > >etc) and monitoring stats in the UI for those topologies. > > - Ran storm commands on those topologies like > >deactivate/rebalance/activate/kill with respective options. > > - Killed some of the workers to check failover etc. > > - Checked change log level settings for topologies. > > > >Thanks, > >Satish. > > > >On Thu, Feb 8, 2018 at 6:39 AM, Jungtaek Lim <kabh...@gmail.com> wrote: > > > >> +1 (binding) > >> > >> > source > >> > >> - verify file (signature, MD5, SHA) > >> -- source, tar.gz : OK > >> -- source, zip : OK > >> > >> - extract file > >> -- source, tar.gz : OK > >> -- source, zip : OK > >> > >> - diff-ing extracted files between tar.gz and zip : OK > >> > >> - build source with JDK 7 > >> -- source, tar.gz : OK > >> > >> > binary > >> > >> - verify file (signature, MD5, SHA) > >> -- binary, tar.gz : OK > >> -- binary, zip : OK > >> > >> - extract file > >> -- binary, tar.gz : OK > >> -- binary, zip : OK > >> > >> - diff-ing extracted files between tar.gz and zip : OK > >> > >> I already verified others from RC3, and also verified that > >> storm-kafka-monitor source/javadoc files are no longer exist in toollib > >> directory. > >> > >> Thanks, > >> Jungtaek Lim (HeartSaVioR) > >> > >> 2018년 2월 8일 (목) 오전 7:24, P. Taylor Goetz <ptgo...@gmail.com>님이 작성: > >> > >> > This is a call to vote on releasing Apache Storm 1.2.0 (rc4) > >> > > >> > Note that the only difference between rc4 and rc3 is the fix for > >> > https://issues.apache.org/jira/browse/STORM-2942. > >> > > >> > Full list of changes in this release: > >> > > >> > > >> > https://dist.apache.org/repos/dist/dev/storm/apache-storm-1. > >> 2.0-rc4/RELEASE_NOTES.html > >> > > >> > The tag/commit to be voted upon is v1.2.0: > >> > > >> > > >> > https://git-wip-us.apache.org/repos/asf?p=storm.git;a=tree;h= > >> cef4d49e222e53656f38c40d754d4f41799cd9a9;hb= > 2a0097f9a20b9df494caadb87c87d4 > >> e4db01a7ed > >> > > >> > The source archive being voted upon can be found here: > >> > > >> > > >> > https://dist.apache.org/repos/dist/dev/storm/apache-storm-1. > >> 2.0-rc4/apache-storm-1.2.0-src.tar.gz > >> > > >> > Other release files, signatures and digests can be found here: > >> > > >> > https://dist.apache.org/repos/dist/dev/storm/apache-storm-1.2.0-rc4/ > >> > > >> > The release artifacts are signed with the following key: > >> > > >> > > >> > https://git-wip-us.apache.org/repos/asf?p=storm.git;a=blob_ > >> plain;f=KEYS;hb=22b832708295fa2c15c4f3c70ac0d2bc6fded4bd > >> > > >> > The Nexus staging repository for this release is: > >> > > >> > https://repository.apache.org/content/repositories/ > orgapachestorm-1058 > >> > > >> > Please vote on releasing this package as Apache Storm 1.2.0. > >> > > >> > When voting, please list the actions taken to verify the release. > >> > > >> > This vote will be open for at least 72 hours. > >> > > >> > [ ] +1 Release this package as Apache Storm 1.2.0 > >> > [ ] 0 No opinion > >> > [ ] -1 Do not release this package because... > >> > > >> > Thanks to everyone who contributed to this release. > >> > > >> > -Taylor > >> > > >> >