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/12/03 13:00:19 UTC

[beam] branch master updated (3432c04 -> d98c9f4)

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 3432c04  [BEAM-6032] Move PortableValidatesRunner configuration out of BeamModulePlugin (#7173)
     add ff93af2  [BEAM-5925] Add .withSocketAndRetryTimeout() and .withConnectTimeout() to ElasticseachIO.ConnectionConfiguration
     add a566874  [BEAM-5925] Set a socket and retry timeout of 1.5min and a connect timeout of 5s for all connections in all elasticsearch unit tests"
     new d98c9f4  Merge pull request #7065 from wscheep/elastic_maxretrytimeout

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  |  4 +-
 .../sdk/io/elasticsearch/ElasticsearchIOTest.java  |  4 +-
 .../sdk/io/elasticsearch/ElasticsearchIOTest.java  |  4 +-
 .../beam/sdk/io/elasticsearch/ElasticsearchIO.java | 62 ++++++++++++++++++++++
 4 files changed, 71 insertions(+), 3 deletions(-)


[beam] 01/01: Merge pull request #7065 from wscheep/elastic_maxretrytimeout

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 d98c9f4788b355b2adc5d36998867014d21da43a
Merge: 3432c04 a566874
Author: Etienne Chauchot <ec...@apache.org>
AuthorDate: Mon Dec 3 14:00:12 2018 +0100

    Merge pull request #7065 from wscheep/elastic_maxretrytimeout
    
    Merge pull request #7065: [BEAM-5925] Add .withMaxRetryTimeoutMillis() to ElasticsearchIO.ConnectionConfiguration

 .../sdk/io/elasticsearch/ElasticsearchIOTest.java  |  4 +-
 .../sdk/io/elasticsearch/ElasticsearchIOTest.java  |  4 +-
 .../sdk/io/elasticsearch/ElasticsearchIOTest.java  |  4 +-
 .../beam/sdk/io/elasticsearch/ElasticsearchIO.java | 62 ++++++++++++++++++++++
 4 files changed, 71 insertions(+), 3 deletions(-)