You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/01/27 15:28:04 UTC

[GitHub] [flink] reta opened a new pull request #18541: [FLINK-25756] [connectors] Dedicated Opensearch connectors

reta opened a new pull request #18541:
URL: https://github.com/apache/flink/pull/18541


   Signed-off-by: Andriy Redko <an...@aiven.io>
   
   <!--
   *Thank you very much for contributing to Apache Flink - we are happy that you want to help us improve Flink. To help the community review your contribution in the best possible way, please go through the checklist below, which will get the contribution into a shape in which it can be best reviewed.*
   
   *Please understand that we do not do this to make contributions to Flink a hassle. In order to uphold a high standard of quality for code contributions, while at the same time managing a large number of contributions, we need contributors to prepare the contributions well, and give reviewers enough contextual information for the review. Please also understand that contributions that do not follow this guide will take longer to review and thus typically be picked up with lower priority by the community.*
   
   ## Contribution Checklist
   
     - Make sure that the pull request corresponds to a [JIRA issue](https://issues.apache.org/jira/projects/FLINK/issues). Exceptions are made for typos in JavaDoc or documentation files, which need no JIRA issue.
     
     - Name the pull request in the form "[FLINK-XXXX] [component] Title of the pull request", where *FLINK-XXXX* should be replaced by the actual issue number. Skip *component* if you are unsure about which is the best component.
     Typo fixes that have no associated JIRA issue should be named following this pattern: `[hotfix] [docs] Fix typo in event time introduction` or `[hotfix] [javadocs] Expand JavaDoc for PuncuatedWatermarkGenerator`.
   
     - Fill out the template below to describe the changes contributed by the pull request. That will give reviewers the context they need to do the review.
     
     - Make sure that the change passes the automated tests, i.e., `mvn clean verify` passes. You can set up Azure Pipelines CI to do that following [this guide](https://cwiki.apache.org/confluence/display/FLINK/Azure+Pipelines#AzurePipelines-Tutorial:SettingupAzurePipelinesforaforkoftheFlinkrepository).
   
     - Each pull request should address only one issue, not mix up code from multiple issues.
     
     - Each commit in the pull request has a meaningful commit message (including the JIRA id)
   
     - Once all items of the checklist are addressed, remove the above text and this checklist, leaving only the filled out template below.
   
   
   **(The sections below can be removed for hotfixes of typos)**
   -->
   
   ## What is the purpose of the change
   
   The goal of this change is to provide dedicated Opensearch connectors.
   
   ## Brief change log
   
   The implementation is largely based on the existing Elasticsearch 7 connector with a few notable changes (besides the dependencies and APIs):
    - any mentions and uses of mapping types have been removed: it is deprecated feature, scheduled for removal (the indices with mapping types cannot be created or migrated to Opensearch 1.x and beyond)
    - any mentions and uses have been removed: it is deprecated feature, scheduled for removal (only `HighLevelRestClient` is used)
    - the default distributions of Opensearch come with HTTPS turned on, using self-signed certificates: to simplify the integration a new option `allow-insecure` has been added to suppress certificates validation for development and testing purposes
    - old streaming APIs are also supported to facilitate the migration of existing applications from Elasticsearch 7/6 to Opensearch (the classes will change but the familiar model will stay)
   
   The new connector name is `opensearch` and it follows the existing conventions:
   
   ```
   CREATE TABLE users ( ... ) WITH (
     'connector' = 'opensearch', 
     'hosts' = 'https://localhost:9200',
     'index' = 'users', 
     'allow-insecure' = 'true', 
     'username' = 'admin', 
     'password' = 'admin');
   ```
   
   ## Verifying this change
   
   This change added comprehensive tests and can be verified as follows (largely ported the existing unit and integration tests for Elasticsearch 7):
     - Added unit tests
     - Added integration tests for end-to-end
     - Manually verified the connector by running a node clusters
   
   ## Does this pull request potentially affect one of the following parts:
   
     - Dependencies: yes (the latest Opensearch 1.2.4 APIs as of this moment)
     - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: yes
     - The serializers: no
     - The runtime per-record code paths (performance sensitive): no
     - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Kubernetes/Yarn, ZooKeeper: no
     - The S3 file system connector: no
   
   ## Documentation
   
     - Does this pull request introduce a new feature? yes
     - If yes, how is the feature documented? (docs - in progress, JavaDocs)
   
   Huge thanks @snuyanzin for help.
   


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18541: [FLINK-25756] [connectors] Dedicated Opensearch connectors

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18541:
URL: https://github.com/apache/flink/pull/18541#issuecomment-1023343281


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30323",
       "triggerID" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30520",
       "triggerID" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30527",
       "triggerID" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30542",
       "triggerID" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * a520c433bc68800a2a34488080a118e8a15f1ec0 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30542) 
   * e31965ace729bae675a07d6cdb3582dcfd5b9ffe UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18541: [FLINK-25756] [connectors] Dedicated Opensearch connectors

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18541:
URL: https://github.com/apache/flink/pull/18541#issuecomment-1023343281


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30323",
       "triggerID" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30520",
       "triggerID" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30527",
       "triggerID" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30542",
       "triggerID" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30563",
       "triggerID" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "79fab9dc03652671ebc8fded5a35a63ea317a6c0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30592",
       "triggerID" : "79fab9dc03652671ebc8fded5a35a63ea317a6c0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c7419bc5c568b597078f497da41d1039c994bf3",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30653",
       "triggerID" : "9c7419bc5c568b597078f497da41d1039c994bf3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cb9026e16e2c1cbcc8901399fc9780593895324d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30693",
       "triggerID" : "cb9026e16e2c1cbcc8901399fc9780593895324d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "588cb7a19ba2357e9819ff4901c67bda908badb4",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30769",
       "triggerID" : "588cb7a19ba2357e9819ff4901c67bda908badb4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "712c6bfd83e10de35b284d65e91b859da194c2ef",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=31451",
       "triggerID" : "712c6bfd83e10de35b284d65e91b859da194c2ef",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 588cb7a19ba2357e9819ff4901c67bda908badb4 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30769) 
   * 712c6bfd83e10de35b284d65e91b859da194c2ef Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=31451) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18541: [FLINK-25756] [connectors/opensearch] Dedicated Opensearch connectors

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18541:
URL: https://github.com/apache/flink/pull/18541#issuecomment-1023343281


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30323",
       "triggerID" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30520",
       "triggerID" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30527",
       "triggerID" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30542",
       "triggerID" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30563",
       "triggerID" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "79fab9dc03652671ebc8fded5a35a63ea317a6c0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30592",
       "triggerID" : "79fab9dc03652671ebc8fded5a35a63ea317a6c0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c7419bc5c568b597078f497da41d1039c994bf3",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30653",
       "triggerID" : "9c7419bc5c568b597078f497da41d1039c994bf3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cb9026e16e2c1cbcc8901399fc9780593895324d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30693",
       "triggerID" : "cb9026e16e2c1cbcc8901399fc9780593895324d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "588cb7a19ba2357e9819ff4901c67bda908badb4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30769",
       "triggerID" : "588cb7a19ba2357e9819ff4901c67bda908badb4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "712c6bfd83e10de35b284d65e91b859da194c2ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=31451",
       "triggerID" : "712c6bfd83e10de35b284d65e91b859da194c2ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "89a0a6c881b9cfbc7dc8248471969f97b291e191",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33970",
       "triggerID" : "89a0a6c881b9cfbc7dc8248471969f97b291e191",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7e86b2c0755175302bbb59118d7bd0874c8dc1f2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33979",
       "triggerID" : "7e86b2c0755175302bbb59118d7bd0874c8dc1f2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "225844bcb27d0a6eddac64a18c13314fbe13adff",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33981",
       "triggerID" : "225844bcb27d0a6eddac64a18c13314fbe13adff",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 225844bcb27d0a6eddac64a18c13314fbe13adff Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33981) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18541: [FLINK-25756] [connectors] Dedicated Opensearch connectors

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18541:
URL: https://github.com/apache/flink/pull/18541#issuecomment-1023343281


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30323",
       "triggerID" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30520",
       "triggerID" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30527",
       "triggerID" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30542",
       "triggerID" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30563",
       "triggerID" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "79fab9dc03652671ebc8fded5a35a63ea317a6c0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30592",
       "triggerID" : "79fab9dc03652671ebc8fded5a35a63ea317a6c0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c7419bc5c568b597078f497da41d1039c994bf3",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30653",
       "triggerID" : "9c7419bc5c568b597078f497da41d1039c994bf3",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9c7419bc5c568b597078f497da41d1039c994bf3 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30653) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18541: [FLINK-25756] [connectors/opensearch] Dedicated Opensearch connectors

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18541:
URL: https://github.com/apache/flink/pull/18541#issuecomment-1023343281


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30323",
       "triggerID" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30520",
       "triggerID" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30527",
       "triggerID" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30542",
       "triggerID" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30563",
       "triggerID" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "79fab9dc03652671ebc8fded5a35a63ea317a6c0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30592",
       "triggerID" : "79fab9dc03652671ebc8fded5a35a63ea317a6c0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c7419bc5c568b597078f497da41d1039c994bf3",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30653",
       "triggerID" : "9c7419bc5c568b597078f497da41d1039c994bf3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cb9026e16e2c1cbcc8901399fc9780593895324d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30693",
       "triggerID" : "cb9026e16e2c1cbcc8901399fc9780593895324d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "588cb7a19ba2357e9819ff4901c67bda908badb4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30769",
       "triggerID" : "588cb7a19ba2357e9819ff4901c67bda908badb4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "712c6bfd83e10de35b284d65e91b859da194c2ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=31451",
       "triggerID" : "712c6bfd83e10de35b284d65e91b859da194c2ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "89a0a6c881b9cfbc7dc8248471969f97b291e191",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33970",
       "triggerID" : "89a0a6c881b9cfbc7dc8248471969f97b291e191",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 89a0a6c881b9cfbc7dc8248471969f97b291e191 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33970) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18541: [FLINK-25756] [connectors/opensearch] Dedicated Opensearch connectors

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18541:
URL: https://github.com/apache/flink/pull/18541#issuecomment-1023343281


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30323",
       "triggerID" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30520",
       "triggerID" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30527",
       "triggerID" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30542",
       "triggerID" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30563",
       "triggerID" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "79fab9dc03652671ebc8fded5a35a63ea317a6c0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30592",
       "triggerID" : "79fab9dc03652671ebc8fded5a35a63ea317a6c0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c7419bc5c568b597078f497da41d1039c994bf3",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30653",
       "triggerID" : "9c7419bc5c568b597078f497da41d1039c994bf3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cb9026e16e2c1cbcc8901399fc9780593895324d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30693",
       "triggerID" : "cb9026e16e2c1cbcc8901399fc9780593895324d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "588cb7a19ba2357e9819ff4901c67bda908badb4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30769",
       "triggerID" : "588cb7a19ba2357e9819ff4901c67bda908badb4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "712c6bfd83e10de35b284d65e91b859da194c2ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=31451",
       "triggerID" : "712c6bfd83e10de35b284d65e91b859da194c2ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "89a0a6c881b9cfbc7dc8248471969f97b291e191",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33970",
       "triggerID" : "89a0a6c881b9cfbc7dc8248471969f97b291e191",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7e86b2c0755175302bbb59118d7bd0874c8dc1f2",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33979",
       "triggerID" : "7e86b2c0755175302bbb59118d7bd0874c8dc1f2",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 89a0a6c881b9cfbc7dc8248471969f97b291e191 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33970) 
   * 7e86b2c0755175302bbb59118d7bd0874c8dc1f2 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33979) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18541: [FLINK-25756] [connectors] Dedicated Opensearch connectors

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18541:
URL: https://github.com/apache/flink/pull/18541#issuecomment-1023343281


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30323",
       "triggerID" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30520",
       "triggerID" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30527",
       "triggerID" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30542",
       "triggerID" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30563",
       "triggerID" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "79fab9dc03652671ebc8fded5a35a63ea317a6c0",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "79fab9dc03652671ebc8fded5a35a63ea317a6c0",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e31965ace729bae675a07d6cdb3582dcfd5b9ffe Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30563) 
   * 79fab9dc03652671ebc8fded5a35a63ea317a6c0 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18541: [FLINK-25756] [connectors] Dedicated Opensearch connectors

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18541:
URL: https://github.com/apache/flink/pull/18541#issuecomment-1023343281


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30323",
       "triggerID" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30520",
       "triggerID" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30527",
       "triggerID" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30542",
       "triggerID" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9c2ec2bd75d6f58538c07b43333dd15819686013 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30520) 
   * 3d58505b53e55c27dc2157334f02a78719ac2241 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30527) 
   * a520c433bc68800a2a34488080a118e8a15f1ec0 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30542) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18541: [FLINK-25756] [connectors] Dedicated Opensearch connectors

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18541:
URL: https://github.com/apache/flink/pull/18541#issuecomment-1023343281


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30323",
       "triggerID" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30520",
       "triggerID" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 95b34f9a3ff26cdbb2edc4250e494614287f5b5b Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30323) 
   * 9c2ec2bd75d6f58538c07b43333dd15819686013 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30520) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18541: [FLINK-25756] [connectors/opensearch] Dedicated Opensearch connectors

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18541:
URL: https://github.com/apache/flink/pull/18541#issuecomment-1023343281


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30323",
       "triggerID" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30520",
       "triggerID" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30527",
       "triggerID" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30542",
       "triggerID" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30563",
       "triggerID" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "79fab9dc03652671ebc8fded5a35a63ea317a6c0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30592",
       "triggerID" : "79fab9dc03652671ebc8fded5a35a63ea317a6c0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c7419bc5c568b597078f497da41d1039c994bf3",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30653",
       "triggerID" : "9c7419bc5c568b597078f497da41d1039c994bf3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cb9026e16e2c1cbcc8901399fc9780593895324d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30693",
       "triggerID" : "cb9026e16e2c1cbcc8901399fc9780593895324d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "588cb7a19ba2357e9819ff4901c67bda908badb4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30769",
       "triggerID" : "588cb7a19ba2357e9819ff4901c67bda908badb4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "712c6bfd83e10de35b284d65e91b859da194c2ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=31451",
       "triggerID" : "712c6bfd83e10de35b284d65e91b859da194c2ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "89a0a6c881b9cfbc7dc8248471969f97b291e191",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33970",
       "triggerID" : "89a0a6c881b9cfbc7dc8248471969f97b291e191",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7e86b2c0755175302bbb59118d7bd0874c8dc1f2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33979",
       "triggerID" : "7e86b2c0755175302bbb59118d7bd0874c8dc1f2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "225844bcb27d0a6eddac64a18c13314fbe13adff",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33981",
       "triggerID" : "225844bcb27d0a6eddac64a18c13314fbe13adff",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3498b3748077166f286d019672bb279a02ae574e",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "3498b3748077166f286d019672bb279a02ae574e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 225844bcb27d0a6eddac64a18c13314fbe13adff Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33981) 
   * 3498b3748077166f286d019672bb279a02ae574e UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18541: [FLINK-25756] [connectors/opensearch] Dedicated Opensearch connectors

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18541:
URL: https://github.com/apache/flink/pull/18541#issuecomment-1023343281


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30323",
       "triggerID" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30520",
       "triggerID" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30527",
       "triggerID" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30542",
       "triggerID" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30563",
       "triggerID" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "79fab9dc03652671ebc8fded5a35a63ea317a6c0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30592",
       "triggerID" : "79fab9dc03652671ebc8fded5a35a63ea317a6c0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c7419bc5c568b597078f497da41d1039c994bf3",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30653",
       "triggerID" : "9c7419bc5c568b597078f497da41d1039c994bf3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cb9026e16e2c1cbcc8901399fc9780593895324d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30693",
       "triggerID" : "cb9026e16e2c1cbcc8901399fc9780593895324d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "588cb7a19ba2357e9819ff4901c67bda908badb4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30769",
       "triggerID" : "588cb7a19ba2357e9819ff4901c67bda908badb4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "712c6bfd83e10de35b284d65e91b859da194c2ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=31451",
       "triggerID" : "712c6bfd83e10de35b284d65e91b859da194c2ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "89a0a6c881b9cfbc7dc8248471969f97b291e191",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33970",
       "triggerID" : "89a0a6c881b9cfbc7dc8248471969f97b291e191",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7e86b2c0755175302bbb59118d7bd0874c8dc1f2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33979",
       "triggerID" : "7e86b2c0755175302bbb59118d7bd0874c8dc1f2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "225844bcb27d0a6eddac64a18c13314fbe13adff",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33981",
       "triggerID" : "225844bcb27d0a6eddac64a18c13314fbe13adff",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3498b3748077166f286d019672bb279a02ae574e",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33984",
       "triggerID" : "3498b3748077166f286d019672bb279a02ae574e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 3498b3748077166f286d019672bb279a02ae574e Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33984) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18541: [FLINK-25756] [connectors/opensearch] Dedicated Opensearch connectors

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18541:
URL: https://github.com/apache/flink/pull/18541#issuecomment-1023343281


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30323",
       "triggerID" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30520",
       "triggerID" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30527",
       "triggerID" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30542",
       "triggerID" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30563",
       "triggerID" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "79fab9dc03652671ebc8fded5a35a63ea317a6c0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30592",
       "triggerID" : "79fab9dc03652671ebc8fded5a35a63ea317a6c0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c7419bc5c568b597078f497da41d1039c994bf3",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30653",
       "triggerID" : "9c7419bc5c568b597078f497da41d1039c994bf3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cb9026e16e2c1cbcc8901399fc9780593895324d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30693",
       "triggerID" : "cb9026e16e2c1cbcc8901399fc9780593895324d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "588cb7a19ba2357e9819ff4901c67bda908badb4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30769",
       "triggerID" : "588cb7a19ba2357e9819ff4901c67bda908badb4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "712c6bfd83e10de35b284d65e91b859da194c2ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=31451",
       "triggerID" : "712c6bfd83e10de35b284d65e91b859da194c2ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "89a0a6c881b9cfbc7dc8248471969f97b291e191",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33970",
       "triggerID" : "89a0a6c881b9cfbc7dc8248471969f97b291e191",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7e86b2c0755175302bbb59118d7bd0874c8dc1f2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33979",
       "triggerID" : "7e86b2c0755175302bbb59118d7bd0874c8dc1f2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "225844bcb27d0a6eddac64a18c13314fbe13adff",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33981",
       "triggerID" : "225844bcb27d0a6eddac64a18c13314fbe13adff",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3498b3748077166f286d019672bb279a02ae574e",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33984",
       "triggerID" : "3498b3748077166f286d019672bb279a02ae574e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b0ea656e1010a0b12f98488b179071aa2a8dbdfa",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "b0ea656e1010a0b12f98488b179071aa2a8dbdfa",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 3498b3748077166f286d019672bb279a02ae574e Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33984) 
   * b0ea656e1010a0b12f98488b179071aa2a8dbdfa UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot commented on pull request #18541: [FLINK-25756] [connectors] Dedicated Opensearch connectors

