[
https://issues.apache.org/jira/browse/BEAM-13503?focusedWorklogId=708132&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-708132
]
ASF GitHub Bot logged work on BEAM-13503:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 13/Jan/22 09:16
Start Date: 13/Jan/22 09:16
Worklog Time Spent: 10m
Work Description: echauchot edited a comment on pull request #16309:
URL: https://github.com/apache/beam/pull/16309#issuecomment-1011938149
> jcenter.bintray.com
@khersey it looks like a temporary web failure at `jcenter.bintray.com`
I just ran `./gradlew clean test ` locally on your branch on module
elasticsearch-tests-7 and tests pass.
Also please run` spotLessApply` task on `elasticsearch-tests-common` module
to fix the code style issues.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 708132)
Time Spent: 2.5h (was: 2h 20m)
> 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: 2.5h
> 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)