You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/01/12 17:42:00 UTC

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

     [ https://issues.apache.org/jira/browse/BEAM-13503?focusedWorklogId=707714&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-707714 ]

ASF GitHub Bot logged work on BEAM-13503:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 12/Jan/22 17:41
            Start Date: 12/Jan/22 17:41
    Worklog Time Spent: 10m 
      Work Description: khersey commented on pull request #16309:
URL: https://github.com/apache/beam/pull/16309#issuecomment-1011295628


   hey @saltay, didn't check in over Christmas, I'll get this wrapped up today, sorry for the delay
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 707714)
    Time Spent: 1h 10m  (was: 1h)

> 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
>            Assignee: Kyle Hersey
>            Priority: P1
>              Labels: elasticsearch
>   Original Estimate: 1h
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> 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)