You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Tim Robertson (JIRA)" <ji...@apache.org> on 2018/05/17 14:50:00 UTC

[jira] [Comment Edited] (BEAM-4330) Elasticsearch 5 tests fail with ZipException

    [ https://issues.apache.org/jira/browse/BEAM-4330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16479127#comment-16479127 ] 

Tim Robertson edited comment on BEAM-4330 at 5/17/18 2:49 PM:
--------------------------------------------------------------

Here are my notes I've collected from my build attempts but I haven't yet isolated the problem:

  - seemingly only happens with {{-PisRelease}}
  - need {{--info}} and {{--stacktrace}} or else you miss detail
  - it is sporadic and happens on different projects
  - gradle caches come in to play (subsequent build might pass the stage) 
      - race condition?
      - I started removing {{~/.gradle}} each time
  - I suspected jar signing - but I have commented that out and the issue remains
  - {{ZipException}} messages I have seen include:
       -  archive is not a ZIP archive
       - invalid block type
       - too many length or distance symbols
  - It is using the zip reader {{org.apache.tools.zip.ZipFile}} (from Ant I believe)


was (Author: timrobertson100):
Here are my notes I've collected from my build attempts but I haven't yet isolated the problem:

  - seemingly only happens with {{-PisRelease}}
  - need {{--info}} and {{--stacktrace}} or else you miss detail
  - it is sporadic and happens on different projects
  - gradle caches come in to play (subsequent build might pass the stage) 
    - race condition?
    - I started removing {{~/.gradle}} each time
  - I suspected jar signing - but I have commented that out and the issue remains
  - {{ZipException}} messages I have seen include:
     -  archive is not a ZIP archive
     - invalid block type
     - too many length or distance symbols
  - It is using the zip reader {{org.apache.tools.zip.ZipFile}} (from Ant I believe)

> Elasticsearch 5 tests fail with ZipException
> --------------------------------------------
>
>                 Key: BEAM-4330
>                 URL: https://issues.apache.org/jira/browse/BEAM-4330
>             Project: Beam
>          Issue Type: Test
>          Components: io-java-elasticsearch
>            Reporter: Etienne Chauchot
>            Assignee: Etienne Chauchot
>            Priority: Major
>
> Recently ES 5 tests started to fail. Some of the tests in the module fail with: 
>  
> {code:java}
>  java.util.ServiceConfigurationError at ElasticsearchIOTest.java:106    
> Caused by: java.util.zip.ZipException at ElasticsearchIOTest.java:106
>  
> {code}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)