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 2018/08/24 13:22:22 UTC

[beam] branch master updated (0299676 -> 5aaf584)

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 0299676  Merge pull request #6272: Enable streaming flag in portableWordCount.
     add 90ca0ce  [BEAM-3026] Adding retrying behavior on ESIO for error http 429 (Too Many Requests)
     new 5aaf584  Merge pull request #6146 from aalbatross/feature/es-retry

The 1 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  |  12 ++
 .../sdk/io/elasticsearch/ElasticsearchIOTest.java  |  14 ++
 .../elasticsearch/ElasticsearchIOTestCommon.java   |  61 ++++++
 .../beam/sdk/io/elasticsearch/ElasticsearchIO.java | 204 ++++++++++++++++++++-
 4 files changed, 287 insertions(+), 4 deletions(-)


[beam] 01/01: Merge pull request #6146 from aalbatross/feature/es-retry

Posted by ec...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 5aaf584c9b2dd773d1112f59b66d1b9fc0e64d3f
Merge: 0299676 90ca0ce
Author: Etienne Chauchot <ec...@apache.org>
AuthorDate: Fri Aug 24 15:22:16 2018 +0200

    Merge pull request #6146 from aalbatross/feature/es-retry
    
    Merge pull request #6146: [BEAM-3026] Adding retrying behavior on ElasticSearchIO

 .../sdk/io/elasticsearch/ElasticsearchIOTest.java  |  12 ++
 .../sdk/io/elasticsearch/ElasticsearchIOTest.java  |  14 ++
 .../elasticsearch/ElasticsearchIOTestCommon.java   |  61 ++++++
 .../beam/sdk/io/elasticsearch/ElasticsearchIO.java | 204 ++++++++++++++++++++-
 4 files changed, 287 insertions(+), 4 deletions(-)