Re: Re: [VOTE] Release Apache Tika 1.28.2 Candidate #2

2022-05-02 Thread Luís Filipe Nassif
vcalendar; > > > > charset=[windows-1252]> > > > > > > > > > > > > Em seg., 2 de mai. de 2022 às 08:15, Tim Allison < > talli...@apache.org> > > > > escreveu: > > > > > > > > > Thank you, Tilman! >

Re: Re: [VOTE] Release Apache Tika 1.28.2 Candidate #2

2022-05-02 Thread Tim Allison
et=[windows-1252]> > > > > > > > > > Em seg., 2 de mai. de 2022 às 08:15, Tim Allison > > > escreveu: > > > > > > > Thank you, Tilman! > > > > > > > > I'll give it a few more hours in case anyone wants to -1 it. > >

Re: Re: [VOTE] Release Apache Tika 1.28.2 Candidate #2

2022-05-02 Thread Luís Filipe Nassif
at 6:20 AM Tilman Hausherr > > > wrote: > > > > > > > >  Go with what we have > > > > Tilman > > > > > > > > > > > > > > > > --- Original-Nachricht --- > > > > Von: Tim Allison > > >

Re: Re: [VOTE] Release Apache Tika 1.28.2 Candidate #2

2022-05-02 Thread Tim Allison
what we have > > > Tilman > > > > > > > > > > > > --- Original-Nachricht --- > > > Von: Tim Allison > > > Betreff: Re: [VOTE] Release Apache Tika 1.28.2 Candidate #2 > > > Datum: 02. Mai 2022, 12:15 > > > An: >

Re: Re: [VOTE] Release Apache Tika 1.28.2 Candidate #2

2022-05-02 Thread Luís Filipe Nassif
022 at 6:20 AM Tilman Hausherr > wrote: > > > >  Go with what we have > > Tilman > > > > > > > > --- Original-Nachricht --- > > Von: Tim Allison > > Betreff: Re: [VOTE] Release Apache Tika 1.28.2 Candidate #2 > > Datum: 02. Mai 2022,

Re: Re: [VOTE] Release Apache Tika 1.28.2 Candidate #2

2022-05-02 Thread Tim Allison
Thank you, Tilman! I'll give it a few more hours in case anyone wants to -1 it. On Mon, May 2, 2022 at 6:20 AM Tilman Hausherr wrote: > >  Go with what we have > Tilman > > > > --- Original-Nachricht --- > Von: Tim Allison > Betreff: Re: [VOTE] Release Apache Tika

Re: [VOTE] Release Apache Tika 1.28.2 Candidate #2

2022-05-02 Thread Tim Allison
I confirmed my memory of TikaServerIntegrationTest. The difference is that in 1.x, we were still using threads to start the server and then hoping that thread.interrupt() actually shut the process down in a reasonable amount of time. In 2.x, we're starting processes and then force quitting those

Re: [VOTE] Release Apache Tika 1.28.2 Candidate #2

2022-04-30 Thread Tim Allison
That's exactly my understanding as well. That test is not flaky in 2x because of modifications I made to the integration tests in 2x. In 2x, the Solr tests can be flaky, and there's an open issue for that. I don't like flaky tests. Sorry. On Sat, Apr 30, 2022 at 6:28 AM Tilman Hausherr

Re: [VOTE] Release Apache Tika 1.28.2 Candidate #2

2022-04-30 Thread Tilman Hausherr
Now I had successful builds with jdk11 and jdk18. I think this is more a problem with the test than with the software. I remember when I started with tika I wanted to make it possible to have tika1 and 2 work in parallel and never managed to do it and then moved on to other things. Something

Re: [VOTE] Release Apache Tika 1.28.2 Candidate #2

2022-04-30 Thread Tim Allison
I have seen that test flake out. I’ll take a look on Monday. On Sat, Apr 30, 2022 at 5:30 AM Tilman Hausherr wrote: > [ERROR] Tests run: 12, Failures: 0, Errors: 1, Skipped: 2, Time elapsed: > 102.543 s <<< FAILURE! - in > org.apache.tika.server.TikaServerIntegrationTest > [ERROR] >

Re: [VOTE] Release Apache Tika 1.28.2 Candidate #2

2022-04-30 Thread Tilman Hausherr
[ERROR] Tests run: 12, Failures: 0, Errors: 1, Skipped: 2, Time elapsed: 102.543 s <<< FAILURE! - in org.apache.tika.server.TikaServerIntegrationTest [ERROR] org.apache.tika.server.TikaServerIntegrationTest.testSameServerIdAfterOOM Time elapsed: 5.694 s  <<< ERROR!

Re: [VOTE] Release Apache Tika 1.28.2 Candidate #2

2022-04-30 Thread Tilman Hausherr
Am 30.04.2022 um 11:08 schrieb Tilman Hausherr: Me, I did a successful build yesterday with jdk8 (oracle) and now with jdk11 (oracle) on Windows 10. However there are frequent build fails on the CI for jdk11 and jdk 17. https://ci-builds.apache.org/job/tika/job/tika-branch1x-jdk11/170/

Re: [VOTE] Release Apache Tika 1.28.2 Candidate #2

2022-04-30 Thread Tilman Hausherr
Am 30.04.2022 um 10:32 schrieb David Meikle: Everything looks good (sigs, etc) and has build and tests fine for me in Ubuntu 22.04 (Java 11 and 17) but is failing on Windows 11 (Java 11). The test that is failing TikaServerIntegrationTest.testSameServerIdAfterOOM() is consistent in Maven build

Re: [VOTE] Release Apache Tika 1.28.2 Candidate #2

2022-04-30 Thread David Meikle
On Thu, 28 Apr 2022 at 15:55, Tim Allison wrote: > A candidate for the Tika 1.28.2 release is available at: > https://dist.apache.org/repos/dist/dev/tika/1.28.2 > > The release candidate is a zip archive of the sources in: > https://github.com/apache/tika/tree/1.28.2-rc2/ > > The SHA-512

Re: [VOTE] Release Apache Tika 1.28.2 Candidate #2

2022-04-29 Thread Oleg Tikhonov
Hi, +1. Basic stuff, linux ubuntu 20, x86, java 11. Thanks. On Thu, Apr 28, 2022, 20:23 Tilman Hausherr wrote: > +1 > > Tilman > > Am 28.04.2022 um 16:54 schrieb Tim Allison: > > A candidate for the Tika 1.28.2 release is available at: > >https://dist.apache.org/repos/dist/dev/tika/1.28.2 >

Re: [VOTE] Release Apache Tika 1.28.2 Candidate #2

2022-04-28 Thread Tilman Hausherr
+1 Tilman Am 28.04.2022 um 16:54 schrieb Tim Allison: A candidate for the Tika 1.28.2 release is available at: https://dist.apache.org/repos/dist/dev/tika/1.28.2 The release candidate is a zip archive of the sources in: https://github.com/apache/tika/tree/1.28.2-rc2/ The SHA-512