You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Uwe Schindler (JIRA)" <ji...@apache.org> on 2015/08/23 22:36:45 UTC

[jira] [Reopened] (LUCENE-6723) Date field problems using ExtractingRequestHandler and java 9 (b71)

     [ https://issues.apache.org/jira/browse/LUCENE-6723?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Uwe Schindler reopened LUCENE-6723:
-----------------------------------

I reopen this issue, because with Java 9 build 78 there are still problems (which are bugs in the JDK). This time the timezones cannot be parsed correctly.

> Date field problems using ExtractingRequestHandler and java 9 (b71)
> -------------------------------------------------------------------
>
>                 Key: LUCENE-6723
>                 URL: https://issues.apache.org/jira/browse/LUCENE-6723
>             Project: Lucene - Core
>          Issue Type: Bug
>            Reporter: Hoss Man
>            Assignee: Uwe Schindler
>            Priority: Critical
>             Fix For: 5.3, Trunk, 5.4
>
>         Attachments: SOLR-7770.patch
>
>
> Tracking bug to note that the (Tika based) ExtractingRequestHandler will not work properly with jdk9 starting with build71.
> This first manifested itself with failures like this from the tests...
> {noformat}
>    [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ExtractingRequestHandlerTest
> -Dtests.method=testArabicPDF -Dtests.seed=232D0A5404C2ADED -Dtests.multiplier=3 -Dtests.slow=true
> -Dtests.locale=en_JM -Dtests.timezone=Etc/GMT-7 -Dtests.asserts=true -Dtests.file.encoding=UTF-8
>    [junit4] ERROR   0.58s | ExtractingRequestHandlerTest.testArabicPDF <<<
>    [junit4]    > Throwable #1: org.apache.solr.common.SolrException: Invalid Date String:'Tue Mar 09 13:44:49
> GMT+07:00 2010'
> {noformat}
> Workarround noted by Uwe...
> {quote}
> The test passes on JDK 9 b71 with:
> -Dargs="-Djava.locale.providers=JRE,SPI"
> This reenabled the old Locale data. I will add this to the build parameters of policeman Jenkins to stop this from
> failing. To me it looks like the locale data somehow is not able to correctly parse weekdays and/or timezones. I
> will check this out tomorrow and report a bug to the OpenJDK people. There is something fishy with CLDR locale data.
> There are already some bugs open, so work is not yet finished (e.g. sometimes it uses wrong timezone shortcuts,...)
> {quote}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org