Il giorno mar 27 lug 2021 alle ore 00:41 Cameron McKenzie < [email protected]> ha scritto:
> Thanks guys, > I have published the site now and it all looks OK. My knowledge of SVN is > close to zero, so it's always a bit of a nightmare when things go wrong. > > Is there a reason we use SVN instead of git for the website? That's just > an Apache thing? > for the website we should move to git, as all the other Apache projects are doing Any volunteers ? We are all pretty busy, but if you know someone who would be able and willing to help, do not hesitate to ask them ! for the "dist/dev" area, this is still on SVN Enrico > cheers > > On Mon, Jul 26, 2021 at 9:13 PM Enrico Olivelli <[email protected]> > wrote: > >> >> >> Il Lun 26 Lug 2021, 13:10 Jordan Zimmerman <[email protected]> >> ha scritto: >> >>> svn is a big mystery to me. Maybe start with a clean slate? >>> >> >> Good idea >> Enrico >> >> I never understood why things like this as so hard in svn. It's probably >>> why git has taken over the industry. >>> >>> -JZ >>> >>> On Jul 26, 2021, at 2:40 AM, Cameron McKenzie <[email protected]> >>> wrote: >>> >>> Guys, >>> I'm having some issues regenerating the website, It seems like a bunch >>> of the overview HTML pages etc. from the Javadoc are not getting generated >>> correctly. Not sure what I can do about this? >>> >>> After running the svn commands to add / remove new / unused files I end >>> up in a state like: >>> >>> D apidocs/allclasses-frame.html >>> D apidocs/allclasses-noframe.html >>> D apidocs/async/package-frame.html >>> D apidocs/cache/package-frame.html >>> D apidocs/discovery/package-frame.html >>> D apidocs/framework/package-frame.html >>> D apidocs/javadoc.sh >>> D apidocs/leader/package-frame.html >>> D apidocs/locking/package-frame.html >>> D apidocs/modeled/package-frame.html >>> D apidocs/options >>> D apidocs/org/apache/curator/connection/package-frame.html >>> D apidocs/org/apache/curator/drivers/package-frame.html >>> D apidocs/org/apache/curator/ensemble/fixed/package-frame.html >>> D apidocs/org/apache/curator/ensemble/package-frame.html >>> D apidocs/org/apache/curator/framework/api/package-frame.html >>> D >>> apidocs/org/apache/curator/framework/api/transaction/package-frame.html >>> ... >>> >>> which does not seem correct. Any ideas? >>> >>> cheers >>> >>> On Mon, Jul 26, 2021 at 4:01 PM Cameron McKenzie <[email protected]> >>> wrote: >>> >>>> Thanks Enrico, >>>> I will sort out the rest of the release now. >>>> cheers >>>> >>>> On Mon, Jul 26, 2021 at 3:52 PM Enrico Olivelli <[email protected]> >>>> wrote: >>>> >>>>> +1 (binding) >>>>> >>>>> I have run the tests (Ubuntu + jdk8) and verified the signatures. >>>>> >>>>> I will take care of creating an issue for the license check and >>>>> enabling Apache RAT. >>>>> >>>>> Thank you Cameron >>>>> >>>>> Enrico >>>>> >>>>> Il Lun 26 Lug 2021, 03:39 Jordan Zimmerman <[email protected]> >>>>> ha scritto: >>>>> >>>>>> We never used Rat before so I'm OK with it. >>>>>> >>>>>> On Jul 25, 2021, at 8:31 PM, Cameron McKenzie <[email protected]> >>>>>> wrote: >>>>>> >>>>>> I've taken a look at these and they all seem to be existing issues. >>>>>> How do people feel about releasing as is, and I'll add a Jira ticket to >>>>>> fix >>>>>> them before the next release? >>>>>> cheers >>>>>> >>>>>> On Fri, Jul 23, 2021 at 9:25 PM Cameron McKenzie < >>>>>> [email protected]> wrote: >>>>>> >>>>>>> Hey Enrico, >>>>>>> What's apache-rat? Don't think I've used it before. I thought our >>>>>>> build had licensee checking in it already. Perhaps not? >>>>>>> >>>>>>> I can fix the problem and cut a new release but it probably won't be >>>>>>> until Monday. >>>>>>> Cheers >>>>>>> >>>>>>> >>>>>>> On Fri, 23 Jul 2021, 8:51 pm Enrico Olivelli, <[email protected]> >>>>>>> wrote: >>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> All tests passed, signature verified... >>>>>>>> >>>>>>>> I saw that apache-rat is failing, in particular the only problem is >>>>>>>> on a pom.xml file. >>>>>>>> >>>>>>>> Files with unapproved licenses: >>>>>>>> >>>>>>>> src/site/confluence/releases.confluence.vm >>>>>>>> curator-examples/src/main/java/pubsub/README.md >>>>>>>> curator-x-async/pom.xml >>>>>>>> curator-framework/src/test/resources/schema.yaml >>>>>>>> .travis.yml >>>>>>>> README.md >>>>>>>> >>>>>>>> Shall we fix the problem and cut a new release ? >>>>>>>> >>>>>>>> Enrico >>>>>>>> >>>>>>>> Il giorno gio 22 lug 2021 alle ore 00:38 Cameron McKenzie < >>>>>>>> [email protected]> ha scritto: >>>>>>>> >>>>>>>>> I didn't run them individually, I just ran 'mvn test' from the top >>>>>>>>> project >>>>>>>>> level and everything passed. >>>>>>>>> >>>>>>>>> [INFO] >>>>>>>>> [INFO] Apache Curator ..................................... >>>>>>>>> SUCCESS [ >>>>>>>>> 9.396 s] >>>>>>>>> [INFO] Curator Testing .................................... >>>>>>>>> SUCCESS [ >>>>>>>>> 6.068 s] >>>>>>>>> [INFO] Curator Client ..................................... >>>>>>>>> SUCCESS [ >>>>>>>>> 23.540 s] >>>>>>>>> [INFO] Curator Framework .................................. >>>>>>>>> SUCCESS [10:58 >>>>>>>>> min] >>>>>>>>> [INFO] Curator Recipes .................................... >>>>>>>>> SUCCESS [27:46 >>>>>>>>> min] >>>>>>>>> [INFO] Curator Service Discovery .......................... >>>>>>>>> SUCCESS [ >>>>>>>>> 53.625 s] >>>>>>>>> [INFO] Curator Async ...................................... >>>>>>>>> SUCCESS [02:17 >>>>>>>>> min] >>>>>>>>> [INFO] Curator Examples ................................... >>>>>>>>> SUCCESS [ >>>>>>>>> 2.158 s] >>>>>>>>> [INFO] Curator Service Discovery Server ................... >>>>>>>>> SUCCESS [ >>>>>>>>> 8.573 s] >>>>>>>>> [INFO] curator-test-zk35 .................................. >>>>>>>>> SUCCESS [10:23 >>>>>>>>> min] >>>>>>>>> >>>>>>>>> On Thu, Jul 22, 2021 at 8:35 AM Jordan Zimmerman < >>>>>>>>> [email protected]> >>>>>>>>> wrote: >>>>>>>>> >>>>>>>>> > Yeah - if I run separately they pass (I just tried it). I'm not >>>>>>>>> sure if >>>>>>>>> > that's a concern or not. >>>>>>>>> > >>>>>>>>> > -JZ >>>>>>>>> > >>>>>>>>> > > On Jul 21, 2021, at 11:29 PM, Cameron McKenzie < >>>>>>>>> [email protected]> >>>>>>>>> > wrote: >>>>>>>>> > > >>>>>>>>> > > I just reran them locally on my machine and they all ran fine. >>>>>>>>> > > >>>>>>>>> > > On Wed, Jul 21, 2021 at 9:25 PM Jordan Zimmerman < >>>>>>>>> > [email protected]> >>>>>>>>> > > wrote: >>>>>>>>> > > >>>>>>>>> > >> I'm seeing consistent test failures with the Reconfig tests. >>>>>>>>> Anyone >>>>>>>>> > else? >>>>>>>>> > >> >>>>>>>>> > >> [WARNING] Tests run: 18, Failures: 0, Errors: 0, Skipped: 2, >>>>>>>>> Time >>>>>>>>> > elapsed: >>>>>>>>> > >> 7.239 s - in >>>>>>>>> org.apache.curator.framework.imps.TestReconfiguration >>>>>>>>> > >> [INFO] Running org.apache.curator.framework.imps.TestReadOnly >>>>>>>>> > >> [ERROR] Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, >>>>>>>>> Time elapsed: >>>>>>>>> > >> 52.81 s <<< FAILURE! - in >>>>>>>>> org.apache.curator.framework.imps.TestReadOnly >>>>>>>>> > >> [ERROR] >>>>>>>>> > >> >>>>>>>>> > >>>>>>>>> org.apache.curator.framework.imps.TestReadOnly.testConnectionStateNewClient >>>>>>>>> > >> Time elapsed: 47.603 s <<< ERROR! >>>>>>>>> > >> org.apache.zookeeper.KeeperException$ConnectionLossException: >>>>>>>>> > >> KeeperErrorCode = ConnectionLoss for / >>>>>>>>> > >> at >>>>>>>>> > >> >>>>>>>>> > >>>>>>>>> org.apache.curator.framework.imps.TestReadOnly.testConnectionStateNewClient(TestReadOnly.java:102) >>>>>>>>> > >> >>>>>>>>> > >> [INFO] Running org.apache.curator.framework.imps.TestReadOnly >>>>>>>>> > >> [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, >>>>>>>>> Time elapsed: >>>>>>>>> > >> 44.3 s <<< FAILURE! - in >>>>>>>>> org.apache.curator.framework.imps.TestReadOnly >>>>>>>>> > >> [ERROR] >>>>>>>>> > >> >>>>>>>>> > >>>>>>>>> org.apache.curator.framework.imps.TestReadOnly.testConnectionStateNewClient >>>>>>>>> > >> Time elapsed: 44.299 s <<< ERROR! >>>>>>>>> > >> org.apache.zookeeper.KeeperException$ConnectionLossException: >>>>>>>>> > >> KeeperErrorCode = ConnectionLoss for / >>>>>>>>> > >> at >>>>>>>>> > >> >>>>>>>>> > >>>>>>>>> org.apache.curator.framework.imps.TestReadOnly.testConnectionStateNewClient(TestReadOnly.java:102) >>>>>>>>> > >> >>>>>>>>> > >> [INFO] Running org.apache.curator.framework.imps.TestReadOnly >>>>>>>>> > >> [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, >>>>>>>>> Time elapsed: >>>>>>>>> > >> 45.204 s <<< FAILURE! - in >>>>>>>>> > org.apache.curator.framework.imps.TestReadOnly >>>>>>>>> > >> [ERROR] >>>>>>>>> > >> >>>>>>>>> > >>>>>>>>> org.apache.curator.framework.imps.TestReadOnly.testConnectionStateNewClient >>>>>>>>> > >> Time elapsed: 45.203 s <<< ERROR! >>>>>>>>> > >> org.apache.zookeeper.KeeperException$ConnectionLossException: >>>>>>>>> > >> KeeperErrorCode = ConnectionLoss for / >>>>>>>>> > >> at >>>>>>>>> > >> >>>>>>>>> > >>>>>>>>> org.apache.curator.framework.imps.TestReadOnly.testConnectionStateNewClient(TestReadOnly.java:102) >>>>>>>>> > >> >>>>>>>>> > >> -Jordan >>>>>>>>> > >> >>>>>>>>> > >> >>>>>>>>> > >>> On Jul 20, 2021, at 10:56 AM, Enrico Olivelli < >>>>>>>>> [email protected]> >>>>>>>>> > >> wrote: >>>>>>>>> > >>> >>>>>>>>> > >>> Cameron, >>>>>>>>> > >>> thank you for running the release >>>>>>>>> > >>> >>>>>>>>> > >>> I cannot find >>>>>>>>> https://dist.apache.org/repos/dist/dev/curator/5.2.0/ >>>>>>>>> > >>> >>>>>>>>> > >>> dist - Revision 48898: /dev/curator >>>>>>>>> > >>> >>>>>>>>> > >>> - .. <https://dist.apache.org/repos/dist/dev/> >>>>>>>>> > >>> - 5.1.0/ < >>>>>>>>> https://dist.apache.org/repos/dist/dev/curator/5.1.0/> >>>>>>>>> > >>> >>>>>>>>> > >>> >>>>>>>>> > >>> Il giorno mar 20 lug 2021 alle ore 00:18 Cameron McKenzie < >>>>>>>>> > >>> [email protected]> ha scritto: >>>>>>>>> > >>> >>>>>>>>> > >>>> Hello, >>>>>>>>> > >>>> >>>>>>>>> > >>>> This is the vote for Apache Curator version 5.2.0 >>>>>>>>> > >>>> >>>>>>>>> > >>>> *** Please download, test and vote within approx. 72 hours >>>>>>>>> > >>>> >>>>>>>>> > >>>> Note that we are voting upon the source (tag) and binaries >>>>>>>>> are >>>>>>>>> > provided >>>>>>>>> > >> for >>>>>>>>> > >>>> convenience. >>>>>>>>> > >>>> >>>>>>>>> > >>>> Link to release notes: >>>>>>>>> > >>>> >>>>>>>>> > >>>> >>>>>>>>> > >> >>>>>>>>> > >>>>>>>>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12314425&version=12348543 >>>>>>>>> > >>>> >>>>>>>>> > >>>> Staging repo: >>>>>>>>> > >>>> https://dist.apache.org/repos/dist/dev/curator/5.2.0/ >>>>>>>>> > >>>> >>>>>>>>> > >>>> Binary artifacts: >>>>>>>>> > >>>> >>>>>>>>> > >> >>>>>>>>> > >>>>>>>>> https://repository.apache.org/content/repositories/orgapachecurator-1051 >>>>>>>>> > >>>> >>>>>>>>> > >>>> The tag to be voted upon: >>>>>>>>> > >>>> >>>>>>>>> > >>>> >>>>>>>>> > >> >>>>>>>>> > >>>>>>>>> https://git-wip-us.apache.org/repos/asf?p=curator.git;a=commit;h=c1746faeeba88ae1df2340f0b492ac1c46306242 >>>>>>>>> > >>>> >>>>>>>>> > >>>> Curator's KEYS file containing PGP keys we use to sign the >>>>>>>>> release: >>>>>>>>> > >>>> https://www.apache.org/dist/curator/KEYS >>>>>>>>> > >>>> >>>>>>>>> > >>>> [ ] +1 approve >>>>>>>>> > >>>> [ ] +0 no opinion >>>>>>>>> > >>>> [ ] -1 disapprove (and reason why) >>>>>>>>> > >>>> >>>>>>>>> > >> >>>>>>>>> > >> >>>>>>>>> > >>>>>>>>> > >>>>>>>>> >>>>>>>> >>>>>> >>>
