You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ec...@apache.org on 2019/03/18 16:08:29 UTC

[beam] branch master updated (3d6315b -> f21cfae)

This is an automated email from the ASF dual-hosted git repository.

echauchot pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from 3d6315b  Merge pull request #8068: [BEAM-5115] Make ValueProvider API consistent between XmlIO and XmlSource
     new 951ba7a  [BEAM-6052] Fix the bug of checkForErrors, add update response parse logic for this.
     new db2de7f  [BEAM-6052] Refactor testPartialUpdateWithErrors and related
     new 71cb84e  [BEAM-6279] instead of stopping extra nodes of the test cluster to have only one via ensureAtMostNumDataNodes(1), specify the size of the cluster
     new b6b5deb  [BEAM-6052] Fix setIndexMapping
     new b23d3a6  [BEAM-6052] Fix testWritePartialUpdateWithErrors insert only one invalid doc to avoid "Shard [partial_update][3] is still locked after 5 sec waiting" error. Do a real update of an already inserted doc.
     new f21cfae  Merge pull request #8039 from echauchot/BEAM-6052-checkForErrors-bug-ESIO

The 20575 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../sdk/io/elasticsearch/ElasticsearchIOTest.java  | 18 ++++++++--
 .../sdk/io/elasticsearch/ElasticsearchIOTest.java  | 17 +++++++++-
 .../sdk/io/elasticsearch/ElasticsearchIOTest.java  | 17 +++++++++-
 .../io/elasticsearch/ElasticSearchIOTestUtils.java | 20 ++++++++++--
 .../elasticsearch/ElasticsearchIOTestCommon.java   | 38 ++++++++++++++++++++++
 .../beam/sdk/io/elasticsearch/ElasticsearchIO.java | 18 ++++++----
 6 files changed, 116 insertions(+), 12 deletions(-)