You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by StephanEwen <gi...@git.apache.org> on 2017/07/11 11:09:17 UTC

[GitHub] flink pull request #4298: [FLINK-7150] [elasticsearch connector] Various cod...

GitHub user StephanEwen opened a pull request:

    https://github.com/apache/flink/pull/4298

    [FLINK-7150] [elasticsearch connector] Various code cleanups in the ElasticSearch connector

     - Removes `Serializable` from the `RequestIndexer`, because they are neither required to be
       serializable (they are created in open()) nor is the main implementation
       (`BulkProcessorIndexer`) actually serializable.
    
     - Makes `BulkFlushBackoffPolicy` a static inner class, which avoids adding outer class during
       serialization and clears various warnings about raw reference to outer class
    
     - Fixes various raw generic type warning


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/StephanEwen/incubator-flink elastic_cleanups

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/4298.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #4298
    
----
commit b374fff2f9b01448f108ef402d54b9b03b302bfd
Author: Stephan Ewen <se...@apache.org>
Date:   2017-07-11T11:01:25Z

    [FLINK-7150] [elasticsearch connector] Various code cleanups in the ElasticSearch connector
    
     - Removes Serializable from the RequestIndexer, because they are neither required to be
       serializable (they are created in open()) nor is the main implementation
       (BulkProcessorIndexer) actually serializable.
    
     - Makes BulkFlushBackoffPolicy a static inner class, which avoids adding outer class during
       serialization and clears various warnings about raw reference to outer class
    
     - Fixes various raw generic type warning

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] flink pull request #4298: [FLINK-7150] [elasticsearch connector] Various cod...

Posted by StephanEwen <gi...@git.apache.org>.
Github user StephanEwen closed the pull request at:

    https://github.com/apache/flink/pull/4298


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---