Posted by GitBox <gi...@apache.org>.
flinkbot commented on pull request #18541:
URL: https://github.com/apache/flink/pull/18541#issuecomment-1023338067


   Thanks a lot for your contribution to the Apache Flink project. I'm the @flinkbot. I help the community
   to review your pull request. We will use this comment to track the progress of the review.
   
   
   ## Automated Checks
   Last check on commit 95b34f9a3ff26cdbb2edc4250e494614287f5b5b (Thu Jan 27 15:31:50 UTC 2022)
   
   **Warnings:**
    * **4 pom.xml files were touched**: Check for build and licensing issues.
    * No documentation files were touched! Remember to keep the Flink docs up to date!
    * **This pull request references an unassigned [Jira ticket](https://issues.apache.org/jira/browse/FLINK-25756).** According to the [code contribution guide](https://flink.apache.org/contributing/contribute-code.html), tickets need to be assigned before starting with the implementation work.
   
   
   <sub>Mention the bot in a comment to re-run the automated checks.</sub>
   ## Review Progress
   
   * ❓ 1. The [description] looks good.
   * ❓ 2. There is [consensus] that the contribution should go into to Flink.
   * ❓ 3. Needs [attention] from.
   * ❓ 4. The change fits into the overall [architecture].
   * ❓ 5. Overall code [quality] is good.
   
   Please see the [Pull Request Review Guide](https://flink.apache.org/contributing/reviewing-prs.html) for a full explanation of the review process.<details>
    The Bot is tracking the review progress through labels. Labels are applied according to the order of the review items. For consensus, approval by a Flink committer of PMC member is required <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot approve description` to approve one or more aspects (aspects: `description`, `consensus`, `architecture` and `quality`)
    - `@flinkbot approve all` to approve all aspects
    - `@flinkbot approve-until architecture` to approve everything until `architecture`
    - `@flinkbot attention @username1 [@username2 ..]` to require somebody's attention
    - `@flinkbot disapprove architecture` to remove an approval you gave earlier
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18541: [FLINK-25756] [connectors] Dedicated Opensearch connectors

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18541:
URL: https://github.com/apache/flink/pull/18541#issuecomment-1023343281


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30323",
       "triggerID" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30520",
       "triggerID" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30527",
       "triggerID" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30542",
       "triggerID" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30563",
       "triggerID" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "79fab9dc03652671ebc8fded5a35a63ea317a6c0",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30592",
       "triggerID" : "79fab9dc03652671ebc8fded5a35a63ea317a6c0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c7419bc5c568b597078f497da41d1039c994bf3",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9c7419bc5c568b597078f497da41d1039c994bf3",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 79fab9dc03652671ebc8fded5a35a63ea317a6c0 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30592) 
   * 9c7419bc5c568b597078f497da41d1039c994bf3 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18541: [FLINK-25756] [connectors] Dedicated Opensearch connectors

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18541:
URL: https://github.com/apache/flink/pull/18541#issuecomment-1023343281


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30323",
       "triggerID" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30520",
       "triggerID" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30527",
       "triggerID" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9c2ec2bd75d6f58538c07b43333dd15819686013 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30520) 
   * 3d58505b53e55c27dc2157334f02a78719ac2241 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30527) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18541: [FLINK-25756] [connectors] Dedicated Opensearch connectors

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18541:
URL: https://github.com/apache/flink/pull/18541#issuecomment-1023343281


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30323",
       "triggerID" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30520",
       "triggerID" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30527",
       "triggerID" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30542",
       "triggerID" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30563",
       "triggerID" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "79fab9dc03652671ebc8fded5a35a63ea317a6c0",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30592",
       "triggerID" : "79fab9dc03652671ebc8fded5a35a63ea317a6c0",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 79fab9dc03652671ebc8fded5a35a63ea317a6c0 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30592) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18541: [FLINK-25756] [connectors/opensearch] Dedicated Opensearch connectors

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18541:
URL: https://github.com/apache/flink/pull/18541#issuecomment-1023343281


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30323",
       "triggerID" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30520",
       "triggerID" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30527",
       "triggerID" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30542",
       "triggerID" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30563",
       "triggerID" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "79fab9dc03652671ebc8fded5a35a63ea317a6c0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30592",
       "triggerID" : "79fab9dc03652671ebc8fded5a35a63ea317a6c0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c7419bc5c568b597078f497da41d1039c994bf3",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30653",
       "triggerID" : "9c7419bc5c568b597078f497da41d1039c994bf3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cb9026e16e2c1cbcc8901399fc9780593895324d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30693",
       "triggerID" : "cb9026e16e2c1cbcc8901399fc9780593895324d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "588cb7a19ba2357e9819ff4901c67bda908badb4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30769",
       "triggerID" : "588cb7a19ba2357e9819ff4901c67bda908badb4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "712c6bfd83e10de35b284d65e91b859da194c2ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=31451",
       "triggerID" : "712c6bfd83e10de35b284d65e91b859da194c2ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "89a0a6c881b9cfbc7dc8248471969f97b291e191",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33970",
       "triggerID" : "89a0a6c881b9cfbc7dc8248471969f97b291e191",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7e86b2c0755175302bbb59118d7bd0874c8dc1f2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33979",
       "triggerID" : "7e86b2c0755175302bbb59118d7bd0874c8dc1f2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "225844bcb27d0a6eddac64a18c13314fbe13adff",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33981",
       "triggerID" : "225844bcb27d0a6eddac64a18c13314fbe13adff",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3498b3748077166f286d019672bb279a02ae574e",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33984",
       "triggerID" : "3498b3748077166f286d019672bb279a02ae574e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b0ea656e1010a0b12f98488b179071aa2a8dbdfa",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "b0ea656e1010a0b12f98488b179071aa2a8dbdfa",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 3498b3748077166f286d019672bb279a02ae574e Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33984) 
   * b0ea656e1010a0b12f98488b179071aa2a8dbdfa UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18541: [FLINK-25756] [connectors/opensearch] Dedicated Opensearch connectors

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18541:
URL: https://github.com/apache/flink/pull/18541#issuecomment-1023343281


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30323",
       "triggerID" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30520",
       "triggerID" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30527",
       "triggerID" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30542",
       "triggerID" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30563",
       "triggerID" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "79fab9dc03652671ebc8fded5a35a63ea317a6c0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30592",
       "triggerID" : "79fab9dc03652671ebc8fded5a35a63ea317a6c0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c7419bc5c568b597078f497da41d1039c994bf3",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30653",
       "triggerID" : "9c7419bc5c568b597078f497da41d1039c994bf3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cb9026e16e2c1cbcc8901399fc9780593895324d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30693",
       "triggerID" : "cb9026e16e2c1cbcc8901399fc9780593895324d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "588cb7a19ba2357e9819ff4901c67bda908badb4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30769",
       "triggerID" : "588cb7a19ba2357e9819ff4901c67bda908badb4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "712c6bfd83e10de35b284d65e91b859da194c2ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=31451",
       "triggerID" : "712c6bfd83e10de35b284d65e91b859da194c2ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "89a0a6c881b9cfbc7dc8248471969f97b291e191",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33970",
       "triggerID" : "89a0a6c881b9cfbc7dc8248471969f97b291e191",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7e86b2c0755175302bbb59118d7bd0874c8dc1f2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33979",
       "triggerID" : "7e86b2c0755175302bbb59118d7bd0874c8dc1f2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "225844bcb27d0a6eddac64a18c13314fbe13adff",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33981",
       "triggerID" : "225844bcb27d0a6eddac64a18c13314fbe13adff",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3498b3748077166f286d019672bb279a02ae574e",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33984",
       "triggerID" : "3498b3748077166f286d019672bb279a02ae574e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 225844bcb27d0a6eddac64a18c13314fbe13adff Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33981) 
   * 3498b3748077166f286d019672bb279a02ae574e Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33984) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18541: [FLINK-25756] [connectors] Dedicated Opensearch connectors

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18541:
URL: https://github.com/apache/flink/pull/18541#issuecomment-1023343281


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30323",
       "triggerID" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30520",
       "triggerID" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30527",
       "triggerID" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30542",
       "triggerID" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30563",
       "triggerID" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "79fab9dc03652671ebc8fded5a35a63ea317a6c0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30592",
       "triggerID" : "79fab9dc03652671ebc8fded5a35a63ea317a6c0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c7419bc5c568b597078f497da41d1039c994bf3",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30653",
       "triggerID" : "9c7419bc5c568b597078f497da41d1039c994bf3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cb9026e16e2c1cbcc8901399fc9780593895324d",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30693",
       "triggerID" : "cb9026e16e2c1cbcc8901399fc9780593895324d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "588cb7a19ba2357e9819ff4901c67bda908badb4",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "588cb7a19ba2357e9819ff4901c67bda908badb4",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * cb9026e16e2c1cbcc8901399fc9780593895324d Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30693) 
   * 588cb7a19ba2357e9819ff4901c67bda908badb4 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18541: [FLINK-25756] [connectors] Dedicated Opensearch connectors

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18541:
URL: https://github.com/apache/flink/pull/18541#issuecomment-1023343281


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30323",
       "triggerID" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30520",
       "triggerID" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30527",
       "triggerID" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30542",
       "triggerID" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30563",
       "triggerID" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "79fab9dc03652671ebc8fded5a35a63ea317a6c0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30592",
       "triggerID" : "79fab9dc03652671ebc8fded5a35a63ea317a6c0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c7419bc5c568b597078f497da41d1039c994bf3",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30653",
       "triggerID" : "9c7419bc5c568b597078f497da41d1039c994bf3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cb9026e16e2c1cbcc8901399fc9780593895324d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30693",
       "triggerID" : "cb9026e16e2c1cbcc8901399fc9780593895324d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "588cb7a19ba2357e9819ff4901c67bda908badb4",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30769",
       "triggerID" : "588cb7a19ba2357e9819ff4901c67bda908badb4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "712c6bfd83e10de35b284d65e91b859da194c2ef",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "712c6bfd83e10de35b284d65e91b859da194c2ef",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 588cb7a19ba2357e9819ff4901c67bda908badb4 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30769) 
   * 712c6bfd83e10de35b284d65e91b859da194c2ef UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18541: [FLINK-25756] [connectors/opensearch] Dedicated Opensearch connectors

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18541:
URL: https://github.com/apache/flink/pull/18541#issuecomment-1023343281


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30323",
       "triggerID" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30520",
       "triggerID" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30527",
       "triggerID" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30542",
       "triggerID" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30563",
       "triggerID" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "79fab9dc03652671ebc8fded5a35a63ea317a6c0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30592",
       "triggerID" : "79fab9dc03652671ebc8fded5a35a63ea317a6c0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c7419bc5c568b597078f497da41d1039c994bf3",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30653",
       "triggerID" : "9c7419bc5c568b597078f497da41d1039c994bf3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cb9026e16e2c1cbcc8901399fc9780593895324d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30693",
       "triggerID" : "cb9026e16e2c1cbcc8901399fc9780593895324d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "588cb7a19ba2357e9819ff4901c67bda908badb4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30769",
       "triggerID" : "588cb7a19ba2357e9819ff4901c67bda908badb4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "712c6bfd83e10de35b284d65e91b859da194c2ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=31451",
       "triggerID" : "712c6bfd83e10de35b284d65e91b859da194c2ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "89a0a6c881b9cfbc7dc8248471969f97b291e191",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33970",
       "triggerID" : "89a0a6c881b9cfbc7dc8248471969f97b291e191",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7e86b2c0755175302bbb59118d7bd0874c8dc1f2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33979",
       "triggerID" : "7e86b2c0755175302bbb59118d7bd0874c8dc1f2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "225844bcb27d0a6eddac64a18c13314fbe13adff",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33981",
       "triggerID" : "225844bcb27d0a6eddac64a18c13314fbe13adff",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3498b3748077166f286d019672bb279a02ae574e",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33984",
       "triggerID" : "3498b3748077166f286d019672bb279a02ae574e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b0ea656e1010a0b12f98488b179071aa2a8dbdfa",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "b0ea656e1010a0b12f98488b179071aa2a8dbdfa",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 3498b3748077166f286d019672bb279a02ae574e Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33984) 
   * b0ea656e1010a0b12f98488b179071aa2a8dbdfa UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18541: [FLINK-25756] [connectors/opensearch] Dedicated Opensearch connectors

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18541:
URL: https://github.com/apache/flink/pull/18541#issuecomment-1023343281


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30323",
       "triggerID" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30520",
       "triggerID" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30527",
       "triggerID" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30542",
       "triggerID" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30563",
       "triggerID" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "79fab9dc03652671ebc8fded5a35a63ea317a6c0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30592",
       "triggerID" : "79fab9dc03652671ebc8fded5a35a63ea317a6c0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c7419bc5c568b597078f497da41d1039c994bf3",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30653",
       "triggerID" : "9c7419bc5c568b597078f497da41d1039c994bf3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cb9026e16e2c1cbcc8901399fc9780593895324d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30693",
       "triggerID" : "cb9026e16e2c1cbcc8901399fc9780593895324d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "588cb7a19ba2357e9819ff4901c67bda908badb4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30769",
       "triggerID" : "588cb7a19ba2357e9819ff4901c67bda908badb4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "712c6bfd83e10de35b284d65e91b859da194c2ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=31451",
       "triggerID" : "712c6bfd83e10de35b284d65e91b859da194c2ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "89a0a6c881b9cfbc7dc8248471969f97b291e191",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33970",
       "triggerID" : "89a0a6c881b9cfbc7dc8248471969f97b291e191",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7e86b2c0755175302bbb59118d7bd0874c8dc1f2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33979",
       "triggerID" : "7e86b2c0755175302bbb59118d7bd0874c8dc1f2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "225844bcb27d0a6eddac64a18c13314fbe13adff",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33981",
       "triggerID" : "225844bcb27d0a6eddac64a18c13314fbe13adff",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3498b3748077166f286d019672bb279a02ae574e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33984",
       "triggerID" : "3498b3748077166f286d019672bb279a02ae574e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b0ea656e1010a0b12f98488b179071aa2a8dbdfa",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33988",
       "triggerID" : "b0ea656e1010a0b12f98488b179071aa2a8dbdfa",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * b0ea656e1010a0b12f98488b179071aa2a8dbdfa Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33988) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18541: [FLINK-25756] [connectors] Dedicated Opensearch connectors

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18541:
URL: https://github.com/apache/flink/pull/18541#issuecomment-1023343281


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30323",
       "triggerID" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30520",
       "triggerID" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 95b34f9a3ff26cdbb2edc4250e494614287f5b5b Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30323) 
   * 9c2ec2bd75d6f58538c07b43333dd15819686013 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30520) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18541: [FLINK-25756] [connectors] Dedicated Opensearch connectors

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18541:
URL: https://github.com/apache/flink/pull/18541#issuecomment-1023343281


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30323",
       "triggerID" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30520",
       "triggerID" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30527",
       "triggerID" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 95b34f9a3ff26cdbb2edc4250e494614287f5b5b Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30323) 
   * 9c2ec2bd75d6f58538c07b43333dd15819686013 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30520) 
   * 3d58505b53e55c27dc2157334f02a78719ac2241 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30527) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18541: [FLINK-25756] [connectors] Dedicated Opensearch connectors

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18541:
URL: https://github.com/apache/flink/pull/18541#issuecomment-1023343281


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30323",
       "triggerID" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30520",
       "triggerID" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30527",
       "triggerID" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30542",
       "triggerID" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30563",
       "triggerID" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "79fab9dc03652671ebc8fded5a35a63ea317a6c0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30592",
       "triggerID" : "79fab9dc03652671ebc8fded5a35a63ea317a6c0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c7419bc5c568b597078f497da41d1039c994bf3",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30653",
       "triggerID" : "9c7419bc5c568b597078f497da41d1039c994bf3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cb9026e16e2c1cbcc8901399fc9780593895324d",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30693",
       "triggerID" : "cb9026e16e2c1cbcc8901399fc9780593895324d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9c7419bc5c568b597078f497da41d1039c994bf3 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30653) 
   * cb9026e16e2c1cbcc8901399fc9780593895324d Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30693) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot commented on pull request #18541: [FLINK-25756] [connectors] Dedicated Opensearch connectors

Posted by GitBox <gi...@apache.org>.
flinkbot commented on pull request #18541:
URL: https://github.com/apache/flink/pull/18541#issuecomment-1023343281


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 95b34f9a3ff26cdbb2edc4250e494614287f5b5b UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18541: [FLINK-25756] [connectors] Dedicated Opensearch connectors

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18541:
URL: https://github.com/apache/flink/pull/18541#issuecomment-1023343281


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30323",
       "triggerID" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 95b34f9a3ff26cdbb2edc4250e494614287f5b5b Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30323) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18541: [FLINK-25756] [connectors] Dedicated Opensearch connectors

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18541:
URL: https://github.com/apache/flink/pull/18541#issuecomment-1023343281


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30323",
       "triggerID" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30520",
       "triggerID" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 95b34f9a3ff26cdbb2edc4250e494614287f5b5b Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30323) 
   * 9c2ec2bd75d6f58538c07b43333dd15819686013 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30520) 
   * 3d58505b53e55c27dc2157334f02a78719ac2241 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18541: [FLINK-25756] [connectors] Dedicated Opensearch connectors

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18541:
URL: https://github.com/apache/flink/pull/18541#issuecomment-1023343281


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30323",
       "triggerID" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30520",
       "triggerID" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 95b34f9a3ff26cdbb2edc4250e494614287f5b5b Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30323) 
   * 9c2ec2bd75d6f58538c07b43333dd15819686013 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30520) 
   * 3d58505b53e55c27dc2157334f02a78719ac2241 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18541: [FLINK-25756] [connectors] Dedicated Opensearch connectors

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18541:
URL: https://github.com/apache/flink/pull/18541#issuecomment-1023343281


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30323",
       "triggerID" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30520",
       "triggerID" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30527",
       "triggerID" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9c2ec2bd75d6f58538c07b43333dd15819686013 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30520) 
   * 3d58505b53e55c27dc2157334f02a78719ac2241 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30527) 
   * a520c433bc68800a2a34488080a118e8a15f1ec0 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18541: [FLINK-25756] [connectors] Dedicated Opensearch connectors

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18541:
URL: https://github.com/apache/flink/pull/18541#issuecomment-1023343281


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30323",
       "triggerID" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30520",
       "triggerID" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30527",
       "triggerID" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30542",
       "triggerID" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30563",
       "triggerID" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "79fab9dc03652671ebc8fded5a35a63ea317a6c0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30592",
       "triggerID" : "79fab9dc03652671ebc8fded5a35a63ea317a6c0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c7419bc5c568b597078f497da41d1039c994bf3",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30653",
       "triggerID" : "9c7419bc5c568b597078f497da41d1039c994bf3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cb9026e16e2c1cbcc8901399fc9780593895324d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30693",
       "triggerID" : "cb9026e16e2c1cbcc8901399fc9780593895324d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "588cb7a19ba2357e9819ff4901c67bda908badb4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30769",
       "triggerID" : "588cb7a19ba2357e9819ff4901c67bda908badb4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "712c6bfd83e10de35b284d65e91b859da194c2ef",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=31451",
       "triggerID" : "712c6bfd83e10de35b284d65e91b859da194c2ef",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 712c6bfd83e10de35b284d65e91b859da194c2ef Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=31451) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18541: [FLINK-25756] [connectors] Dedicated Opensearch connectors

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18541:
URL: https://github.com/apache/flink/pull/18541#issuecomment-1023343281


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30323",
       "triggerID" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 95b34f9a3ff26cdbb2edc4250e494614287f5b5b Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30323) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18541: [FLINK-25756] [connectors/opensearch] Dedicated Opensearch connectors

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18541:
URL: https://github.com/apache/flink/pull/18541#issuecomment-1023343281


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30323",
       "triggerID" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30520",
       "triggerID" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30527",
       "triggerID" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30542",
       "triggerID" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30563",
       "triggerID" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "79fab9dc03652671ebc8fded5a35a63ea317a6c0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30592",
       "triggerID" : "79fab9dc03652671ebc8fded5a35a63ea317a6c0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c7419bc5c568b597078f497da41d1039c994bf3",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30653",
       "triggerID" : "9c7419bc5c568b597078f497da41d1039c994bf3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cb9026e16e2c1cbcc8901399fc9780593895324d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30693",
       "triggerID" : "cb9026e16e2c1cbcc8901399fc9780593895324d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "588cb7a19ba2357e9819ff4901c67bda908badb4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30769",
       "triggerID" : "588cb7a19ba2357e9819ff4901c67bda908badb4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "712c6bfd83e10de35b284d65e91b859da194c2ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=31451",
       "triggerID" : "712c6bfd83e10de35b284d65e91b859da194c2ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "89a0a6c881b9cfbc7dc8248471969f97b291e191",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33970",
       "triggerID" : "89a0a6c881b9cfbc7dc8248471969f97b291e191",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7e86b2c0755175302bbb59118d7bd0874c8dc1f2",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "7e86b2c0755175302bbb59118d7bd0874c8dc1f2",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 89a0a6c881b9cfbc7dc8248471969f97b291e191 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33970) 
   * 7e86b2c0755175302bbb59118d7bd0874c8dc1f2 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] reta commented on pull request #18541: [FLINK-25756] [connectors] Dedicated Opensearch connectors

Posted by GitBox <gi...@apache.org>.
reta commented on pull request #18541:
URL: https://github.com/apache/flink/pull/18541#issuecomment-1081785888


    > I think it would be best to first get that one moved out, so we can understand the actual issues that we might run into. When that one is done, I propose to create a dedicated repo for Opensearch and move your code to that repo. What do you think?
   
   Sounds great, thank you @MartijnVisser ! Mind looking at https://github.com/apache/flink/pull/18634 before moving Elasticsearch repository (cleanup test dependencies)? Thank you!
   


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18541: [FLINK-25756] [connectors/opensearch] Dedicated Opensearch connectors

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18541:
URL: https://github.com/apache/flink/pull/18541#issuecomment-1023343281


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30323",
       "triggerID" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30520",
       "triggerID" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30527",
       "triggerID" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30542",
       "triggerID" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30563",
       "triggerID" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "79fab9dc03652671ebc8fded5a35a63ea317a6c0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30592",
       "triggerID" : "79fab9dc03652671ebc8fded5a35a63ea317a6c0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c7419bc5c568b597078f497da41d1039c994bf3",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30653",
       "triggerID" : "9c7419bc5c568b597078f497da41d1039c994bf3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cb9026e16e2c1cbcc8901399fc9780593895324d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30693",
       "triggerID" : "cb9026e16e2c1cbcc8901399fc9780593895324d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "588cb7a19ba2357e9819ff4901c67bda908badb4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30769",
       "triggerID" : "588cb7a19ba2357e9819ff4901c67bda908badb4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "712c6bfd83e10de35b284d65e91b859da194c2ef",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=31451",
       "triggerID" : "712c6bfd83e10de35b284d65e91b859da194c2ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "89a0a6c881b9cfbc7dc8248471969f97b291e191",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33970",
       "triggerID" : "89a0a6c881b9cfbc7dc8248471969f97b291e191",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 712c6bfd83e10de35b284d65e91b859da194c2ef Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=31451) 
   * 89a0a6c881b9cfbc7dc8248471969f97b291e191 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33970) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18541: [FLINK-25756] [connectors/opensearch] Dedicated Opensearch connectors

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18541:
URL: https://github.com/apache/flink/pull/18541#issuecomment-1023343281


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30323",
       "triggerID" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30520",
       "triggerID" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30527",
       "triggerID" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30542",
       "triggerID" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30563",
       "triggerID" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "79fab9dc03652671ebc8fded5a35a63ea317a6c0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30592",
       "triggerID" : "79fab9dc03652671ebc8fded5a35a63ea317a6c0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c7419bc5c568b597078f497da41d1039c994bf3",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30653",
       "triggerID" : "9c7419bc5c568b597078f497da41d1039c994bf3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cb9026e16e2c1cbcc8901399fc9780593895324d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30693",
       "triggerID" : "cb9026e16e2c1cbcc8901399fc9780593895324d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "588cb7a19ba2357e9819ff4901c67bda908badb4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30769",
       "triggerID" : "588cb7a19ba2357e9819ff4901c67bda908badb4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "712c6bfd83e10de35b284d65e91b859da194c2ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=31451",
       "triggerID" : "712c6bfd83e10de35b284d65e91b859da194c2ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "89a0a6c881b9cfbc7dc8248471969f97b291e191",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33970",
       "triggerID" : "89a0a6c881b9cfbc7dc8248471969f97b291e191",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7e86b2c0755175302bbb59118d7bd0874c8dc1f2",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33979",
       "triggerID" : "7e86b2c0755175302bbb59118d7bd0874c8dc1f2",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 7e86b2c0755175302bbb59118d7bd0874c8dc1f2 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33979) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18541: [FLINK-25756] [connectors/opensearch] Dedicated Opensearch connectors

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18541:
URL: https://github.com/apache/flink/pull/18541#issuecomment-1023343281


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30323",
       "triggerID" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30520",
       "triggerID" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30527",
       "triggerID" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30542",
       "triggerID" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30563",
       "triggerID" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "79fab9dc03652671ebc8fded5a35a63ea317a6c0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30592",
       "triggerID" : "79fab9dc03652671ebc8fded5a35a63ea317a6c0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c7419bc5c568b597078f497da41d1039c994bf3",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30653",
       "triggerID" : "9c7419bc5c568b597078f497da41d1039c994bf3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cb9026e16e2c1cbcc8901399fc9780593895324d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30693",
       "triggerID" : "cb9026e16e2c1cbcc8901399fc9780593895324d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "588cb7a19ba2357e9819ff4901c67bda908badb4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30769",
       "triggerID" : "588cb7a19ba2357e9819ff4901c67bda908badb4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "712c6bfd83e10de35b284d65e91b859da194c2ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=31451",
       "triggerID" : "712c6bfd83e10de35b284d65e91b859da194c2ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "89a0a6c881b9cfbc7dc8248471969f97b291e191",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33970",
       "triggerID" : "89a0a6c881b9cfbc7dc8248471969f97b291e191",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7e86b2c0755175302bbb59118d7bd0874c8dc1f2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33979",
       "triggerID" : "7e86b2c0755175302bbb59118d7bd0874c8dc1f2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "225844bcb27d0a6eddac64a18c13314fbe13adff",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33981",
       "triggerID" : "225844bcb27d0a6eddac64a18c13314fbe13adff",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3498b3748077166f286d019672bb279a02ae574e",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "3498b3748077166f286d019672bb279a02ae574e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 225844bcb27d0a6eddac64a18c13314fbe13adff Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33981) 
   * 3498b3748077166f286d019672bb279a02ae574e UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18541: [FLINK-25756] [connectors] Dedicated Opensearch connectors

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18541:
URL: https://github.com/apache/flink/pull/18541#issuecomment-1023343281


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30323",
       "triggerID" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30520",
       "triggerID" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30527",
       "triggerID" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30542",
       "triggerID" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30563",
       "triggerID" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "79fab9dc03652671ebc8fded5a35a63ea317a6c0",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30592",
       "triggerID" : "79fab9dc03652671ebc8fded5a35a63ea317a6c0",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e31965ace729bae675a07d6cdb3582dcfd5b9ffe Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30563) 
   * 79fab9dc03652671ebc8fded5a35a63ea317a6c0 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30592) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18541: [FLINK-25756] [connectors] Dedicated Opensearch connectors

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18541:
URL: https://github.com/apache/flink/pull/18541#issuecomment-1023343281


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30323",
       "triggerID" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30520",
       "triggerID" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30527",
       "triggerID" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30542",
       "triggerID" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30563",
       "triggerID" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "79fab9dc03652671ebc8fded5a35a63ea317a6c0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30592",
       "triggerID" : "79fab9dc03652671ebc8fded5a35a63ea317a6c0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c7419bc5c568b597078f497da41d1039c994bf3",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30653",
       "triggerID" : "9c7419bc5c568b597078f497da41d1039c994bf3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cb9026e16e2c1cbcc8901399fc9780593895324d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30693",
       "triggerID" : "cb9026e16e2c1cbcc8901399fc9780593895324d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "588cb7a19ba2357e9819ff4901c67bda908badb4",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30769",
       "triggerID" : "588cb7a19ba2357e9819ff4901c67bda908badb4",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 588cb7a19ba2357e9819ff4901c67bda908badb4 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30769) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18541: [FLINK-25756] [connectors] Dedicated Opensearch connectors

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18541:
URL: https://github.com/apache/flink/pull/18541#issuecomment-1023343281


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30323",
       "triggerID" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30520",
       "triggerID" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30527",
       "triggerID" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30542",
       "triggerID" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30563",
       "triggerID" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e31965ace729bae675a07d6cdb3582dcfd5b9ffe Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30563) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18541: [FLINK-25756] [connectors] Dedicated Opensearch connectors

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18541:
URL: https://github.com/apache/flink/pull/18541#issuecomment-1023343281


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30323",
       "triggerID" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30520",
       "triggerID" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30527",
       "triggerID" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30542",
       "triggerID" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30563",
       "triggerID" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * a520c433bc68800a2a34488080a118e8a15f1ec0 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30542) 
   * e31965ace729bae675a07d6cdb3582dcfd5b9ffe Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30563) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18541: [FLINK-25756] [connectors/opensearch] Dedicated Opensearch connectors

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18541:
URL: https://github.com/apache/flink/pull/18541#issuecomment-1023343281


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30323",
       "triggerID" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30520",
       "triggerID" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30527",
       "triggerID" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30542",
       "triggerID" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30563",
       "triggerID" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "79fab9dc03652671ebc8fded5a35a63ea317a6c0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30592",
       "triggerID" : "79fab9dc03652671ebc8fded5a35a63ea317a6c0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c7419bc5c568b597078f497da41d1039c994bf3",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30653",
       "triggerID" : "9c7419bc5c568b597078f497da41d1039c994bf3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cb9026e16e2c1cbcc8901399fc9780593895324d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30693",
       "triggerID" : "cb9026e16e2c1cbcc8901399fc9780593895324d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "588cb7a19ba2357e9819ff4901c67bda908badb4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30769",
       "triggerID" : "588cb7a19ba2357e9819ff4901c67bda908badb4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "712c6bfd83e10de35b284d65e91b859da194c2ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=31451",
       "triggerID" : "712c6bfd83e10de35b284d65e91b859da194c2ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "89a0a6c881b9cfbc7dc8248471969f97b291e191",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33970",
       "triggerID" : "89a0a6c881b9cfbc7dc8248471969f97b291e191",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7e86b2c0755175302bbb59118d7bd0874c8dc1f2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33979",
       "triggerID" : "7e86b2c0755175302bbb59118d7bd0874c8dc1f2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "225844bcb27d0a6eddac64a18c13314fbe13adff",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33981",
       "triggerID" : "225844bcb27d0a6eddac64a18c13314fbe13adff",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 225844bcb27d0a6eddac64a18c13314fbe13adff Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33981) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18541: [FLINK-25756] [connectors/opensearch] Dedicated Opensearch connectors

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18541:
URL: https://github.com/apache/flink/pull/18541#issuecomment-1023343281


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30323",
       "triggerID" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30520",
       "triggerID" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30527",
       "triggerID" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30542",
       "triggerID" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30563",
       "triggerID" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "79fab9dc03652671ebc8fded5a35a63ea317a6c0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30592",
       "triggerID" : "79fab9dc03652671ebc8fded5a35a63ea317a6c0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c7419bc5c568b597078f497da41d1039c994bf3",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30653",
       "triggerID" : "9c7419bc5c568b597078f497da41d1039c994bf3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cb9026e16e2c1cbcc8901399fc9780593895324d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30693",
       "triggerID" : "cb9026e16e2c1cbcc8901399fc9780593895324d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "588cb7a19ba2357e9819ff4901c67bda908badb4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30769",
       "triggerID" : "588cb7a19ba2357e9819ff4901c67bda908badb4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "712c6bfd83e10de35b284d65e91b859da194c2ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=31451",
       "triggerID" : "712c6bfd83e10de35b284d65e91b859da194c2ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "89a0a6c881b9cfbc7dc8248471969f97b291e191",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33970",
       "triggerID" : "89a0a6c881b9cfbc7dc8248471969f97b291e191",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7e86b2c0755175302bbb59118d7bd0874c8dc1f2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33979",
       "triggerID" : "7e86b2c0755175302bbb59118d7bd0874c8dc1f2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "225844bcb27d0a6eddac64a18c13314fbe13adff",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33981",
       "triggerID" : "225844bcb27d0a6eddac64a18c13314fbe13adff",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3498b3748077166f286d019672bb279a02ae574e",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33984",
       "triggerID" : "3498b3748077166f286d019672bb279a02ae574e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 3498b3748077166f286d019672bb279a02ae574e Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33984) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18541: [FLINK-25756] [connectors/opensearch] Dedicated Opensearch connectors

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18541:
URL: https://github.com/apache/flink/pull/18541#issuecomment-1023343281


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30323",
       "triggerID" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30520",
       "triggerID" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30527",
       "triggerID" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30542",
       "triggerID" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30563",
       "triggerID" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "79fab9dc03652671ebc8fded5a35a63ea317a6c0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30592",
       "triggerID" : "79fab9dc03652671ebc8fded5a35a63ea317a6c0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c7419bc5c568b597078f497da41d1039c994bf3",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30653",
       "triggerID" : "9c7419bc5c568b597078f497da41d1039c994bf3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cb9026e16e2c1cbcc8901399fc9780593895324d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30693",
       "triggerID" : "cb9026e16e2c1cbcc8901399fc9780593895324d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "588cb7a19ba2357e9819ff4901c67bda908badb4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30769",
       "triggerID" : "588cb7a19ba2357e9819ff4901c67bda908badb4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "712c6bfd83e10de35b284d65e91b859da194c2ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=31451",
       "triggerID" : "712c6bfd83e10de35b284d65e91b859da194c2ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "89a0a6c881b9cfbc7dc8248471969f97b291e191",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33970",
       "triggerID" : "89a0a6c881b9cfbc7dc8248471969f97b291e191",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7e86b2c0755175302bbb59118d7bd0874c8dc1f2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33979",
       "triggerID" : "7e86b2c0755175302bbb59118d7bd0874c8dc1f2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "225844bcb27d0a6eddac64a18c13314fbe13adff",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33981",
       "triggerID" : "225844bcb27d0a6eddac64a18c13314fbe13adff",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3498b3748077166f286d019672bb279a02ae574e",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33984",
       "triggerID" : "3498b3748077166f286d019672bb279a02ae574e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 3498b3748077166f286d019672bb279a02ae574e Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33984) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18541: [FLINK-25756] [connectors] Dedicated Opensearch connectors

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18541:
URL: https://github.com/apache/flink/pull/18541#issuecomment-1023343281


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30323",
       "triggerID" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30520",
       "triggerID" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30527",
       "triggerID" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30542",
       "triggerID" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30563",
       "triggerID" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "79fab9dc03652671ebc8fded5a35a63ea317a6c0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30592",
       "triggerID" : "79fab9dc03652671ebc8fded5a35a63ea317a6c0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c7419bc5c568b597078f497da41d1039c994bf3",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30653",
       "triggerID" : "9c7419bc5c568b597078f497da41d1039c994bf3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cb9026e16e2c1cbcc8901399fc9780593895324d",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cb9026e16e2c1cbcc8901399fc9780593895324d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9c7419bc5c568b597078f497da41d1039c994bf3 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30653) 
   * cb9026e16e2c1cbcc8901399fc9780593895324d UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18541: [FLINK-25756] [connectors] Dedicated Opensearch connectors

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18541:
URL: https://github.com/apache/flink/pull/18541#issuecomment-1023343281


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30323",
       "triggerID" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30520",
       "triggerID" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30527",
       "triggerID" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30542",
       "triggerID" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30563",
       "triggerID" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "79fab9dc03652671ebc8fded5a35a63ea317a6c0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30592",
       "triggerID" : "79fab9dc03652671ebc8fded5a35a63ea317a6c0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c7419bc5c568b597078f497da41d1039c994bf3",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30653",
       "triggerID" : "9c7419bc5c568b597078f497da41d1039c994bf3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cb9026e16e2c1cbcc8901399fc9780593895324d",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30693",
       "triggerID" : "cb9026e16e2c1cbcc8901399fc9780593895324d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "588cb7a19ba2357e9819ff4901c67bda908badb4",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30769",
       "triggerID" : "588cb7a19ba2357e9819ff4901c67bda908badb4",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * cb9026e16e2c1cbcc8901399fc9780593895324d Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30693) 
   * 588cb7a19ba2357e9819ff4901c67bda908badb4 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30769) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18541: [FLINK-25756] [connectors] Dedicated Opensearch connectors

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18541:
URL: https://github.com/apache/flink/pull/18541#issuecomment-1023343281






-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] MartijnVisser commented on pull request #18541: [FLINK-25756] [connectors] Dedicated Opensearch connectors

Posted by GitBox <gi...@apache.org>.
MartijnVisser commented on pull request #18541:
URL: https://github.com/apache/flink/pull/18541#issuecomment-1081513998


   @reta Thanks for your patience! We've started this week with our first external connector repo project, which is moving out the Elasticsearch connector from this repository to https://github.com/apache/flink-connector-elasticsearch
   
   I think it would be best to first get that one moved out, so we can understand the actual issues that we might run into. When that one is done, I propose to create a dedicated repo for Opensearch and move your code to that repo. What do you think? 


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] CrynetLogistics commented on pull request #18541: [FLINK-25756] [connectors] Dedicated Opensearch connectors

Posted by GitBox <gi...@apache.org>.
CrynetLogistics commented on pull request #18541:
URL: https://github.com/apache/flink/pull/18541#issuecomment-1026931087


   Hi @reta Thanks for the contribution!
   I was wondering if you considered basing your implementation on the [Generic Async Sink](https://github.com/apache/flink/tree/master/flink-connectors/flink-connector-base/src/main/java/org/apache/flink/connector/base/sink), new in 1.15?


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] reta commented on pull request #18541: [FLINK-25756] [connectors] Dedicated Opensearch connectors

Posted by GitBox <gi...@apache.org>.
reta commented on pull request #18541:
URL: https://github.com/apache/flink/pull/18541#issuecomment-1026944564


   > Hi @reta Thanks for the contribution! I was wondering if you considered basing your implementation on the [Generic Async Sink](https://github.com/apache/flink/tree/master/flink-connectors/flink-connector-base/src/main/java/org/apache/flink/connector/base/sink), new in 1.15?
   
   Hey @CrynetLogistics , thanks a lot for pointing it out. No, we have not considered the Generic Async Sink API, it seems like it was introduced at the same time this pull request was created (but it sounds like a good future improvement for sure). Thank you!


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18541: [FLINK-25756] [connectors/opensearch] Dedicated Opensearch connectors

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18541:
URL: https://github.com/apache/flink/pull/18541#issuecomment-1023343281


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30323",
       "triggerID" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30520",
       "triggerID" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30527",
       "triggerID" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30542",
       "triggerID" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30563",
       "triggerID" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "79fab9dc03652671ebc8fded5a35a63ea317a6c0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30592",
       "triggerID" : "79fab9dc03652671ebc8fded5a35a63ea317a6c0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c7419bc5c568b597078f497da41d1039c994bf3",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30653",
       "triggerID" : "9c7419bc5c568b597078f497da41d1039c994bf3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cb9026e16e2c1cbcc8901399fc9780593895324d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30693",
       "triggerID" : "cb9026e16e2c1cbcc8901399fc9780593895324d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "588cb7a19ba2357e9819ff4901c67bda908badb4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30769",
       "triggerID" : "588cb7a19ba2357e9819ff4901c67bda908badb4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "712c6bfd83e10de35b284d65e91b859da194c2ef",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=31451",
       "triggerID" : "712c6bfd83e10de35b284d65e91b859da194c2ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "89a0a6c881b9cfbc7dc8248471969f97b291e191",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "89a0a6c881b9cfbc7dc8248471969f97b291e191",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 712c6bfd83e10de35b284d65e91b859da194c2ef Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=31451) 
   * 89a0a6c881b9cfbc7dc8248471969f97b291e191 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18541: [FLINK-25756] [connectors/opensearch] Dedicated Opensearch connectors

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18541:
URL: https://github.com/apache/flink/pull/18541#issuecomment-1023343281


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30323",
       "triggerID" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30520",
       "triggerID" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30527",
       "triggerID" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30542",
       "triggerID" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30563",
       "triggerID" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "79fab9dc03652671ebc8fded5a35a63ea317a6c0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30592",
       "triggerID" : "79fab9dc03652671ebc8fded5a35a63ea317a6c0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c7419bc5c568b597078f497da41d1039c994bf3",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30653",
       "triggerID" : "9c7419bc5c568b597078f497da41d1039c994bf3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cb9026e16e2c1cbcc8901399fc9780593895324d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30693",
       "triggerID" : "cb9026e16e2c1cbcc8901399fc9780593895324d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "588cb7a19ba2357e9819ff4901c67bda908badb4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30769",
       "triggerID" : "588cb7a19ba2357e9819ff4901c67bda908badb4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "712c6bfd83e10de35b284d65e91b859da194c2ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=31451",
       "triggerID" : "712c6bfd83e10de35b284d65e91b859da194c2ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "89a0a6c881b9cfbc7dc8248471969f97b291e191",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33970",
       "triggerID" : "89a0a6c881b9cfbc7dc8248471969f97b291e191",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7e86b2c0755175302bbb59118d7bd0874c8dc1f2",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33979",
       "triggerID" : "7e86b2c0755175302bbb59118d7bd0874c8dc1f2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "225844bcb27d0a6eddac64a18c13314fbe13adff",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33981",
       "triggerID" : "225844bcb27d0a6eddac64a18c13314fbe13adff",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 7e86b2c0755175302bbb59118d7bd0874c8dc1f2 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33979) 
   * 225844bcb27d0a6eddac64a18c13314fbe13adff Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33981) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18541: [FLINK-25756] [connectors/opensearch] Dedicated Opensearch connectors

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18541:
URL: https://github.com/apache/flink/pull/18541#issuecomment-1023343281


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30323",
       "triggerID" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30520",
       "triggerID" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30527",
       "triggerID" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30542",
       "triggerID" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30563",
       "triggerID" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "79fab9dc03652671ebc8fded5a35a63ea317a6c0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30592",
       "triggerID" : "79fab9dc03652671ebc8fded5a35a63ea317a6c0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c7419bc5c568b597078f497da41d1039c994bf3",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30653",
       "triggerID" : "9c7419bc5c568b597078f497da41d1039c994bf3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cb9026e16e2c1cbcc8901399fc9780593895324d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30693",
       "triggerID" : "cb9026e16e2c1cbcc8901399fc9780593895324d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "588cb7a19ba2357e9819ff4901c67bda908badb4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30769",
       "triggerID" : "588cb7a19ba2357e9819ff4901c67bda908badb4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "712c6bfd83e10de35b284d65e91b859da194c2ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=31451",
       "triggerID" : "712c6bfd83e10de35b284d65e91b859da194c2ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "89a0a6c881b9cfbc7dc8248471969f97b291e191",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33970",
       "triggerID" : "89a0a6c881b9cfbc7dc8248471969f97b291e191",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7e86b2c0755175302bbb59118d7bd0874c8dc1f2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33979",
       "triggerID" : "7e86b2c0755175302bbb59118d7bd0874c8dc1f2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "225844bcb27d0a6eddac64a18c13314fbe13adff",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33981",
       "triggerID" : "225844bcb27d0a6eddac64a18c13314fbe13adff",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 225844bcb27d0a6eddac64a18c13314fbe13adff Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33981) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18541: [FLINK-25756] [connectors/opensearch] Dedicated Opensearch connectors

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18541:
URL: https://github.com/apache/flink/pull/18541#issuecomment-1023343281


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30323",
       "triggerID" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30520",
       "triggerID" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30527",
       "triggerID" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30542",
       "triggerID" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30563",
       "triggerID" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "79fab9dc03652671ebc8fded5a35a63ea317a6c0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30592",
       "triggerID" : "79fab9dc03652671ebc8fded5a35a63ea317a6c0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c7419bc5c568b597078f497da41d1039c994bf3",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30653",
       "triggerID" : "9c7419bc5c568b597078f497da41d1039c994bf3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cb9026e16e2c1cbcc8901399fc9780593895324d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30693",
       "triggerID" : "cb9026e16e2c1cbcc8901399fc9780593895324d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "588cb7a19ba2357e9819ff4901c67bda908badb4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30769",
       "triggerID" : "588cb7a19ba2357e9819ff4901c67bda908badb4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "712c6bfd83e10de35b284d65e91b859da194c2ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=31451",
       "triggerID" : "712c6bfd83e10de35b284d65e91b859da194c2ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "89a0a6c881b9cfbc7dc8248471969f97b291e191",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33970",
       "triggerID" : "89a0a6c881b9cfbc7dc8248471969f97b291e191",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7e86b2c0755175302bbb59118d7bd0874c8dc1f2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33979",
       "triggerID" : "7e86b2c0755175302bbb59118d7bd0874c8dc1f2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "225844bcb27d0a6eddac64a18c13314fbe13adff",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33981",
       "triggerID" : "225844bcb27d0a6eddac64a18c13314fbe13adff",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3498b3748077166f286d019672bb279a02ae574e",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33984",
       "triggerID" : "3498b3748077166f286d019672bb279a02ae574e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b0ea656e1010a0b12f98488b179071aa2a8dbdfa",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33988",
       "triggerID" : "b0ea656e1010a0b12f98488b179071aa2a8dbdfa",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 3498b3748077166f286d019672bb279a02ae574e Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33984) 
   * b0ea656e1010a0b12f98488b179071aa2a8dbdfa Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33988) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18541: [FLINK-25756] [connectors/opensearch] Dedicated Opensearch connectors

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18541:
URL: https://github.com/apache/flink/pull/18541#issuecomment-1023343281


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30323",
       "triggerID" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30520",
       "triggerID" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30527",
       "triggerID" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30542",
       "triggerID" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30563",
       "triggerID" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "79fab9dc03652671ebc8fded5a35a63ea317a6c0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30592",
       "triggerID" : "79fab9dc03652671ebc8fded5a35a63ea317a6c0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c7419bc5c568b597078f497da41d1039c994bf3",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30653",
       "triggerID" : "9c7419bc5c568b597078f497da41d1039c994bf3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cb9026e16e2c1cbcc8901399fc9780593895324d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30693",
       "triggerID" : "cb9026e16e2c1cbcc8901399fc9780593895324d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "588cb7a19ba2357e9819ff4901c67bda908badb4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30769",
       "triggerID" : "588cb7a19ba2357e9819ff4901c67bda908badb4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "712c6bfd83e10de35b284d65e91b859da194c2ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=31451",
       "triggerID" : "712c6bfd83e10de35b284d65e91b859da194c2ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "89a0a6c881b9cfbc7dc8248471969f97b291e191",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33970",
       "triggerID" : "89a0a6c881b9cfbc7dc8248471969f97b291e191",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7e86b2c0755175302bbb59118d7bd0874c8dc1f2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33979",
       "triggerID" : "7e86b2c0755175302bbb59118d7bd0874c8dc1f2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "225844bcb27d0a6eddac64a18c13314fbe13adff",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33981",
       "triggerID" : "225844bcb27d0a6eddac64a18c13314fbe13adff",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3498b3748077166f286d019672bb279a02ae574e",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "3498b3748077166f286d019672bb279a02ae574e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 225844bcb27d0a6eddac64a18c13314fbe13adff Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33981) 
   * 3498b3748077166f286d019672bb279a02ae574e UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18541: [FLINK-25756] [connectors] Dedicated Opensearch connectors

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18541:
URL: https://github.com/apache/flink/pull/18541#issuecomment-1023343281


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30323",
       "triggerID" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30520",
       "triggerID" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 95b34f9a3ff26cdbb2edc4250e494614287f5b5b Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30323) 
   * 9c2ec2bd75d6f58538c07b43333dd15819686013 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30520) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18541: [FLINK-25756] [connectors] Dedicated Opensearch connectors

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18541:
URL: https://github.com/apache/flink/pull/18541#issuecomment-1023343281


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30323",
       "triggerID" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 95b34f9a3ff26cdbb2edc4250e494614287f5b5b Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30323) 
   * 9c2ec2bd75d6f58538c07b43333dd15819686013 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18541: [FLINK-25756] [connectors] Dedicated Opensearch connectors

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18541:
URL: https://github.com/apache/flink/pull/18541#issuecomment-1023343281


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30323",
       "triggerID" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30520",
       "triggerID" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 95b34f9a3ff26cdbb2edc4250e494614287f5b5b Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30323) 
   * 9c2ec2bd75d6f58538c07b43333dd15819686013 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30520) 
   * 3d58505b53e55c27dc2157334f02a78719ac2241 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18541: [FLINK-25756] [connectors] Dedicated Opensearch connectors

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18541:
URL: https://github.com/apache/flink/pull/18541#issuecomment-1023343281


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30323",
       "triggerID" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30520",
       "triggerID" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30527",
       "triggerID" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30542",
       "triggerID" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30563",
       "triggerID" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "79fab9dc03652671ebc8fded5a35a63ea317a6c0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30592",
       "triggerID" : "79fab9dc03652671ebc8fded5a35a63ea317a6c0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c7419bc5c568b597078f497da41d1039c994bf3",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30653",
       "triggerID" : "9c7419bc5c568b597078f497da41d1039c994bf3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cb9026e16e2c1cbcc8901399fc9780593895324d",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30693",
       "triggerID" : "cb9026e16e2c1cbcc8901399fc9780593895324d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * cb9026e16e2c1cbcc8901399fc9780593895324d Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30693) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18541: [FLINK-25756] [connectors] Dedicated Opensearch connectors

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18541:
URL: https://github.com/apache/flink/pull/18541#issuecomment-1023343281


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30323",
       "triggerID" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30520",
       "triggerID" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30527",
       "triggerID" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30542",
       "triggerID" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30563",
       "triggerID" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "79fab9dc03652671ebc8fded5a35a63ea317a6c0",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30592",
       "triggerID" : "79fab9dc03652671ebc8fded5a35a63ea317a6c0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c7419bc5c568b597078f497da41d1039c994bf3",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30653",
       "triggerID" : "9c7419bc5c568b597078f497da41d1039c994bf3",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 79fab9dc03652671ebc8fded5a35a63ea317a6c0 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30592) 
   * 9c7419bc5c568b597078f497da41d1039c994bf3 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30653) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18541: [FLINK-25756] [connectors/opensearch] Dedicated Opensearch connectors

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18541:
URL: https://github.com/apache/flink/pull/18541#issuecomment-1023343281


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30323",
       "triggerID" : "95b34f9a3ff26cdbb2edc4250e494614287f5b5b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30520",
       "triggerID" : "9c2ec2bd75d6f58538c07b43333dd15819686013",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30527",
       "triggerID" : "3d58505b53e55c27dc2157334f02a78719ac2241",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30542",
       "triggerID" : "a520c433bc68800a2a34488080a118e8a15f1ec0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30563",
       "triggerID" : "e31965ace729bae675a07d6cdb3582dcfd5b9ffe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "79fab9dc03652671ebc8fded5a35a63ea317a6c0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30592",
       "triggerID" : "79fab9dc03652671ebc8fded5a35a63ea317a6c0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9c7419bc5c568b597078f497da41d1039c994bf3",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30653",
       "triggerID" : "9c7419bc5c568b597078f497da41d1039c994bf3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cb9026e16e2c1cbcc8901399fc9780593895324d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30693",
       "triggerID" : "cb9026e16e2c1cbcc8901399fc9780593895324d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "588cb7a19ba2357e9819ff4901c67bda908badb4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30769",
       "triggerID" : "588cb7a19ba2357e9819ff4901c67bda908badb4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "712c6bfd83e10de35b284d65e91b859da194c2ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=31451",
       "triggerID" : "712c6bfd83e10de35b284d65e91b859da194c2ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "89a0a6c881b9cfbc7dc8248471969f97b291e191",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33970",
       "triggerID" : "89a0a6c881b9cfbc7dc8248471969f97b291e191",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7e86b2c0755175302bbb59118d7bd0874c8dc1f2",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33979",
       "triggerID" : "7e86b2c0755175302bbb59118d7bd0874c8dc1f2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "225844bcb27d0a6eddac64a18c13314fbe13adff",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "225844bcb27d0a6eddac64a18c13314fbe13adff",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 7e86b2c0755175302bbb59118d7bd0874c8dc1f2 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33979) 
   * 225844bcb27d0a6eddac64a18c13314fbe13adff UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org