You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Alexey Romanenko (Jira)" <ji...@apache.org> on 2021/12/22 17:08:00 UTC

[jira] [Updated] (BEAM-13503) BulkIO public constructor: Missing required property: throwWriteErrors

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

Alexey Romanenko updated BEAM-13503:
------------------------------------
    Status: Open  (was: Triage Needed)

> BulkIO public constructor: Missing required property: throwWriteErrors
> ----------------------------------------------------------------------
>
>                 Key: BEAM-13503
>                 URL: https://issues.apache.org/jira/browse/BEAM-13503
>             Project: Beam
>          Issue Type: Bug
>          Components: io-java-elasticsearch
>    Affects Versions: 2.35.0
>            Reporter: Kyle Hersey
>            Priority: P2
>              Labels: elasticsearch
>   Original Estimate: 1h
>          Time Spent: 50m
>  Remaining Estimate: 10m
>
> Using 2.35.0 latest RC to debug an issue while writing to Elasticsearch, but ran into a build issue:
> {code:java}
> java.lang.IllegalStateException: Missing required properties: throwWriteErrors {code}
> Tracing this error through throwWriteErrors is not Nullable, and is therefor required in the AutoValue_ElasticsearchIO_BuilkIO$Builder
> Should be an easy fix, just need to set a default value for it.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)