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 2021/01/29 13:49:53 UTC

[GitHub] [flink] dawidwys opened a new pull request #14809: [FLINK-21206] Implement HeapKeyValueStateIterator

dawidwys opened a new pull request #14809:
URL: https://github.com/apache/flink/pull/14809


   ## What is the purpose of the change
   
   The aim is to implement a HeapKeyValueStateIterator which can be used to produce a unified savepoint out of a HeapKeyedStateBackend
   
   
   ## Verifying this change
   
   The tests are still to come, as we cannot enable the unified savepoint for HeapStateBackend because we do not have the restore procedure in place yet.
   
   ## Does this pull request potentially affect one of the following parts:
   
     - Dependencies (does it add or upgrade a dependency): (yes / **no**)
     - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: (yes / **no**)
     - The serializers: (yes / **no** / don't know)
     - The runtime per-record code paths (performance sensitive): (yes / **no** / don't know)
     - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Kubernetes/Yarn/Mesos, ZooKeeper: (**yes** / no / don't know)
     - The S3 file system connector: (yes / **no** / don't know)
   
   ## Documentation
   
     - Does this pull request introduce a new feature? (**yes** / no)
     - If yes, how is the feature documented? (not applicable / docs / JavaDocs / not documented) - to be added
   


----------------------------------------------------------------
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.

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



[GitHub] [flink] flinkbot edited a comment on pull request #14809: [FLINK-21206] Implement HeapKeyValueStateIterator

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


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

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



[GitHub] [flink] flinkbot edited a comment on pull request #14809: [FLINK-21206] Implement HeapKeyValueStateIterator

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "69e5b6610961d58044ec59dd8da06dc1cbbbe19d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12662",
       "triggerID" : "69e5b6610961d58044ec59dd8da06dc1cbbbe19d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4ef80f614e8ac4b5facd6f68f802746584420121",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "4ef80f614e8ac4b5facd6f68f802746584420121",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a22e95072ffea536662db677f36f7d8208e9976d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12751",
       "triggerID" : "a22e95072ffea536662db677f36f7d8208e9976d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1aa8ebbe01b58578c232d195e721256e06d601e0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12777",
       "triggerID" : "1aa8ebbe01b58578c232d195e721256e06d601e0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4eaeb259d3b7a57db6c0c5efa36dc404a000b485",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12787",
       "triggerID" : "4eaeb259d3b7a57db6c0c5efa36dc404a000b485",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6995f6b05c55c8c3c162d2483e45539604520787",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12790",
       "triggerID" : "6995f6b05c55c8c3c162d2483e45539604520787",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0d67a18f44b0101a72efca0b305727f8dfba201b",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0d67a18f44b0101a72efca0b305727f8dfba201b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "45ff522a80566a1447b4e8dbed9586e415cf097e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12796",
       "triggerID" : "45ff522a80566a1447b4e8dbed9586e415cf097e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6862948d2f73b6966cddd934128196ac31d7726a",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6862948d2f73b6966cddd934128196ac31d7726a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3ec37720cb339d59d8c7ace7518bdbaf0b7e7f5e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12803",
       "triggerID" : "3ec37720cb339d59d8c7ace7518bdbaf0b7e7f5e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4252974df96e5378e319b1ef7a9a607bd6900885",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12810",
       "triggerID" : "4252974df96e5378e319b1ef7a9a607bd6900885",
       "triggerType" : "PUSH"
     }, {
       "hash" : "51aee28c67a5ff1a4cce0b37e7c65dbbbdc613e5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12850",
       "triggerID" : "51aee28c67a5ff1a4cce0b37e7c65dbbbdc613e5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b2947ff1967ec9e1baf34a627f62642e554960c9",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "b2947ff1967ec9e1baf34a627f62642e554960c9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "deb20a8023a571638f95298795a097f610d28a56",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12856",
       "triggerID" : "deb20a8023a571638f95298795a097f610d28a56",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 4ef80f614e8ac4b5facd6f68f802746584420121 UNKNOWN
   * 0d67a18f44b0101a72efca0b305727f8dfba201b UNKNOWN
   * 6862948d2f73b6966cddd934128196ac31d7726a UNKNOWN
   * b2947ff1967ec9e1baf34a627f62642e554960c9 UNKNOWN
   * deb20a8023a571638f95298795a097f610d28a56 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12856) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@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.

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



[GitHub] [flink] flinkbot edited a comment on pull request #14809: [FLINK-21206] Implement HeapKeyValueStateIterator

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "69e5b6610961d58044ec59dd8da06dc1cbbbe19d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12662",
       "triggerID" : "69e5b6610961d58044ec59dd8da06dc1cbbbe19d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4ef80f614e8ac4b5facd6f68f802746584420121",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "4ef80f614e8ac4b5facd6f68f802746584420121",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a22e95072ffea536662db677f36f7d8208e9976d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12751",
       "triggerID" : "a22e95072ffea536662db677f36f7d8208e9976d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1aa8ebbe01b58578c232d195e721256e06d601e0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12777",
       "triggerID" : "1aa8ebbe01b58578c232d195e721256e06d601e0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4eaeb259d3b7a57db6c0c5efa36dc404a000b485",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12787",
       "triggerID" : "4eaeb259d3b7a57db6c0c5efa36dc404a000b485",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6995f6b05c55c8c3c162d2483e45539604520787",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12790",
       "triggerID" : "6995f6b05c55c8c3c162d2483e45539604520787",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0d67a18f44b0101a72efca0b305727f8dfba201b",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0d67a18f44b0101a72efca0b305727f8dfba201b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "45ff522a80566a1447b4e8dbed9586e415cf097e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12796",
       "triggerID" : "45ff522a80566a1447b4e8dbed9586e415cf097e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6862948d2f73b6966cddd934128196ac31d7726a",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6862948d2f73b6966cddd934128196ac31d7726a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3ec37720cb339d59d8c7ace7518bdbaf0b7e7f5e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12803",
       "triggerID" : "3ec37720cb339d59d8c7ace7518bdbaf0b7e7f5e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4252974df96e5378e319b1ef7a9a607bd6900885",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12810",
       "triggerID" : "4252974df96e5378e319b1ef7a9a607bd6900885",
       "triggerType" : "PUSH"
     }, {
       "hash" : "51aee28c67a5ff1a4cce0b37e7c65dbbbdc613e5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12850",
       "triggerID" : "51aee28c67a5ff1a4cce0b37e7c65dbbbdc613e5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b2947ff1967ec9e1baf34a627f62642e554960c9",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "b2947ff1967ec9e1baf34a627f62642e554960c9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "deb20a8023a571638f95298795a097f610d28a56",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12856",
       "triggerID" : "deb20a8023a571638f95298795a097f610d28a56",
       "triggerType" : "PUSH"
     }, {
       "hash" : "922be55df52c440886b37ac140cfc31995f89192",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "922be55df52c440886b37ac140cfc31995f89192",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 4ef80f614e8ac4b5facd6f68f802746584420121 UNKNOWN
   * 0d67a18f44b0101a72efca0b305727f8dfba201b UNKNOWN
   * 6862948d2f73b6966cddd934128196ac31d7726a UNKNOWN
   * b2947ff1967ec9e1baf34a627f62642e554960c9 UNKNOWN
   * deb20a8023a571638f95298795a097f610d28a56 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12856) 
   * 922be55df52c440886b37ac140cfc31995f89192 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@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.

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



[GitHub] [flink] flinkbot edited a comment on pull request #14809: [FLINK-21206] Implement HeapKeyValueStateIterator

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "69e5b6610961d58044ec59dd8da06dc1cbbbe19d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12662",
       "triggerID" : "69e5b6610961d58044ec59dd8da06dc1cbbbe19d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4ef80f614e8ac4b5facd6f68f802746584420121",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "4ef80f614e8ac4b5facd6f68f802746584420121",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a22e95072ffea536662db677f36f7d8208e9976d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12751",
       "triggerID" : "a22e95072ffea536662db677f36f7d8208e9976d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1aa8ebbe01b58578c232d195e721256e06d601e0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12777",
       "triggerID" : "1aa8ebbe01b58578c232d195e721256e06d601e0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4eaeb259d3b7a57db6c0c5efa36dc404a000b485",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12787",
       "triggerID" : "4eaeb259d3b7a57db6c0c5efa36dc404a000b485",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6995f6b05c55c8c3c162d2483e45539604520787",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12790",
       "triggerID" : "6995f6b05c55c8c3c162d2483e45539604520787",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0d67a18f44b0101a72efca0b305727f8dfba201b",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0d67a18f44b0101a72efca0b305727f8dfba201b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "45ff522a80566a1447b4e8dbed9586e415cf097e",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12796",
       "triggerID" : "45ff522a80566a1447b4e8dbed9586e415cf097e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 4ef80f614e8ac4b5facd6f68f802746584420121 UNKNOWN
   * 6995f6b05c55c8c3c162d2483e45539604520787 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12790) 
   * 0d67a18f44b0101a72efca0b305727f8dfba201b UNKNOWN
   * 45ff522a80566a1447b4e8dbed9586e415cf097e Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12796) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@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.

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



[GitHub] [flink] flinkbot edited a comment on pull request #14809: [FLINK-21206] Implement HeapKeyValueStateIterator

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






----------------------------------------------------------------
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.

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



[GitHub] [flink] flinkbot edited a comment on pull request #14809: [FLINK-21206] Implement HeapKeyValueStateIterator

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "69e5b6610961d58044ec59dd8da06dc1cbbbe19d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12662",
       "triggerID" : "69e5b6610961d58044ec59dd8da06dc1cbbbe19d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4ef80f614e8ac4b5facd6f68f802746584420121",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "4ef80f614e8ac4b5facd6f68f802746584420121",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a22e95072ffea536662db677f36f7d8208e9976d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12751",
       "triggerID" : "a22e95072ffea536662db677f36f7d8208e9976d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1aa8ebbe01b58578c232d195e721256e06d601e0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12777",
       "triggerID" : "1aa8ebbe01b58578c232d195e721256e06d601e0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4eaeb259d3b7a57db6c0c5efa36dc404a000b485",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12787",
       "triggerID" : "4eaeb259d3b7a57db6c0c5efa36dc404a000b485",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6995f6b05c55c8c3c162d2483e45539604520787",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12790",
       "triggerID" : "6995f6b05c55c8c3c162d2483e45539604520787",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0d67a18f44b0101a72efca0b305727f8dfba201b",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0d67a18f44b0101a72efca0b305727f8dfba201b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "45ff522a80566a1447b4e8dbed9586e415cf097e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12796",
       "triggerID" : "45ff522a80566a1447b4e8dbed9586e415cf097e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6862948d2f73b6966cddd934128196ac31d7726a",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6862948d2f73b6966cddd934128196ac31d7726a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3ec37720cb339d59d8c7ace7518bdbaf0b7e7f5e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12803",
       "triggerID" : "3ec37720cb339d59d8c7ace7518bdbaf0b7e7f5e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4252974df96e5378e319b1ef7a9a607bd6900885",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12810",
       "triggerID" : "4252974df96e5378e319b1ef7a9a607bd6900885",
       "triggerType" : "PUSH"
     }, {
       "hash" : "51aee28c67a5ff1a4cce0b37e7c65dbbbdc613e5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12850",
       "triggerID" : "51aee28c67a5ff1a4cce0b37e7c65dbbbdc613e5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b2947ff1967ec9e1baf34a627f62642e554960c9",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "b2947ff1967ec9e1baf34a627f62642e554960c9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "deb20a8023a571638f95298795a097f610d28a56",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12856",
       "triggerID" : "deb20a8023a571638f95298795a097f610d28a56",
       "triggerType" : "PUSH"
     }, {
       "hash" : "922be55df52c440886b37ac140cfc31995f89192",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12876",
       "triggerID" : "922be55df52c440886b37ac140cfc31995f89192",
       "triggerType" : "PUSH"
     }, {
       "hash" : "bf6f8076534ba0370b7091469e990ae57dfc9738",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=13009",
       "triggerID" : "bf6f8076534ba0370b7091469e990ae57dfc9738",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f85c9ce8629f081a14cda920ed1fa5b0f55aa048",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "f85c9ce8629f081a14cda920ed1fa5b0f55aa048",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 4ef80f614e8ac4b5facd6f68f802746584420121 UNKNOWN
   * 0d67a18f44b0101a72efca0b305727f8dfba201b UNKNOWN
   * 6862948d2f73b6966cddd934128196ac31d7726a UNKNOWN
   * b2947ff1967ec9e1baf34a627f62642e554960c9 UNKNOWN
   * bf6f8076534ba0370b7091469e990ae57dfc9738 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=13009) 
   * f85c9ce8629f081a14cda920ed1fa5b0f55aa048 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@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.

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



[GitHub] [flink] dawidwys closed pull request #14809: [FLINK-21206] Implement HeapKeyValueStateIterator

Posted by GitBox <gi...@apache.org>.
dawidwys closed pull request #14809:
URL: https://github.com/apache/flink/pull/14809


   


----------------------------------------------------------------
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.

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



[GitHub] [flink] flinkbot edited a comment on pull request #14809: [FLINK-21206] Implement HeapKeyValueStateIterator

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "69e5b6610961d58044ec59dd8da06dc1cbbbe19d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12662",
       "triggerID" : "69e5b6610961d58044ec59dd8da06dc1cbbbe19d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4ef80f614e8ac4b5facd6f68f802746584420121",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "4ef80f614e8ac4b5facd6f68f802746584420121",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a22e95072ffea536662db677f36f7d8208e9976d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12751",
       "triggerID" : "a22e95072ffea536662db677f36f7d8208e9976d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1aa8ebbe01b58578c232d195e721256e06d601e0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12777",
       "triggerID" : "1aa8ebbe01b58578c232d195e721256e06d601e0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4eaeb259d3b7a57db6c0c5efa36dc404a000b485",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12787",
       "triggerID" : "4eaeb259d3b7a57db6c0c5efa36dc404a000b485",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6995f6b05c55c8c3c162d2483e45539604520787",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12790",
       "triggerID" : "6995f6b05c55c8c3c162d2483e45539604520787",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0d67a18f44b0101a72efca0b305727f8dfba201b",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0d67a18f44b0101a72efca0b305727f8dfba201b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "45ff522a80566a1447b4e8dbed9586e415cf097e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12796",
       "triggerID" : "45ff522a80566a1447b4e8dbed9586e415cf097e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6862948d2f73b6966cddd934128196ac31d7726a",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6862948d2f73b6966cddd934128196ac31d7726a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3ec37720cb339d59d8c7ace7518bdbaf0b7e7f5e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12803",
       "triggerID" : "3ec37720cb339d59d8c7ace7518bdbaf0b7e7f5e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4252974df96e5378e319b1ef7a9a607bd6900885",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12810",
       "triggerID" : "4252974df96e5378e319b1ef7a9a607bd6900885",
       "triggerType" : "PUSH"
     }, {
       "hash" : "51aee28c67a5ff1a4cce0b37e7c65dbbbdc613e5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12850",
       "triggerID" : "51aee28c67a5ff1a4cce0b37e7c65dbbbdc613e5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b2947ff1967ec9e1baf34a627f62642e554960c9",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "b2947ff1967ec9e1baf34a627f62642e554960c9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "deb20a8023a571638f95298795a097f610d28a56",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12856",
       "triggerID" : "deb20a8023a571638f95298795a097f610d28a56",
       "triggerType" : "PUSH"
     }, {
       "hash" : "922be55df52c440886b37ac140cfc31995f89192",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12876",
       "triggerID" : "922be55df52c440886b37ac140cfc31995f89192",
       "triggerType" : "PUSH"
     }, {
       "hash" : "bf6f8076534ba0370b7091469e990ae57dfc9738",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=13009",
       "triggerID" : "bf6f8076534ba0370b7091469e990ae57dfc9738",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f85c9ce8629f081a14cda920ed1fa5b0f55aa048",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=13121",
       "triggerID" : "f85c9ce8629f081a14cda920ed1fa5b0f55aa048",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 4ef80f614e8ac4b5facd6f68f802746584420121 UNKNOWN
   * 0d67a18f44b0101a72efca0b305727f8dfba201b UNKNOWN
   * 6862948d2f73b6966cddd934128196ac31d7726a UNKNOWN
   * b2947ff1967ec9e1baf34a627f62642e554960c9 UNKNOWN
   * f85c9ce8629f081a14cda920ed1fa5b0f55aa048 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=13121) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@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.

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



[GitHub] [flink] dawidwys commented on a change in pull request #14809: [FLINK-21206] Implement HeapKeyValueStateIterator

Posted by GitBox <gi...@apache.org>.
dawidwys commented on a change in pull request #14809:
URL: https://github.com/apache/flink/pull/14809#discussion_r572254963



##########
File path: flink-runtime/src/main/java/org/apache/flink/runtime/state/heap/HeapSavepointStrategy.java
##########
@@ -0,0 +1,115 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package org.apache.flink.runtime.state.heap;
+
+import org.apache.flink.api.common.typeutils.TypeSerializer;
+import org.apache.flink.runtime.checkpoint.CheckpointOptions;
+import org.apache.flink.runtime.state.CheckpointStreamFactory;
+import org.apache.flink.runtime.state.CheckpointStreamWithResultProvider;
+import org.apache.flink.runtime.state.CheckpointedStateScope;
+import org.apache.flink.runtime.state.FullSnapshotAsyncWriter;
+import org.apache.flink.runtime.state.FullSnapshotResources;
+import org.apache.flink.runtime.state.KeyGroupRange;
+import org.apache.flink.runtime.state.KeyedStateHandle;
+import org.apache.flink.runtime.state.LocalRecoveryConfig;
+import org.apache.flink.runtime.state.SnapshotStrategy;
+import org.apache.flink.runtime.state.StateSerializerProvider;
+import org.apache.flink.runtime.state.StreamCompressionDecorator;
+import org.apache.flink.util.function.SupplierWithException;
+
+import javax.annotation.Nonnull;
+
+import java.util.Map;
+
+/** A strategy how to perform a snapshot of a {@link HeapKeyedStateBackend}. */
+class HeapSavepointStrategy<K>
+        implements SnapshotStrategy<KeyedStateHandle, FullSnapshotResources<K>> {
+
+    private final Map<String, StateTable<K, ?, ?>> registeredKVStates;
+    private final Map<String, HeapPriorityQueueSnapshotRestoreWrapper<?>> registeredPQStates;
+    private final StreamCompressionDecorator keyGroupCompressionDecorator;
+    private final LocalRecoveryConfig localRecoveryConfig;
+    private final KeyGroupRange keyGroupRange;
+    private final StateSerializerProvider<K> keySerializerProvider;
+    private final int totalKeyGroups;
+
+    HeapSavepointStrategy(
+            Map<String, StateTable<K, ?, ?>> registeredKVStates,
+            Map<String, HeapPriorityQueueSnapshotRestoreWrapper<?>> registeredPQStates,
+            StreamCompressionDecorator keyGroupCompressionDecorator,
+            LocalRecoveryConfig localRecoveryConfig,
+            KeyGroupRange keyGroupRange,
+            StateSerializerProvider<K> keySerializerProvider,
+            int totalKeyGroups) {
+        this.registeredKVStates = registeredKVStates;
+        this.registeredPQStates = registeredPQStates;
+        this.keyGroupCompressionDecorator = keyGroupCompressionDecorator;
+        this.localRecoveryConfig = localRecoveryConfig;
+        this.keyGroupRange = keyGroupRange;
+        this.keySerializerProvider = keySerializerProvider;
+        this.totalKeyGroups = totalKeyGroups;
+    }
+
+    @Override
+    public FullSnapshotResources<K> syncPrepareResources(long checkpointId) {
+        return HeapSnapshotResources.create(
+                registeredKVStates,
+                registeredPQStates,
+                keyGroupCompressionDecorator,
+                keyGroupRange,
+                getKeySerializer(),
+                totalKeyGroups);
+    }
+
+    @Override
+    public SnapshotResultSupplier<KeyedStateHandle> asyncSnapshot(
+            FullSnapshotResources<K> syncPartResource,
+            long checkpointId,
+            long timestamp,
+            @Nonnull CheckpointStreamFactory streamFactory,
+            @Nonnull CheckpointOptions checkpointOptions) {
+        return new FullSnapshotAsyncWriter<>(
+                checkpointOptions.getCheckpointType(),
+                createCheckpointStreamSupplier(checkpointId, streamFactory, checkpointOptions),
+                syncPartResource);
+    }
+
+    private SupplierWithException<CheckpointStreamWithResultProvider, Exception>
+            createCheckpointStreamSupplier(
+                    long checkpointId,
+                    CheckpointStreamFactory primaryStreamFactory,
+                    CheckpointOptions checkpointOptions) {
+
+        return localRecoveryConfig.isLocalRecoveryEnabled()
+                        && !checkpointOptions.getCheckpointType().isSavepoint()
+                ? () ->
+                        CheckpointStreamWithResultProvider.createDuplicatingStream(

Review comment:
       Good point!




----------------------------------------------------------------
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.

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



[GitHub] [flink] flinkbot edited a comment on pull request #14809: [FLINK-21206] Implement HeapKeyValueStateIterator

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "69e5b6610961d58044ec59dd8da06dc1cbbbe19d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12662",
       "triggerID" : "69e5b6610961d58044ec59dd8da06dc1cbbbe19d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4ef80f614e8ac4b5facd6f68f802746584420121",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "4ef80f614e8ac4b5facd6f68f802746584420121",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a22e95072ffea536662db677f36f7d8208e9976d",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12751",
       "triggerID" : "a22e95072ffea536662db677f36f7d8208e9976d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 4ef80f614e8ac4b5facd6f68f802746584420121 UNKNOWN
   * a22e95072ffea536662db677f36f7d8208e9976d Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12751) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@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.

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



[GitHub] [flink] flinkbot edited a comment on pull request #14809: [FLINK-21206] Implement HeapKeyValueStateIterator

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "69e5b6610961d58044ec59dd8da06dc1cbbbe19d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12662",
       "triggerID" : "69e5b6610961d58044ec59dd8da06dc1cbbbe19d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4ef80f614e8ac4b5facd6f68f802746584420121",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "4ef80f614e8ac4b5facd6f68f802746584420121",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a22e95072ffea536662db677f36f7d8208e9976d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12751",
       "triggerID" : "a22e95072ffea536662db677f36f7d8208e9976d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1aa8ebbe01b58578c232d195e721256e06d601e0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12777",
       "triggerID" : "1aa8ebbe01b58578c232d195e721256e06d601e0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4eaeb259d3b7a57db6c0c5efa36dc404a000b485",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12787",
       "triggerID" : "4eaeb259d3b7a57db6c0c5efa36dc404a000b485",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6995f6b05c55c8c3c162d2483e45539604520787",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12790",
       "triggerID" : "6995f6b05c55c8c3c162d2483e45539604520787",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0d67a18f44b0101a72efca0b305727f8dfba201b",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0d67a18f44b0101a72efca0b305727f8dfba201b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "45ff522a80566a1447b4e8dbed9586e415cf097e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12796",
       "triggerID" : "45ff522a80566a1447b4e8dbed9586e415cf097e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6862948d2f73b6966cddd934128196ac31d7726a",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6862948d2f73b6966cddd934128196ac31d7726a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3ec37720cb339d59d8c7ace7518bdbaf0b7e7f5e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12803",
       "triggerID" : "3ec37720cb339d59d8c7ace7518bdbaf0b7e7f5e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4252974df96e5378e319b1ef7a9a607bd6900885",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12810",
       "triggerID" : "4252974df96e5378e319b1ef7a9a607bd6900885",
       "triggerType" : "PUSH"
     }, {
       "hash" : "51aee28c67a5ff1a4cce0b37e7c65dbbbdc613e5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12850",
       "triggerID" : "51aee28c67a5ff1a4cce0b37e7c65dbbbdc613e5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b2947ff1967ec9e1baf34a627f62642e554960c9",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "b2947ff1967ec9e1baf34a627f62642e554960c9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "deb20a8023a571638f95298795a097f610d28a56",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12856",
       "triggerID" : "deb20a8023a571638f95298795a097f610d28a56",
       "triggerType" : "PUSH"
     }, {
       "hash" : "922be55df52c440886b37ac140cfc31995f89192",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12876",
       "triggerID" : "922be55df52c440886b37ac140cfc31995f89192",
       "triggerType" : "PUSH"
     }, {
       "hash" : "bf6f8076534ba0370b7091469e990ae57dfc9738",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=13009",
       "triggerID" : "bf6f8076534ba0370b7091469e990ae57dfc9738",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f85c9ce8629f081a14cda920ed1fa5b0f55aa048",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=13121",
       "triggerID" : "f85c9ce8629f081a14cda920ed1fa5b0f55aa048",
       "triggerType" : "PUSH"
     }, {
       "hash" : "bf2c4cba45c98b275738fadfc3ab37cbaa3140bf",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=13147",
       "triggerID" : "bf2c4cba45c98b275738fadfc3ab37cbaa3140bf",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 4ef80f614e8ac4b5facd6f68f802746584420121 UNKNOWN
   * 0d67a18f44b0101a72efca0b305727f8dfba201b UNKNOWN
   * 6862948d2f73b6966cddd934128196ac31d7726a UNKNOWN
   * b2947ff1967ec9e1baf34a627f62642e554960c9 UNKNOWN
   * f85c9ce8629f081a14cda920ed1fa5b0f55aa048 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=13121) 
   * bf2c4cba45c98b275738fadfc3ab37cbaa3140bf Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=13147) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@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.

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



[GitHub] [flink] flinkbot edited a comment on pull request #14809: [FLINK-21206] Implement HeapKeyValueStateIterator

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "69e5b6610961d58044ec59dd8da06dc1cbbbe19d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12662",
       "triggerID" : "69e5b6610961d58044ec59dd8da06dc1cbbbe19d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4ef80f614e8ac4b5facd6f68f802746584420121",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "4ef80f614e8ac4b5facd6f68f802746584420121",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a22e95072ffea536662db677f36f7d8208e9976d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12751",
       "triggerID" : "a22e95072ffea536662db677f36f7d8208e9976d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1aa8ebbe01b58578c232d195e721256e06d601e0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12777",
       "triggerID" : "1aa8ebbe01b58578c232d195e721256e06d601e0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4eaeb259d3b7a57db6c0c5efa36dc404a000b485",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12787",
       "triggerID" : "4eaeb259d3b7a57db6c0c5efa36dc404a000b485",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6995f6b05c55c8c3c162d2483e45539604520787",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12790",
       "triggerID" : "6995f6b05c55c8c3c162d2483e45539604520787",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0d67a18f44b0101a72efca0b305727f8dfba201b",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0d67a18f44b0101a72efca0b305727f8dfba201b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "45ff522a80566a1447b4e8dbed9586e415cf097e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12796",
       "triggerID" : "45ff522a80566a1447b4e8dbed9586e415cf097e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6862948d2f73b6966cddd934128196ac31d7726a",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6862948d2f73b6966cddd934128196ac31d7726a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3ec37720cb339d59d8c7ace7518bdbaf0b7e7f5e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12803",
       "triggerID" : "3ec37720cb339d59d8c7ace7518bdbaf0b7e7f5e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4252974df96e5378e319b1ef7a9a607bd6900885",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12810",
       "triggerID" : "4252974df96e5378e319b1ef7a9a607bd6900885",
       "triggerType" : "PUSH"
     }, {
       "hash" : "51aee28c67a5ff1a4cce0b37e7c65dbbbdc613e5",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12850",
       "triggerID" : "51aee28c67a5ff1a4cce0b37e7c65dbbbdc613e5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b2947ff1967ec9e1baf34a627f62642e554960c9",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "b2947ff1967ec9e1baf34a627f62642e554960c9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "deb20a8023a571638f95298795a097f610d28a56",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12856",
       "triggerID" : "deb20a8023a571638f95298795a097f610d28a56",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 4ef80f614e8ac4b5facd6f68f802746584420121 UNKNOWN
   * 0d67a18f44b0101a72efca0b305727f8dfba201b UNKNOWN
   * 6862948d2f73b6966cddd934128196ac31d7726a UNKNOWN
   * 51aee28c67a5ff1a4cce0b37e7c65dbbbdc613e5 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12850) 
   * b2947ff1967ec9e1baf34a627f62642e554960c9 UNKNOWN
   * deb20a8023a571638f95298795a097f610d28a56 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12856) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@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.

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



[GitHub] [flink] flinkbot edited a comment on pull request #14809: [FLINK-21206] Implement HeapKeyValueStateIterator

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "69e5b6610961d58044ec59dd8da06dc1cbbbe19d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12662",
       "triggerID" : "69e5b6610961d58044ec59dd8da06dc1cbbbe19d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4ef80f614e8ac4b5facd6f68f802746584420121",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "4ef80f614e8ac4b5facd6f68f802746584420121",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a22e95072ffea536662db677f36f7d8208e9976d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12751",
       "triggerID" : "a22e95072ffea536662db677f36f7d8208e9976d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1aa8ebbe01b58578c232d195e721256e06d601e0",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12777",
       "triggerID" : "1aa8ebbe01b58578c232d195e721256e06d601e0",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 4ef80f614e8ac4b5facd6f68f802746584420121 UNKNOWN
   * 1aa8ebbe01b58578c232d195e721256e06d601e0 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12777) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@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.

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



[GitHub] [flink] flinkbot edited a comment on pull request #14809: [FLINK-21206] Implement HeapKeyValueStateIterator

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "69e5b6610961d58044ec59dd8da06dc1cbbbe19d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12662",
       "triggerID" : "69e5b6610961d58044ec59dd8da06dc1cbbbe19d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4ef80f614e8ac4b5facd6f68f802746584420121",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "4ef80f614e8ac4b5facd6f68f802746584420121",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a22e95072ffea536662db677f36f7d8208e9976d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12751",
       "triggerID" : "a22e95072ffea536662db677f36f7d8208e9976d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1aa8ebbe01b58578c232d195e721256e06d601e0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12777",
       "triggerID" : "1aa8ebbe01b58578c232d195e721256e06d601e0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4eaeb259d3b7a57db6c0c5efa36dc404a000b485",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12787",
       "triggerID" : "4eaeb259d3b7a57db6c0c5efa36dc404a000b485",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6995f6b05c55c8c3c162d2483e45539604520787",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12790",
       "triggerID" : "6995f6b05c55c8c3c162d2483e45539604520787",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0d67a18f44b0101a72efca0b305727f8dfba201b",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0d67a18f44b0101a72efca0b305727f8dfba201b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "45ff522a80566a1447b4e8dbed9586e415cf097e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12796",
       "triggerID" : "45ff522a80566a1447b4e8dbed9586e415cf097e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6862948d2f73b6966cddd934128196ac31d7726a",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6862948d2f73b6966cddd934128196ac31d7726a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3ec37720cb339d59d8c7ace7518bdbaf0b7e7f5e",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12803",
       "triggerID" : "3ec37720cb339d59d8c7ace7518bdbaf0b7e7f5e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4252974df96e5378e319b1ef7a9a607bd6900885",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "4252974df96e5378e319b1ef7a9a607bd6900885",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 4ef80f614e8ac4b5facd6f68f802746584420121 UNKNOWN
   * 0d67a18f44b0101a72efca0b305727f8dfba201b UNKNOWN
   * 6862948d2f73b6966cddd934128196ac31d7726a UNKNOWN
   * 3ec37720cb339d59d8c7ace7518bdbaf0b7e7f5e Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12803) 
   * 4252974df96e5378e319b1ef7a9a607bd6900885 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@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.

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



[GitHub] [flink] flinkbot edited a comment on pull request #14809: [FLINK-21206] Implement HeapKeyValueStateIterator

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "69e5b6610961d58044ec59dd8da06dc1cbbbe19d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12662",
       "triggerID" : "69e5b6610961d58044ec59dd8da06dc1cbbbe19d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4ef80f614e8ac4b5facd6f68f802746584420121",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "4ef80f614e8ac4b5facd6f68f802746584420121",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a22e95072ffea536662db677f36f7d8208e9976d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12751",
       "triggerID" : "a22e95072ffea536662db677f36f7d8208e9976d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1aa8ebbe01b58578c232d195e721256e06d601e0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12777",
       "triggerID" : "1aa8ebbe01b58578c232d195e721256e06d601e0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4eaeb259d3b7a57db6c0c5efa36dc404a000b485",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12787",
       "triggerID" : "4eaeb259d3b7a57db6c0c5efa36dc404a000b485",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6995f6b05c55c8c3c162d2483e45539604520787",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12790",
       "triggerID" : "6995f6b05c55c8c3c162d2483e45539604520787",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0d67a18f44b0101a72efca0b305727f8dfba201b",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0d67a18f44b0101a72efca0b305727f8dfba201b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "45ff522a80566a1447b4e8dbed9586e415cf097e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12796",
       "triggerID" : "45ff522a80566a1447b4e8dbed9586e415cf097e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6862948d2f73b6966cddd934128196ac31d7726a",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6862948d2f73b6966cddd934128196ac31d7726a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3ec37720cb339d59d8c7ace7518bdbaf0b7e7f5e",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12803",
       "triggerID" : "3ec37720cb339d59d8c7ace7518bdbaf0b7e7f5e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4252974df96e5378e319b1ef7a9a607bd6900885",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12810",
       "triggerID" : "4252974df96e5378e319b1ef7a9a607bd6900885",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 4ef80f614e8ac4b5facd6f68f802746584420121 UNKNOWN
   * 0d67a18f44b0101a72efca0b305727f8dfba201b UNKNOWN
   * 6862948d2f73b6966cddd934128196ac31d7726a UNKNOWN
   * 3ec37720cb339d59d8c7ace7518bdbaf0b7e7f5e Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12803) 
   * 4252974df96e5378e319b1ef7a9a607bd6900885 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12810) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@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.

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



[GitHub] [flink] flinkbot edited a comment on pull request #14809: [FLINK-21206] Implement HeapKeyValueStateIterator

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "69e5b6610961d58044ec59dd8da06dc1cbbbe19d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12662",
       "triggerID" : "69e5b6610961d58044ec59dd8da06dc1cbbbe19d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4ef80f614e8ac4b5facd6f68f802746584420121",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "4ef80f614e8ac4b5facd6f68f802746584420121",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a22e95072ffea536662db677f36f7d8208e9976d",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12751",
       "triggerID" : "a22e95072ffea536662db677f36f7d8208e9976d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1aa8ebbe01b58578c232d195e721256e06d601e0",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1aa8ebbe01b58578c232d195e721256e06d601e0",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 4ef80f614e8ac4b5facd6f68f802746584420121 UNKNOWN
   * a22e95072ffea536662db677f36f7d8208e9976d Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12751) 
   * 1aa8ebbe01b58578c232d195e721256e06d601e0 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@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.

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



[GitHub] [flink] flinkbot commented on pull request #14809: [FLINK-21206] Implement HeapKeyValueStateIterator

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "69e5b6610961d58044ec59dd8da06dc1cbbbe19d",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "69e5b6610961d58044ec59dd8da06dc1cbbbe19d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 69e5b6610961d58044ec59dd8da06dc1cbbbe19d UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@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.

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



[GitHub] [flink] flinkbot edited a comment on pull request #14809: [FLINK-21206] Implement HeapKeyValueStateIterator

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "69e5b6610961d58044ec59dd8da06dc1cbbbe19d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12662",
       "triggerID" : "69e5b6610961d58044ec59dd8da06dc1cbbbe19d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4ef80f614e8ac4b5facd6f68f802746584420121",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "4ef80f614e8ac4b5facd6f68f802746584420121",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a22e95072ffea536662db677f36f7d8208e9976d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12751",
       "triggerID" : "a22e95072ffea536662db677f36f7d8208e9976d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1aa8ebbe01b58578c232d195e721256e06d601e0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12777",
       "triggerID" : "1aa8ebbe01b58578c232d195e721256e06d601e0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4eaeb259d3b7a57db6c0c5efa36dc404a000b485",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12787",
       "triggerID" : "4eaeb259d3b7a57db6c0c5efa36dc404a000b485",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6995f6b05c55c8c3c162d2483e45539604520787",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12790",
       "triggerID" : "6995f6b05c55c8c3c162d2483e45539604520787",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0d67a18f44b0101a72efca0b305727f8dfba201b",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0d67a18f44b0101a72efca0b305727f8dfba201b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "45ff522a80566a1447b4e8dbed9586e415cf097e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12796",
       "triggerID" : "45ff522a80566a1447b4e8dbed9586e415cf097e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6862948d2f73b6966cddd934128196ac31d7726a",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6862948d2f73b6966cddd934128196ac31d7726a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3ec37720cb339d59d8c7ace7518bdbaf0b7e7f5e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12803",
       "triggerID" : "3ec37720cb339d59d8c7ace7518bdbaf0b7e7f5e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4252974df96e5378e319b1ef7a9a607bd6900885",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12810",
       "triggerID" : "4252974df96e5378e319b1ef7a9a607bd6900885",
       "triggerType" : "PUSH"
     }, {
       "hash" : "51aee28c67a5ff1a4cce0b37e7c65dbbbdc613e5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12850",
       "triggerID" : "51aee28c67a5ff1a4cce0b37e7c65dbbbdc613e5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b2947ff1967ec9e1baf34a627f62642e554960c9",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "b2947ff1967ec9e1baf34a627f62642e554960c9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "deb20a8023a571638f95298795a097f610d28a56",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12856",
       "triggerID" : "deb20a8023a571638f95298795a097f610d28a56",
       "triggerType" : "PUSH"
     }, {
       "hash" : "922be55df52c440886b37ac140cfc31995f89192",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12876",
       "triggerID" : "922be55df52c440886b37ac140cfc31995f89192",
       "triggerType" : "PUSH"
     }, {
       "hash" : "bf6f8076534ba0370b7091469e990ae57dfc9738",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=13009",
       "triggerID" : "bf6f8076534ba0370b7091469e990ae57dfc9738",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 4ef80f614e8ac4b5facd6f68f802746584420121 UNKNOWN
   * 0d67a18f44b0101a72efca0b305727f8dfba201b UNKNOWN
   * 6862948d2f73b6966cddd934128196ac31d7726a UNKNOWN
   * b2947ff1967ec9e1baf34a627f62642e554960c9 UNKNOWN
   * 922be55df52c440886b37ac140cfc31995f89192 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12876) 
   * bf6f8076534ba0370b7091469e990ae57dfc9738 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=13009) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@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.

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



[GitHub] [flink] aljoscha commented on a change in pull request #14809: [FLINK-21206] Implement HeapKeyValueStateIterator

Posted by GitBox <gi...@apache.org>.
aljoscha commented on a change in pull request #14809:
URL: https://github.com/apache/flink/pull/14809#discussion_r572169549



##########
File path: flink-runtime/src/main/java/org/apache/flink/runtime/state/heap/HeapSavepointStrategy.java
##########
@@ -0,0 +1,115 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package org.apache.flink.runtime.state.heap;
+
+import org.apache.flink.api.common.typeutils.TypeSerializer;
+import org.apache.flink.runtime.checkpoint.CheckpointOptions;
+import org.apache.flink.runtime.state.CheckpointStreamFactory;
+import org.apache.flink.runtime.state.CheckpointStreamWithResultProvider;
+import org.apache.flink.runtime.state.CheckpointedStateScope;
+import org.apache.flink.runtime.state.FullSnapshotAsyncWriter;
+import org.apache.flink.runtime.state.FullSnapshotResources;
+import org.apache.flink.runtime.state.KeyGroupRange;
+import org.apache.flink.runtime.state.KeyedStateHandle;
+import org.apache.flink.runtime.state.LocalRecoveryConfig;
+import org.apache.flink.runtime.state.SnapshotStrategy;
+import org.apache.flink.runtime.state.StateSerializerProvider;
+import org.apache.flink.runtime.state.StreamCompressionDecorator;
+import org.apache.flink.util.function.SupplierWithException;
+
+import javax.annotation.Nonnull;
+
+import java.util.Map;
+
+/** A strategy how to perform a snapshot of a {@link HeapKeyedStateBackend}. */
+class HeapSavepointStrategy<K>
+        implements SnapshotStrategy<KeyedStateHandle, FullSnapshotResources<K>> {
+
+    private final Map<String, StateTable<K, ?, ?>> registeredKVStates;
+    private final Map<String, HeapPriorityQueueSnapshotRestoreWrapper<?>> registeredPQStates;
+    private final StreamCompressionDecorator keyGroupCompressionDecorator;
+    private final LocalRecoveryConfig localRecoveryConfig;
+    private final KeyGroupRange keyGroupRange;
+    private final StateSerializerProvider<K> keySerializerProvider;
+    private final int totalKeyGroups;
+
+    HeapSavepointStrategy(
+            Map<String, StateTable<K, ?, ?>> registeredKVStates,
+            Map<String, HeapPriorityQueueSnapshotRestoreWrapper<?>> registeredPQStates,
+            StreamCompressionDecorator keyGroupCompressionDecorator,
+            LocalRecoveryConfig localRecoveryConfig,
+            KeyGroupRange keyGroupRange,
+            StateSerializerProvider<K> keySerializerProvider,
+            int totalKeyGroups) {
+        this.registeredKVStates = registeredKVStates;
+        this.registeredPQStates = registeredPQStates;
+        this.keyGroupCompressionDecorator = keyGroupCompressionDecorator;
+        this.localRecoveryConfig = localRecoveryConfig;
+        this.keyGroupRange = keyGroupRange;
+        this.keySerializerProvider = keySerializerProvider;
+        this.totalKeyGroups = totalKeyGroups;
+    }
+
+    @Override
+    public FullSnapshotResources<K> syncPrepareResources(long checkpointId) {
+        return HeapSnapshotResources.create(
+                registeredKVStates,
+                registeredPQStates,
+                keyGroupCompressionDecorator,
+                keyGroupRange,
+                getKeySerializer(),
+                totalKeyGroups);
+    }
+
+    @Override
+    public SnapshotResultSupplier<KeyedStateHandle> asyncSnapshot(
+            FullSnapshotResources<K> syncPartResource,
+            long checkpointId,
+            long timestamp,
+            @Nonnull CheckpointStreamFactory streamFactory,
+            @Nonnull CheckpointOptions checkpointOptions) {
+        return new FullSnapshotAsyncWriter<>(
+                checkpointOptions.getCheckpointType(),
+                createCheckpointStreamSupplier(checkpointId, streamFactory, checkpointOptions),
+                syncPartResource);
+    }
+
+    private SupplierWithException<CheckpointStreamWithResultProvider, Exception>
+            createCheckpointStreamSupplier(
+                    long checkpointId,
+                    CheckpointStreamFactory primaryStreamFactory,
+                    CheckpointOptions checkpointOptions) {
+
+        return localRecoveryConfig.isLocalRecoveryEnabled()
+                        && !checkpointOptions.getCheckpointType().isSavepoint()
+                ? () ->
+                        CheckpointStreamWithResultProvider.createDuplicatingStream(

Review comment:
       I don't think this branch can (should) happen because this is the "savepoint" snapshot strategy.

##########
File path: flink-runtime/src/main/java/org/apache/flink/runtime/state/heap/HeapKeyValueStateIterator.java
##########
@@ -0,0 +1,405 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package org.apache.flink.runtime.state.heap;
+
+import org.apache.flink.annotation.Internal;
+import org.apache.flink.api.common.typeutils.TypeSerializer;
+import org.apache.flink.api.common.typeutils.base.ListSerializer;
+import org.apache.flink.api.common.typeutils.base.MapSerializer;
+import org.apache.flink.core.memory.DataOutputSerializer;
+import org.apache.flink.runtime.state.CompositeKeySerializationUtils;
+import org.apache.flink.runtime.state.IterableStateSnapshot;
+import org.apache.flink.runtime.state.KeyGroupRange;
+import org.apache.flink.runtime.state.KeyValueStateIterator;
+import org.apache.flink.runtime.state.ListDelimitedSerializer;
+import org.apache.flink.runtime.state.RegisteredKeyValueStateBackendMetaInfo;
+import org.apache.flink.runtime.state.RegisteredPriorityQueueStateBackendMetaInfo;
+import org.apache.flink.runtime.state.SerializedCompositeKeyBuilder;
+import org.apache.flink.runtime.state.StateEntry;
+import org.apache.flink.runtime.state.StateSnapshot;
+
+import javax.annotation.Nonnegative;
+import javax.annotation.Nonnull;
+
+import java.io.IOException;
+import java.util.Iterator;
+import java.util.List;
+import java.util.Map;
+
+import static org.apache.flink.util.Preconditions.checkNotNull;
+
+/**
+ * A {@link org.apache.flink.runtime.state.KeyValueStateIterator} over a {@link
+ * HeapKeyedStateBackend}.

Review comment:
       Also, it's very obvious but should we warn people that his is not thread-safe?

##########
File path: flink-runtime/src/main/java/org/apache/flink/runtime/state/heap/HeapKeyValueStateIterator.java
##########
@@ -0,0 +1,405 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package org.apache.flink.runtime.state.heap;
+
+import org.apache.flink.annotation.Internal;
+import org.apache.flink.api.common.typeutils.TypeSerializer;
+import org.apache.flink.api.common.typeutils.base.ListSerializer;
+import org.apache.flink.api.common.typeutils.base.MapSerializer;
+import org.apache.flink.core.memory.DataOutputSerializer;
+import org.apache.flink.runtime.state.CompositeKeySerializationUtils;
+import org.apache.flink.runtime.state.IterableStateSnapshot;
+import org.apache.flink.runtime.state.KeyGroupRange;
+import org.apache.flink.runtime.state.KeyValueStateIterator;
+import org.apache.flink.runtime.state.ListDelimitedSerializer;
+import org.apache.flink.runtime.state.RegisteredKeyValueStateBackendMetaInfo;
+import org.apache.flink.runtime.state.RegisteredPriorityQueueStateBackendMetaInfo;
+import org.apache.flink.runtime.state.SerializedCompositeKeyBuilder;
+import org.apache.flink.runtime.state.StateEntry;
+import org.apache.flink.runtime.state.StateSnapshot;
+
+import javax.annotation.Nonnegative;
+import javax.annotation.Nonnull;
+
+import java.io.IOException;
+import java.util.Iterator;
+import java.util.List;
+import java.util.Map;
+
+import static org.apache.flink.util.Preconditions.checkNotNull;
+
+/**
+ * A {@link org.apache.flink.runtime.state.KeyValueStateIterator} over a {@link
+ * HeapKeyedStateBackend}.
+ */
+@Internal
+public final class HeapKeyValueStateIterator implements KeyValueStateIterator {
+
+    private static final byte[] EMPTY_BYTE_ARRAY = new byte[0];
+
+    private final Map<StateUID, Integer> stateNamesToId;
+    private final Map<StateUID, StateSnapshot> stateStableSnapshots;
+    private final int keyGroupPrefixBytes;
+
+    private boolean isValid;
+    private boolean newKeyGroup;
+    private boolean newKVState;
+    private byte[] currentKey;
+    private byte[] currentValue;
+
+    /** Iterator over the key groups of the corresponding key group range. */
+    private final Iterator<Integer> keyGroupIterator;
+    /** The current value of the keyGroupIterator. */
+    private int currentKeyGroup;
+
+    /** Iterator over all states present in the snapshots. */
+    private Iterator<StateUID> statesIterator;
+    /** The current value of the statesIterator. */
+    private StateUID currentState;
+    /**
+     * An iterator over the values of the current state. It can be one of three:
+     *
+     * <ul>
+     *   <li>{@link QueueIterator} for iterating over entries in a priority queue
+     *   <li>{@link StateTableIterator} for iterating over entries in a StateTable
+     *   <li>{@link MapStateIterator} for iterating over a entries in a user map, this one falls

Review comment:
       ```suggestion
        *   <li>{@link MapStateIterator} for iterating over entries in a user map, this one falls
   ```

##########
File path: flink-runtime/src/main/java/org/apache/flink/runtime/state/heap/HeapKeyValueStateIterator.java
##########
@@ -0,0 +1,405 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package org.apache.flink.runtime.state.heap;
+
+import org.apache.flink.annotation.Internal;
+import org.apache.flink.api.common.typeutils.TypeSerializer;
+import org.apache.flink.api.common.typeutils.base.ListSerializer;
+import org.apache.flink.api.common.typeutils.base.MapSerializer;
+import org.apache.flink.core.memory.DataOutputSerializer;
+import org.apache.flink.runtime.state.CompositeKeySerializationUtils;
+import org.apache.flink.runtime.state.IterableStateSnapshot;
+import org.apache.flink.runtime.state.KeyGroupRange;
+import org.apache.flink.runtime.state.KeyValueStateIterator;
+import org.apache.flink.runtime.state.ListDelimitedSerializer;
+import org.apache.flink.runtime.state.RegisteredKeyValueStateBackendMetaInfo;
+import org.apache.flink.runtime.state.RegisteredPriorityQueueStateBackendMetaInfo;
+import org.apache.flink.runtime.state.SerializedCompositeKeyBuilder;
+import org.apache.flink.runtime.state.StateEntry;
+import org.apache.flink.runtime.state.StateSnapshot;
+
+import javax.annotation.Nonnegative;
+import javax.annotation.Nonnull;
+
+import java.io.IOException;
+import java.util.Iterator;
+import java.util.List;
+import java.util.Map;
+
+import static org.apache.flink.util.Preconditions.checkNotNull;
+
+/**
+ * A {@link org.apache.flink.runtime.state.KeyValueStateIterator} over a {@link
+ * HeapKeyedStateBackend}.

Review comment:
       Maybe "over a Heap backend snapshot" or "over Heap backend snapshot resources" would be more accurate here.




----------------------------------------------------------------
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.

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



[GitHub] [flink] flinkbot edited a comment on pull request #14809: [FLINK-21206] Implement HeapKeyValueStateIterator

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "69e5b6610961d58044ec59dd8da06dc1cbbbe19d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12662",
       "triggerID" : "69e5b6610961d58044ec59dd8da06dc1cbbbe19d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4ef80f614e8ac4b5facd6f68f802746584420121",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "4ef80f614e8ac4b5facd6f68f802746584420121",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a22e95072ffea536662db677f36f7d8208e9976d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12751",
       "triggerID" : "a22e95072ffea536662db677f36f7d8208e9976d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1aa8ebbe01b58578c232d195e721256e06d601e0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12777",
       "triggerID" : "1aa8ebbe01b58578c232d195e721256e06d601e0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4eaeb259d3b7a57db6c0c5efa36dc404a000b485",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12787",
       "triggerID" : "4eaeb259d3b7a57db6c0c5efa36dc404a000b485",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6995f6b05c55c8c3c162d2483e45539604520787",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12790",
       "triggerID" : "6995f6b05c55c8c3c162d2483e45539604520787",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0d67a18f44b0101a72efca0b305727f8dfba201b",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0d67a18f44b0101a72efca0b305727f8dfba201b",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 4ef80f614e8ac4b5facd6f68f802746584420121 UNKNOWN
   * 4eaeb259d3b7a57db6c0c5efa36dc404a000b485 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12787) 
   * 6995f6b05c55c8c3c162d2483e45539604520787 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12790) 
   * 0d67a18f44b0101a72efca0b305727f8dfba201b UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@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.

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



[GitHub] [flink] flinkbot edited a comment on pull request #14809: [FLINK-21206] Implement HeapKeyValueStateIterator

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "69e5b6610961d58044ec59dd8da06dc1cbbbe19d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12662",
       "triggerID" : "69e5b6610961d58044ec59dd8da06dc1cbbbe19d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4ef80f614e8ac4b5facd6f68f802746584420121",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "4ef80f614e8ac4b5facd6f68f802746584420121",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a22e95072ffea536662db677f36f7d8208e9976d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12751",
       "triggerID" : "a22e95072ffea536662db677f36f7d8208e9976d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1aa8ebbe01b58578c232d195e721256e06d601e0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12777",
       "triggerID" : "1aa8ebbe01b58578c232d195e721256e06d601e0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4eaeb259d3b7a57db6c0c5efa36dc404a000b485",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12787",
       "triggerID" : "4eaeb259d3b7a57db6c0c5efa36dc404a000b485",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6995f6b05c55c8c3c162d2483e45539604520787",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12790",
       "triggerID" : "6995f6b05c55c8c3c162d2483e45539604520787",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0d67a18f44b0101a72efca0b305727f8dfba201b",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0d67a18f44b0101a72efca0b305727f8dfba201b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "45ff522a80566a1447b4e8dbed9586e415cf097e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12796",
       "triggerID" : "45ff522a80566a1447b4e8dbed9586e415cf097e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6862948d2f73b6966cddd934128196ac31d7726a",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6862948d2f73b6966cddd934128196ac31d7726a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3ec37720cb339d59d8c7ace7518bdbaf0b7e7f5e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12803",
       "triggerID" : "3ec37720cb339d59d8c7ace7518bdbaf0b7e7f5e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4252974df96e5378e319b1ef7a9a607bd6900885",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12810",
       "triggerID" : "4252974df96e5378e319b1ef7a9a607bd6900885",
       "triggerType" : "PUSH"
     }, {
       "hash" : "51aee28c67a5ff1a4cce0b37e7c65dbbbdc613e5",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12850",
       "triggerID" : "51aee28c67a5ff1a4cce0b37e7c65dbbbdc613e5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b2947ff1967ec9e1baf34a627f62642e554960c9",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "b2947ff1967ec9e1baf34a627f62642e554960c9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "deb20a8023a571638f95298795a097f610d28a56",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "deb20a8023a571638f95298795a097f610d28a56",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 4ef80f614e8ac4b5facd6f68f802746584420121 UNKNOWN
   * 0d67a18f44b0101a72efca0b305727f8dfba201b UNKNOWN
   * 6862948d2f73b6966cddd934128196ac31d7726a UNKNOWN
   * 51aee28c67a5ff1a4cce0b37e7c65dbbbdc613e5 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12850) 
   * b2947ff1967ec9e1baf34a627f62642e554960c9 UNKNOWN
   * deb20a8023a571638f95298795a097f610d28a56 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@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.

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



[GitHub] [flink] flinkbot edited a comment on pull request #14809: [FLINK-21206] Implement HeapKeyValueStateIterator

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "69e5b6610961d58044ec59dd8da06dc1cbbbe19d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12662",
       "triggerID" : "69e5b6610961d58044ec59dd8da06dc1cbbbe19d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4ef80f614e8ac4b5facd6f68f802746584420121",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "4ef80f614e8ac4b5facd6f68f802746584420121",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a22e95072ffea536662db677f36f7d8208e9976d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12751",
       "triggerID" : "a22e95072ffea536662db677f36f7d8208e9976d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1aa8ebbe01b58578c232d195e721256e06d601e0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12777",
       "triggerID" : "1aa8ebbe01b58578c232d195e721256e06d601e0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4eaeb259d3b7a57db6c0c5efa36dc404a000b485",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12787",
       "triggerID" : "4eaeb259d3b7a57db6c0c5efa36dc404a000b485",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6995f6b05c55c8c3c162d2483e45539604520787",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12790",
       "triggerID" : "6995f6b05c55c8c3c162d2483e45539604520787",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0d67a18f44b0101a72efca0b305727f8dfba201b",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0d67a18f44b0101a72efca0b305727f8dfba201b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "45ff522a80566a1447b4e8dbed9586e415cf097e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12796",
       "triggerID" : "45ff522a80566a1447b4e8dbed9586e415cf097e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6862948d2f73b6966cddd934128196ac31d7726a",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6862948d2f73b6966cddd934128196ac31d7726a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3ec37720cb339d59d8c7ace7518bdbaf0b7e7f5e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12803",
       "triggerID" : "3ec37720cb339d59d8c7ace7518bdbaf0b7e7f5e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4252974df96e5378e319b1ef7a9a607bd6900885",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12810",
       "triggerID" : "4252974df96e5378e319b1ef7a9a607bd6900885",
       "triggerType" : "PUSH"
     }, {
       "hash" : "51aee28c67a5ff1a4cce0b37e7c65dbbbdc613e5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12850",
       "triggerID" : "51aee28c67a5ff1a4cce0b37e7c65dbbbdc613e5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b2947ff1967ec9e1baf34a627f62642e554960c9",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "b2947ff1967ec9e1baf34a627f62642e554960c9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "deb20a8023a571638f95298795a097f610d28a56",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12856",
       "triggerID" : "deb20a8023a571638f95298795a097f610d28a56",
       "triggerType" : "PUSH"
     }, {
       "hash" : "922be55df52c440886b37ac140cfc31995f89192",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12876",
       "triggerID" : "922be55df52c440886b37ac140cfc31995f89192",
       "triggerType" : "PUSH"
     }, {
       "hash" : "bf6f8076534ba0370b7091469e990ae57dfc9738",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=13009",
       "triggerID" : "bf6f8076534ba0370b7091469e990ae57dfc9738",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f85c9ce8629f081a14cda920ed1fa5b0f55aa048",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=13121",
       "triggerID" : "f85c9ce8629f081a14cda920ed1fa5b0f55aa048",
       "triggerType" : "PUSH"
     }, {
       "hash" : "bf2c4cba45c98b275738fadfc3ab37cbaa3140bf",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=13147",
       "triggerID" : "bf2c4cba45c98b275738fadfc3ab37cbaa3140bf",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 4ef80f614e8ac4b5facd6f68f802746584420121 UNKNOWN
   * 0d67a18f44b0101a72efca0b305727f8dfba201b UNKNOWN
   * 6862948d2f73b6966cddd934128196ac31d7726a UNKNOWN
   * b2947ff1967ec9e1baf34a627f62642e554960c9 UNKNOWN
   * bf2c4cba45c98b275738fadfc3ab37cbaa3140bf Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=13147) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@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.

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



[GitHub] [flink] flinkbot edited a comment on pull request #14809: [FLINK-21206] Implement HeapKeyValueStateIterator

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "69e5b6610961d58044ec59dd8da06dc1cbbbe19d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12662",
       "triggerID" : "69e5b6610961d58044ec59dd8da06dc1cbbbe19d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4ef80f614e8ac4b5facd6f68f802746584420121",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "4ef80f614e8ac4b5facd6f68f802746584420121",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a22e95072ffea536662db677f36f7d8208e9976d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12751",
       "triggerID" : "a22e95072ffea536662db677f36f7d8208e9976d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1aa8ebbe01b58578c232d195e721256e06d601e0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12777",
       "triggerID" : "1aa8ebbe01b58578c232d195e721256e06d601e0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4eaeb259d3b7a57db6c0c5efa36dc404a000b485",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12787",
       "triggerID" : "4eaeb259d3b7a57db6c0c5efa36dc404a000b485",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6995f6b05c55c8c3c162d2483e45539604520787",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12790",
       "triggerID" : "6995f6b05c55c8c3c162d2483e45539604520787",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0d67a18f44b0101a72efca0b305727f8dfba201b",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0d67a18f44b0101a72efca0b305727f8dfba201b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "45ff522a80566a1447b4e8dbed9586e415cf097e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12796",
       "triggerID" : "45ff522a80566a1447b4e8dbed9586e415cf097e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6862948d2f73b6966cddd934128196ac31d7726a",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6862948d2f73b6966cddd934128196ac31d7726a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3ec37720cb339d59d8c7ace7518bdbaf0b7e7f5e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12803",
       "triggerID" : "3ec37720cb339d59d8c7ace7518bdbaf0b7e7f5e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4252974df96e5378e319b1ef7a9a607bd6900885",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12810",
       "triggerID" : "4252974df96e5378e319b1ef7a9a607bd6900885",
       "triggerType" : "PUSH"
     }, {
       "hash" : "51aee28c67a5ff1a4cce0b37e7c65dbbbdc613e5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12850",
       "triggerID" : "51aee28c67a5ff1a4cce0b37e7c65dbbbdc613e5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b2947ff1967ec9e1baf34a627f62642e554960c9",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "b2947ff1967ec9e1baf34a627f62642e554960c9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "deb20a8023a571638f95298795a097f610d28a56",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12856",
       "triggerID" : "deb20a8023a571638f95298795a097f610d28a56",
       "triggerType" : "PUSH"
     }, {
       "hash" : "922be55df52c440886b37ac140cfc31995f89192",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12876",
       "triggerID" : "922be55df52c440886b37ac140cfc31995f89192",
       "triggerType" : "PUSH"
     }, {
       "hash" : "bf6f8076534ba0370b7091469e990ae57dfc9738",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=13009",
       "triggerID" : "bf6f8076534ba0370b7091469e990ae57dfc9738",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f85c9ce8629f081a14cda920ed1fa5b0f55aa048",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=13121",
       "triggerID" : "f85c9ce8629f081a14cda920ed1fa5b0f55aa048",
       "triggerType" : "PUSH"
     }, {
       "hash" : "bf2c4cba45c98b275738fadfc3ab37cbaa3140bf",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "bf2c4cba45c98b275738fadfc3ab37cbaa3140bf",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 4ef80f614e8ac4b5facd6f68f802746584420121 UNKNOWN
   * 0d67a18f44b0101a72efca0b305727f8dfba201b UNKNOWN
   * 6862948d2f73b6966cddd934128196ac31d7726a UNKNOWN
   * b2947ff1967ec9e1baf34a627f62642e554960c9 UNKNOWN
   * f85c9ce8629f081a14cda920ed1fa5b0f55aa048 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=13121) 
   * bf2c4cba45c98b275738fadfc3ab37cbaa3140bf UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@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.

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



[GitHub] [flink] flinkbot edited a comment on pull request #14809: [FLINK-21206] Implement HeapKeyValueStateIterator

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "69e5b6610961d58044ec59dd8da06dc1cbbbe19d",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12662",
       "triggerID" : "69e5b6610961d58044ec59dd8da06dc1cbbbe19d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4ef80f614e8ac4b5facd6f68f802746584420121",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "4ef80f614e8ac4b5facd6f68f802746584420121",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 69e5b6610961d58044ec59dd8da06dc1cbbbe19d Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12662) 
   * 4ef80f614e8ac4b5facd6f68f802746584420121 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@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.

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



[GitHub] [flink] flinkbot edited a comment on pull request #14809: [FLINK-21206] Implement HeapKeyValueStateIterator

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "69e5b6610961d58044ec59dd8da06dc1cbbbe19d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12662",
       "triggerID" : "69e5b6610961d58044ec59dd8da06dc1cbbbe19d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4ef80f614e8ac4b5facd6f68f802746584420121",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "4ef80f614e8ac4b5facd6f68f802746584420121",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a22e95072ffea536662db677f36f7d8208e9976d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12751",
       "triggerID" : "a22e95072ffea536662db677f36f7d8208e9976d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1aa8ebbe01b58578c232d195e721256e06d601e0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12777",
       "triggerID" : "1aa8ebbe01b58578c232d195e721256e06d601e0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4eaeb259d3b7a57db6c0c5efa36dc404a000b485",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12787",
       "triggerID" : "4eaeb259d3b7a57db6c0c5efa36dc404a000b485",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6995f6b05c55c8c3c162d2483e45539604520787",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12790",
       "triggerID" : "6995f6b05c55c8c3c162d2483e45539604520787",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0d67a18f44b0101a72efca0b305727f8dfba201b",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0d67a18f44b0101a72efca0b305727f8dfba201b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "45ff522a80566a1447b4e8dbed9586e415cf097e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12796",
       "triggerID" : "45ff522a80566a1447b4e8dbed9586e415cf097e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6862948d2f73b6966cddd934128196ac31d7726a",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6862948d2f73b6966cddd934128196ac31d7726a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3ec37720cb339d59d8c7ace7518bdbaf0b7e7f5e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12803",
       "triggerID" : "3ec37720cb339d59d8c7ace7518bdbaf0b7e7f5e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4252974df96e5378e319b1ef7a9a607bd6900885",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12810",
       "triggerID" : "4252974df96e5378e319b1ef7a9a607bd6900885",
       "triggerType" : "PUSH"
     }, {
       "hash" : "51aee28c67a5ff1a4cce0b37e7c65dbbbdc613e5",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12850",
       "triggerID" : "51aee28c67a5ff1a4cce0b37e7c65dbbbdc613e5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b2947ff1967ec9e1baf34a627f62642e554960c9",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "b2947ff1967ec9e1baf34a627f62642e554960c9",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 4ef80f614e8ac4b5facd6f68f802746584420121 UNKNOWN
   * 0d67a18f44b0101a72efca0b305727f8dfba201b UNKNOWN
   * 6862948d2f73b6966cddd934128196ac31d7726a UNKNOWN
   * 51aee28c67a5ff1a4cce0b37e7c65dbbbdc613e5 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12850) 
   * b2947ff1967ec9e1baf34a627f62642e554960c9 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@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.

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



[GitHub] [flink] flinkbot edited a comment on pull request #14809: [FLINK-21206] Implement HeapKeyValueStateIterator

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "69e5b6610961d58044ec59dd8da06dc1cbbbe19d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12662",
       "triggerID" : "69e5b6610961d58044ec59dd8da06dc1cbbbe19d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4ef80f614e8ac4b5facd6f68f802746584420121",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "4ef80f614e8ac4b5facd6f68f802746584420121",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a22e95072ffea536662db677f36f7d8208e9976d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12751",
       "triggerID" : "a22e95072ffea536662db677f36f7d8208e9976d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1aa8ebbe01b58578c232d195e721256e06d601e0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12777",
       "triggerID" : "1aa8ebbe01b58578c232d195e721256e06d601e0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4eaeb259d3b7a57db6c0c5efa36dc404a000b485",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12787",
       "triggerID" : "4eaeb259d3b7a57db6c0c5efa36dc404a000b485",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6995f6b05c55c8c3c162d2483e45539604520787",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12790",
       "triggerID" : "6995f6b05c55c8c3c162d2483e45539604520787",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0d67a18f44b0101a72efca0b305727f8dfba201b",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0d67a18f44b0101a72efca0b305727f8dfba201b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "45ff522a80566a1447b4e8dbed9586e415cf097e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12796",
       "triggerID" : "45ff522a80566a1447b4e8dbed9586e415cf097e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6862948d2f73b6966cddd934128196ac31d7726a",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6862948d2f73b6966cddd934128196ac31d7726a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3ec37720cb339d59d8c7ace7518bdbaf0b7e7f5e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12803",
       "triggerID" : "3ec37720cb339d59d8c7ace7518bdbaf0b7e7f5e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4252974df96e5378e319b1ef7a9a607bd6900885",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12810",
       "triggerID" : "4252974df96e5378e319b1ef7a9a607bd6900885",
       "triggerType" : "PUSH"
     }, {
       "hash" : "51aee28c67a5ff1a4cce0b37e7c65dbbbdc613e5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12850",
       "triggerID" : "51aee28c67a5ff1a4cce0b37e7c65dbbbdc613e5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b2947ff1967ec9e1baf34a627f62642e554960c9",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "b2947ff1967ec9e1baf34a627f62642e554960c9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "deb20a8023a571638f95298795a097f610d28a56",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12856",
       "triggerID" : "deb20a8023a571638f95298795a097f610d28a56",
       "triggerType" : "PUSH"
     }, {
       "hash" : "922be55df52c440886b37ac140cfc31995f89192",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12876",
       "triggerID" : "922be55df52c440886b37ac140cfc31995f89192",
       "triggerType" : "PUSH"
     }, {
       "hash" : "bf6f8076534ba0370b7091469e990ae57dfc9738",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=13009",
       "triggerID" : "bf6f8076534ba0370b7091469e990ae57dfc9738",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 4ef80f614e8ac4b5facd6f68f802746584420121 UNKNOWN
   * 0d67a18f44b0101a72efca0b305727f8dfba201b UNKNOWN
   * 6862948d2f73b6966cddd934128196ac31d7726a UNKNOWN
   * b2947ff1967ec9e1baf34a627f62642e554960c9 UNKNOWN
   * bf6f8076534ba0370b7091469e990ae57dfc9738 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=13009) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@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.

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



[GitHub] [flink] flinkbot edited a comment on pull request #14809: [FLINK-21206] Implement HeapKeyValueStateIterator

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "69e5b6610961d58044ec59dd8da06dc1cbbbe19d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12662",
       "triggerID" : "69e5b6610961d58044ec59dd8da06dc1cbbbe19d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4ef80f614e8ac4b5facd6f68f802746584420121",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "4ef80f614e8ac4b5facd6f68f802746584420121",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a22e95072ffea536662db677f36f7d8208e9976d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12751",
       "triggerID" : "a22e95072ffea536662db677f36f7d8208e9976d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1aa8ebbe01b58578c232d195e721256e06d601e0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12777",
       "triggerID" : "1aa8ebbe01b58578c232d195e721256e06d601e0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4eaeb259d3b7a57db6c0c5efa36dc404a000b485",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12787",
       "triggerID" : "4eaeb259d3b7a57db6c0c5efa36dc404a000b485",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6995f6b05c55c8c3c162d2483e45539604520787",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12790",
       "triggerID" : "6995f6b05c55c8c3c162d2483e45539604520787",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0d67a18f44b0101a72efca0b305727f8dfba201b",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0d67a18f44b0101a72efca0b305727f8dfba201b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "45ff522a80566a1447b4e8dbed9586e415cf097e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12796",
       "triggerID" : "45ff522a80566a1447b4e8dbed9586e415cf097e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6862948d2f73b6966cddd934128196ac31d7726a",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6862948d2f73b6966cddd934128196ac31d7726a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3ec37720cb339d59d8c7ace7518bdbaf0b7e7f5e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12803",
       "triggerID" : "3ec37720cb339d59d8c7ace7518bdbaf0b7e7f5e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4252974df96e5378e319b1ef7a9a607bd6900885",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12810",
       "triggerID" : "4252974df96e5378e319b1ef7a9a607bd6900885",
       "triggerType" : "PUSH"
     }, {
       "hash" : "51aee28c67a5ff1a4cce0b37e7c65dbbbdc613e5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12850",
       "triggerID" : "51aee28c67a5ff1a4cce0b37e7c65dbbbdc613e5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b2947ff1967ec9e1baf34a627f62642e554960c9",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "b2947ff1967ec9e1baf34a627f62642e554960c9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "deb20a8023a571638f95298795a097f610d28a56",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12856",
       "triggerID" : "deb20a8023a571638f95298795a097f610d28a56",
       "triggerType" : "PUSH"
     }, {
       "hash" : "922be55df52c440886b37ac140cfc31995f89192",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12876",
       "triggerID" : "922be55df52c440886b37ac140cfc31995f89192",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 4ef80f614e8ac4b5facd6f68f802746584420121 UNKNOWN
   * 0d67a18f44b0101a72efca0b305727f8dfba201b UNKNOWN
   * 6862948d2f73b6966cddd934128196ac31d7726a UNKNOWN
   * b2947ff1967ec9e1baf34a627f62642e554960c9 UNKNOWN
   * 922be55df52c440886b37ac140cfc31995f89192 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12876) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@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.

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



[GitHub] [flink] flinkbot edited a comment on pull request #14809: [FLINK-21206] Implement HeapKeyValueStateIterator

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "69e5b6610961d58044ec59dd8da06dc1cbbbe19d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12662",
       "triggerID" : "69e5b6610961d58044ec59dd8da06dc1cbbbe19d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4ef80f614e8ac4b5facd6f68f802746584420121",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "4ef80f614e8ac4b5facd6f68f802746584420121",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a22e95072ffea536662db677f36f7d8208e9976d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12751",
       "triggerID" : "a22e95072ffea536662db677f36f7d8208e9976d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1aa8ebbe01b58578c232d195e721256e06d601e0",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12777",
       "triggerID" : "1aa8ebbe01b58578c232d195e721256e06d601e0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4eaeb259d3b7a57db6c0c5efa36dc404a000b485",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12787",
       "triggerID" : "4eaeb259d3b7a57db6c0c5efa36dc404a000b485",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 4ef80f614e8ac4b5facd6f68f802746584420121 UNKNOWN
   * 1aa8ebbe01b58578c232d195e721256e06d601e0 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12777) 
   * 4eaeb259d3b7a57db6c0c5efa36dc404a000b485 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12787) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@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.

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



[GitHub] [flink] flinkbot commented on pull request #14809: [FLINK-21206] Implement HeapKeyValueStateIterator

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


   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 69e5b6610961d58044ec59dd8da06dc1cbbbe19d (Fri Jan 29 13:51:40 UTC 2021)
   
   **Warnings:**
    * **1 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!
   
   
   <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.

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



[GitHub] [flink] flinkbot edited a comment on pull request #14809: [FLINK-21206] Implement HeapKeyValueStateIterator

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "69e5b6610961d58044ec59dd8da06dc1cbbbe19d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12662",
       "triggerID" : "69e5b6610961d58044ec59dd8da06dc1cbbbe19d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4ef80f614e8ac4b5facd6f68f802746584420121",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "4ef80f614e8ac4b5facd6f68f802746584420121",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a22e95072ffea536662db677f36f7d8208e9976d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12751",
       "triggerID" : "a22e95072ffea536662db677f36f7d8208e9976d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1aa8ebbe01b58578c232d195e721256e06d601e0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12777",
       "triggerID" : "1aa8ebbe01b58578c232d195e721256e06d601e0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4eaeb259d3b7a57db6c0c5efa36dc404a000b485",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12787",
       "triggerID" : "4eaeb259d3b7a57db6c0c5efa36dc404a000b485",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6995f6b05c55c8c3c162d2483e45539604520787",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12790",
       "triggerID" : "6995f6b05c55c8c3c162d2483e45539604520787",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0d67a18f44b0101a72efca0b305727f8dfba201b",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0d67a18f44b0101a72efca0b305727f8dfba201b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "45ff522a80566a1447b4e8dbed9586e415cf097e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12796",
       "triggerID" : "45ff522a80566a1447b4e8dbed9586e415cf097e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6862948d2f73b6966cddd934128196ac31d7726a",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6862948d2f73b6966cddd934128196ac31d7726a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3ec37720cb339d59d8c7ace7518bdbaf0b7e7f5e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12803",
       "triggerID" : "3ec37720cb339d59d8c7ace7518bdbaf0b7e7f5e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4252974df96e5378e319b1ef7a9a607bd6900885",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12810",
       "triggerID" : "4252974df96e5378e319b1ef7a9a607bd6900885",
       "triggerType" : "PUSH"
     }, {
       "hash" : "51aee28c67a5ff1a4cce0b37e7c65dbbbdc613e5",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "51aee28c67a5ff1a4cce0b37e7c65dbbbdc613e5",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 4ef80f614e8ac4b5facd6f68f802746584420121 UNKNOWN
   * 0d67a18f44b0101a72efca0b305727f8dfba201b UNKNOWN
   * 6862948d2f73b6966cddd934128196ac31d7726a UNKNOWN
   * 4252974df96e5378e319b1ef7a9a607bd6900885 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12810) 
   * 51aee28c67a5ff1a4cce0b37e7c65dbbbdc613e5 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@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.

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



[GitHub] [flink] flinkbot edited a comment on pull request #14809: [FLINK-21206] Implement HeapKeyValueStateIterator

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "69e5b6610961d58044ec59dd8da06dc1cbbbe19d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12662",
       "triggerID" : "69e5b6610961d58044ec59dd8da06dc1cbbbe19d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4ef80f614e8ac4b5facd6f68f802746584420121",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "4ef80f614e8ac4b5facd6f68f802746584420121",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a22e95072ffea536662db677f36f7d8208e9976d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12751",
       "triggerID" : "a22e95072ffea536662db677f36f7d8208e9976d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1aa8ebbe01b58578c232d195e721256e06d601e0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12777",
       "triggerID" : "1aa8ebbe01b58578c232d195e721256e06d601e0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4eaeb259d3b7a57db6c0c5efa36dc404a000b485",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12787",
       "triggerID" : "4eaeb259d3b7a57db6c0c5efa36dc404a000b485",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6995f6b05c55c8c3c162d2483e45539604520787",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12790",
       "triggerID" : "6995f6b05c55c8c3c162d2483e45539604520787",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0d67a18f44b0101a72efca0b305727f8dfba201b",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0d67a18f44b0101a72efca0b305727f8dfba201b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "45ff522a80566a1447b4e8dbed9586e415cf097e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12796",
       "triggerID" : "45ff522a80566a1447b4e8dbed9586e415cf097e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6862948d2f73b6966cddd934128196ac31d7726a",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6862948d2f73b6966cddd934128196ac31d7726a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3ec37720cb339d59d8c7ace7518bdbaf0b7e7f5e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12803",
       "triggerID" : "3ec37720cb339d59d8c7ace7518bdbaf0b7e7f5e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4252974df96e5378e319b1ef7a9a607bd6900885",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12810",
       "triggerID" : "4252974df96e5378e319b1ef7a9a607bd6900885",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 4ef80f614e8ac4b5facd6f68f802746584420121 UNKNOWN
   * 0d67a18f44b0101a72efca0b305727f8dfba201b UNKNOWN
   * 6862948d2f73b6966cddd934128196ac31d7726a UNKNOWN
   * 4252974df96e5378e319b1ef7a9a607bd6900885 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12810) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@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.

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



[GitHub] [flink] flinkbot edited a comment on pull request #14809: [FLINK-21206] Implement HeapKeyValueStateIterator

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "69e5b6610961d58044ec59dd8da06dc1cbbbe19d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12662",
       "triggerID" : "69e5b6610961d58044ec59dd8da06dc1cbbbe19d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4ef80f614e8ac4b5facd6f68f802746584420121",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "4ef80f614e8ac4b5facd6f68f802746584420121",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a22e95072ffea536662db677f36f7d8208e9976d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12751",
       "triggerID" : "a22e95072ffea536662db677f36f7d8208e9976d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1aa8ebbe01b58578c232d195e721256e06d601e0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12777",
       "triggerID" : "1aa8ebbe01b58578c232d195e721256e06d601e0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4eaeb259d3b7a57db6c0c5efa36dc404a000b485",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12787",
       "triggerID" : "4eaeb259d3b7a57db6c0c5efa36dc404a000b485",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6995f6b05c55c8c3c162d2483e45539604520787",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12790",
       "triggerID" : "6995f6b05c55c8c3c162d2483e45539604520787",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0d67a18f44b0101a72efca0b305727f8dfba201b",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0d67a18f44b0101a72efca0b305727f8dfba201b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "45ff522a80566a1447b4e8dbed9586e415cf097e",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12796",
       "triggerID" : "45ff522a80566a1447b4e8dbed9586e415cf097e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6862948d2f73b6966cddd934128196ac31d7726a",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6862948d2f73b6966cddd934128196ac31d7726a",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 4ef80f614e8ac4b5facd6f68f802746584420121 UNKNOWN
   * 0d67a18f44b0101a72efca0b305727f8dfba201b UNKNOWN
   * 45ff522a80566a1447b4e8dbed9586e415cf097e Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12796) 
   * 6862948d2f73b6966cddd934128196ac31d7726a UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@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.

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



[GitHub] [flink] flinkbot edited a comment on pull request #14809: [FLINK-21206] Implement HeapKeyValueStateIterator

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "69e5b6610961d58044ec59dd8da06dc1cbbbe19d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12662",
       "triggerID" : "69e5b6610961d58044ec59dd8da06dc1cbbbe19d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4ef80f614e8ac4b5facd6f68f802746584420121",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "4ef80f614e8ac4b5facd6f68f802746584420121",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a22e95072ffea536662db677f36f7d8208e9976d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12751",
       "triggerID" : "a22e95072ffea536662db677f36f7d8208e9976d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1aa8ebbe01b58578c232d195e721256e06d601e0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12777",
       "triggerID" : "1aa8ebbe01b58578c232d195e721256e06d601e0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4eaeb259d3b7a57db6c0c5efa36dc404a000b485",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12787",
       "triggerID" : "4eaeb259d3b7a57db6c0c5efa36dc404a000b485",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6995f6b05c55c8c3c162d2483e45539604520787",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12790",
       "triggerID" : "6995f6b05c55c8c3c162d2483e45539604520787",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0d67a18f44b0101a72efca0b305727f8dfba201b",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0d67a18f44b0101a72efca0b305727f8dfba201b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "45ff522a80566a1447b4e8dbed9586e415cf097e",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12796",
       "triggerID" : "45ff522a80566a1447b4e8dbed9586e415cf097e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6862948d2f73b6966cddd934128196ac31d7726a",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6862948d2f73b6966cddd934128196ac31d7726a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3ec37720cb339d59d8c7ace7518bdbaf0b7e7f5e",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "3ec37720cb339d59d8c7ace7518bdbaf0b7e7f5e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 4ef80f614e8ac4b5facd6f68f802746584420121 UNKNOWN
   * 0d67a18f44b0101a72efca0b305727f8dfba201b UNKNOWN
   * 45ff522a80566a1447b4e8dbed9586e415cf097e Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12796) 
   * 6862948d2f73b6966cddd934128196ac31d7726a UNKNOWN
   * 3ec37720cb339d59d8c7ace7518bdbaf0b7e7f5e UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@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.

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



[GitHub] [flink] flinkbot edited a comment on pull request #14809: [FLINK-21206] Implement HeapKeyValueStateIterator

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "69e5b6610961d58044ec59dd8da06dc1cbbbe19d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12662",
       "triggerID" : "69e5b6610961d58044ec59dd8da06dc1cbbbe19d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4ef80f614e8ac4b5facd6f68f802746584420121",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "4ef80f614e8ac4b5facd6f68f802746584420121",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a22e95072ffea536662db677f36f7d8208e9976d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12751",
       "triggerID" : "a22e95072ffea536662db677f36f7d8208e9976d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1aa8ebbe01b58578c232d195e721256e06d601e0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12777",
       "triggerID" : "1aa8ebbe01b58578c232d195e721256e06d601e0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4eaeb259d3b7a57db6c0c5efa36dc404a000b485",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12787",
       "triggerID" : "4eaeb259d3b7a57db6c0c5efa36dc404a000b485",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6995f6b05c55c8c3c162d2483e45539604520787",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12790",
       "triggerID" : "6995f6b05c55c8c3c162d2483e45539604520787",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0d67a18f44b0101a72efca0b305727f8dfba201b",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0d67a18f44b0101a72efca0b305727f8dfba201b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "45ff522a80566a1447b4e8dbed9586e415cf097e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12796",
       "triggerID" : "45ff522a80566a1447b4e8dbed9586e415cf097e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6862948d2f73b6966cddd934128196ac31d7726a",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6862948d2f73b6966cddd934128196ac31d7726a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3ec37720cb339d59d8c7ace7518bdbaf0b7e7f5e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12803",
       "triggerID" : "3ec37720cb339d59d8c7ace7518bdbaf0b7e7f5e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4252974df96e5378e319b1ef7a9a607bd6900885",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12810",
       "triggerID" : "4252974df96e5378e319b1ef7a9a607bd6900885",
       "triggerType" : "PUSH"
     }, {
       "hash" : "51aee28c67a5ff1a4cce0b37e7c65dbbbdc613e5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12850",
       "triggerID" : "51aee28c67a5ff1a4cce0b37e7c65dbbbdc613e5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b2947ff1967ec9e1baf34a627f62642e554960c9",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "b2947ff1967ec9e1baf34a627f62642e554960c9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "deb20a8023a571638f95298795a097f610d28a56",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12856",
       "triggerID" : "deb20a8023a571638f95298795a097f610d28a56",
       "triggerType" : "PUSH"
     }, {
       "hash" : "922be55df52c440886b37ac140cfc31995f89192",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12876",
       "triggerID" : "922be55df52c440886b37ac140cfc31995f89192",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 4ef80f614e8ac4b5facd6f68f802746584420121 UNKNOWN
   * 0d67a18f44b0101a72efca0b305727f8dfba201b UNKNOWN
   * 6862948d2f73b6966cddd934128196ac31d7726a UNKNOWN
   * b2947ff1967ec9e1baf34a627f62642e554960c9 UNKNOWN
   * deb20a8023a571638f95298795a097f610d28a56 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12856) 
   * 922be55df52c440886b37ac140cfc31995f89192 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12876) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@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.

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



[GitHub] [flink] flinkbot edited a comment on pull request #14809: [FLINK-21206] Implement HeapKeyValueStateIterator

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "69e5b6610961d58044ec59dd8da06dc1cbbbe19d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12662",
       "triggerID" : "69e5b6610961d58044ec59dd8da06dc1cbbbe19d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4ef80f614e8ac4b5facd6f68f802746584420121",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "4ef80f614e8ac4b5facd6f68f802746584420121",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a22e95072ffea536662db677f36f7d8208e9976d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12751",
       "triggerID" : "a22e95072ffea536662db677f36f7d8208e9976d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1aa8ebbe01b58578c232d195e721256e06d601e0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12777",
       "triggerID" : "1aa8ebbe01b58578c232d195e721256e06d601e0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4eaeb259d3b7a57db6c0c5efa36dc404a000b485",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12787",
       "triggerID" : "4eaeb259d3b7a57db6c0c5efa36dc404a000b485",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6995f6b05c55c8c3c162d2483e45539604520787",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12790",
       "triggerID" : "6995f6b05c55c8c3c162d2483e45539604520787",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0d67a18f44b0101a72efca0b305727f8dfba201b",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0d67a18f44b0101a72efca0b305727f8dfba201b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "45ff522a80566a1447b4e8dbed9586e415cf097e",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12796",
       "triggerID" : "45ff522a80566a1447b4e8dbed9586e415cf097e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 4ef80f614e8ac4b5facd6f68f802746584420121 UNKNOWN
   * 0d67a18f44b0101a72efca0b305727f8dfba201b UNKNOWN
   * 45ff522a80566a1447b4e8dbed9586e415cf097e Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12796) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@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.

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



[GitHub] [flink] flinkbot edited a comment on pull request #14809: [FLINK-21206] Implement HeapKeyValueStateIterator

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "69e5b6610961d58044ec59dd8da06dc1cbbbe19d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12662",
       "triggerID" : "69e5b6610961d58044ec59dd8da06dc1cbbbe19d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4ef80f614e8ac4b5facd6f68f802746584420121",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "4ef80f614e8ac4b5facd6f68f802746584420121",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a22e95072ffea536662db677f36f7d8208e9976d",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12751",
       "triggerID" : "a22e95072ffea536662db677f36f7d8208e9976d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1aa8ebbe01b58578c232d195e721256e06d601e0",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12777",
       "triggerID" : "1aa8ebbe01b58578c232d195e721256e06d601e0",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 4ef80f614e8ac4b5facd6f68f802746584420121 UNKNOWN
   * a22e95072ffea536662db677f36f7d8208e9976d Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12751) 
   * 1aa8ebbe01b58578c232d195e721256e06d601e0 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12777) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@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.

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



[GitHub] [flink] flinkbot edited a comment on pull request #14809: [FLINK-21206] Implement HeapKeyValueStateIterator

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "69e5b6610961d58044ec59dd8da06dc1cbbbe19d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12662",
       "triggerID" : "69e5b6610961d58044ec59dd8da06dc1cbbbe19d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4ef80f614e8ac4b5facd6f68f802746584420121",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "4ef80f614e8ac4b5facd6f68f802746584420121",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a22e95072ffea536662db677f36f7d8208e9976d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12751",
       "triggerID" : "a22e95072ffea536662db677f36f7d8208e9976d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1aa8ebbe01b58578c232d195e721256e06d601e0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12777",
       "triggerID" : "1aa8ebbe01b58578c232d195e721256e06d601e0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4eaeb259d3b7a57db6c0c5efa36dc404a000b485",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12787",
       "triggerID" : "4eaeb259d3b7a57db6c0c5efa36dc404a000b485",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6995f6b05c55c8c3c162d2483e45539604520787",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12790",
       "triggerID" : "6995f6b05c55c8c3c162d2483e45539604520787",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0d67a18f44b0101a72efca0b305727f8dfba201b",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0d67a18f44b0101a72efca0b305727f8dfba201b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "45ff522a80566a1447b4e8dbed9586e415cf097e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12796",
       "triggerID" : "45ff522a80566a1447b4e8dbed9586e415cf097e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6862948d2f73b6966cddd934128196ac31d7726a",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6862948d2f73b6966cddd934128196ac31d7726a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3ec37720cb339d59d8c7ace7518bdbaf0b7e7f5e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12803",
       "triggerID" : "3ec37720cb339d59d8c7ace7518bdbaf0b7e7f5e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4252974df96e5378e319b1ef7a9a607bd6900885",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12810",
       "triggerID" : "4252974df96e5378e319b1ef7a9a607bd6900885",
       "triggerType" : "PUSH"
     }, {
       "hash" : "51aee28c67a5ff1a4cce0b37e7c65dbbbdc613e5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12850",
       "triggerID" : "51aee28c67a5ff1a4cce0b37e7c65dbbbdc613e5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b2947ff1967ec9e1baf34a627f62642e554960c9",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "b2947ff1967ec9e1baf34a627f62642e554960c9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "deb20a8023a571638f95298795a097f610d28a56",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12856",
       "triggerID" : "deb20a8023a571638f95298795a097f610d28a56",
       "triggerType" : "PUSH"
     }, {
       "hash" : "922be55df52c440886b37ac140cfc31995f89192",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12876",
       "triggerID" : "922be55df52c440886b37ac140cfc31995f89192",
       "triggerType" : "PUSH"
     }, {
       "hash" : "bf6f8076534ba0370b7091469e990ae57dfc9738",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "bf6f8076534ba0370b7091469e990ae57dfc9738",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 4ef80f614e8ac4b5facd6f68f802746584420121 UNKNOWN
   * 0d67a18f44b0101a72efca0b305727f8dfba201b UNKNOWN
   * 6862948d2f73b6966cddd934128196ac31d7726a UNKNOWN
   * b2947ff1967ec9e1baf34a627f62642e554960c9 UNKNOWN
   * 922be55df52c440886b37ac140cfc31995f89192 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12876) 
   * bf6f8076534ba0370b7091469e990ae57dfc9738 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@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.

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



[GitHub] [flink] flinkbot edited a comment on pull request #14809: [FLINK-21206] Implement HeapKeyValueStateIterator

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "69e5b6610961d58044ec59dd8da06dc1cbbbe19d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12662",
       "triggerID" : "69e5b6610961d58044ec59dd8da06dc1cbbbe19d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4ef80f614e8ac4b5facd6f68f802746584420121",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "4ef80f614e8ac4b5facd6f68f802746584420121",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a22e95072ffea536662db677f36f7d8208e9976d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12751",
       "triggerID" : "a22e95072ffea536662db677f36f7d8208e9976d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1aa8ebbe01b58578c232d195e721256e06d601e0",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12777",
       "triggerID" : "1aa8ebbe01b58578c232d195e721256e06d601e0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4eaeb259d3b7a57db6c0c5efa36dc404a000b485",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "4eaeb259d3b7a57db6c0c5efa36dc404a000b485",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 4ef80f614e8ac4b5facd6f68f802746584420121 UNKNOWN
   * 1aa8ebbe01b58578c232d195e721256e06d601e0 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12777) 
   * 4eaeb259d3b7a57db6c0c5efa36dc404a000b485 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@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.

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



[GitHub] [flink] flinkbot edited a comment on pull request #14809: [FLINK-21206] Implement HeapKeyValueStateIterator

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "69e5b6610961d58044ec59dd8da06dc1cbbbe19d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12662",
       "triggerID" : "69e5b6610961d58044ec59dd8da06dc1cbbbe19d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4ef80f614e8ac4b5facd6f68f802746584420121",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "4ef80f614e8ac4b5facd6f68f802746584420121",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a22e95072ffea536662db677f36f7d8208e9976d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12751",
       "triggerID" : "a22e95072ffea536662db677f36f7d8208e9976d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1aa8ebbe01b58578c232d195e721256e06d601e0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12777",
       "triggerID" : "1aa8ebbe01b58578c232d195e721256e06d601e0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4eaeb259d3b7a57db6c0c5efa36dc404a000b485",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12787",
       "triggerID" : "4eaeb259d3b7a57db6c0c5efa36dc404a000b485",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6995f6b05c55c8c3c162d2483e45539604520787",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12790",
       "triggerID" : "6995f6b05c55c8c3c162d2483e45539604520787",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0d67a18f44b0101a72efca0b305727f8dfba201b",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0d67a18f44b0101a72efca0b305727f8dfba201b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "45ff522a80566a1447b4e8dbed9586e415cf097e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12796",
       "triggerID" : "45ff522a80566a1447b4e8dbed9586e415cf097e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6862948d2f73b6966cddd934128196ac31d7726a",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6862948d2f73b6966cddd934128196ac31d7726a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3ec37720cb339d59d8c7ace7518bdbaf0b7e7f5e",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12803",
       "triggerID" : "3ec37720cb339d59d8c7ace7518bdbaf0b7e7f5e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 4ef80f614e8ac4b5facd6f68f802746584420121 UNKNOWN
   * 0d67a18f44b0101a72efca0b305727f8dfba201b UNKNOWN
   * 6862948d2f73b6966cddd934128196ac31d7726a UNKNOWN
   * 3ec37720cb339d59d8c7ace7518bdbaf0b7e7f5e Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12803) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@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.

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



[GitHub] [flink] flinkbot edited a comment on pull request #14809: [FLINK-21206] Implement HeapKeyValueStateIterator

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "69e5b6610961d58044ec59dd8da06dc1cbbbe19d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12662",
       "triggerID" : "69e5b6610961d58044ec59dd8da06dc1cbbbe19d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4ef80f614e8ac4b5facd6f68f802746584420121",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "4ef80f614e8ac4b5facd6f68f802746584420121",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a22e95072ffea536662db677f36f7d8208e9976d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12751",
       "triggerID" : "a22e95072ffea536662db677f36f7d8208e9976d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1aa8ebbe01b58578c232d195e721256e06d601e0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12777",
       "triggerID" : "1aa8ebbe01b58578c232d195e721256e06d601e0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4eaeb259d3b7a57db6c0c5efa36dc404a000b485",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12787",
       "triggerID" : "4eaeb259d3b7a57db6c0c5efa36dc404a000b485",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6995f6b05c55c8c3c162d2483e45539604520787",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12790",
       "triggerID" : "6995f6b05c55c8c3c162d2483e45539604520787",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0d67a18f44b0101a72efca0b305727f8dfba201b",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0d67a18f44b0101a72efca0b305727f8dfba201b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "45ff522a80566a1447b4e8dbed9586e415cf097e",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "45ff522a80566a1447b4e8dbed9586e415cf097e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 4ef80f614e8ac4b5facd6f68f802746584420121 UNKNOWN
   * 6995f6b05c55c8c3c162d2483e45539604520787 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12790) 
   * 0d67a18f44b0101a72efca0b305727f8dfba201b UNKNOWN
   * 45ff522a80566a1447b4e8dbed9586e415cf097e UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@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.

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



[GitHub] [flink] flinkbot edited a comment on pull request #14809: [FLINK-21206] Implement HeapKeyValueStateIterator

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "69e5b6610961d58044ec59dd8da06dc1cbbbe19d",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12662",
       "triggerID" : "69e5b6610961d58044ec59dd8da06dc1cbbbe19d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4ef80f614e8ac4b5facd6f68f802746584420121",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "4ef80f614e8ac4b5facd6f68f802746584420121",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a22e95072ffea536662db677f36f7d8208e9976d",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "a22e95072ffea536662db677f36f7d8208e9976d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 69e5b6610961d58044ec59dd8da06dc1cbbbe19d Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12662) 
   * 4ef80f614e8ac4b5facd6f68f802746584420121 UNKNOWN
   * a22e95072ffea536662db677f36f7d8208e9976d UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@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.

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



[GitHub] [flink] flinkbot edited a comment on pull request #14809: [FLINK-21206] Implement HeapKeyValueStateIterator

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "69e5b6610961d58044ec59dd8da06dc1cbbbe19d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12662",
       "triggerID" : "69e5b6610961d58044ec59dd8da06dc1cbbbe19d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4ef80f614e8ac4b5facd6f68f802746584420121",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "4ef80f614e8ac4b5facd6f68f802746584420121",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a22e95072ffea536662db677f36f7d8208e9976d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12751",
       "triggerID" : "a22e95072ffea536662db677f36f7d8208e9976d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1aa8ebbe01b58578c232d195e721256e06d601e0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12777",
       "triggerID" : "1aa8ebbe01b58578c232d195e721256e06d601e0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4eaeb259d3b7a57db6c0c5efa36dc404a000b485",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12787",
       "triggerID" : "4eaeb259d3b7a57db6c0c5efa36dc404a000b485",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6995f6b05c55c8c3c162d2483e45539604520787",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12790",
       "triggerID" : "6995f6b05c55c8c3c162d2483e45539604520787",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0d67a18f44b0101a72efca0b305727f8dfba201b",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0d67a18f44b0101a72efca0b305727f8dfba201b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "45ff522a80566a1447b4e8dbed9586e415cf097e",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12796",
       "triggerID" : "45ff522a80566a1447b4e8dbed9586e415cf097e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6862948d2f73b6966cddd934128196ac31d7726a",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6862948d2f73b6966cddd934128196ac31d7726a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3ec37720cb339d59d8c7ace7518bdbaf0b7e7f5e",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12803",
       "triggerID" : "3ec37720cb339d59d8c7ace7518bdbaf0b7e7f5e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 4ef80f614e8ac4b5facd6f68f802746584420121 UNKNOWN
   * 0d67a18f44b0101a72efca0b305727f8dfba201b UNKNOWN
   * 45ff522a80566a1447b4e8dbed9586e415cf097e Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12796) 
   * 6862948d2f73b6966cddd934128196ac31d7726a UNKNOWN
   * 3ec37720cb339d59d8c7ace7518bdbaf0b7e7f5e Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12803) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@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.

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



[GitHub] [flink] flinkbot edited a comment on pull request #14809: [FLINK-21206] Implement HeapKeyValueStateIterator

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "69e5b6610961d58044ec59dd8da06dc1cbbbe19d",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12662",
       "triggerID" : "69e5b6610961d58044ec59dd8da06dc1cbbbe19d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4ef80f614e8ac4b5facd6f68f802746584420121",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "4ef80f614e8ac4b5facd6f68f802746584420121",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a22e95072ffea536662db677f36f7d8208e9976d",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12751",
       "triggerID" : "a22e95072ffea536662db677f36f7d8208e9976d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 69e5b6610961d58044ec59dd8da06dc1cbbbe19d Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12662) 
   * 4ef80f614e8ac4b5facd6f68f802746584420121 UNKNOWN
   * a22e95072ffea536662db677f36f7d8208e9976d Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12751) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@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.

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



[GitHub] [flink] flinkbot edited a comment on pull request #14809: [FLINK-21206] Implement HeapKeyValueStateIterator

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "69e5b6610961d58044ec59dd8da06dc1cbbbe19d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12662",
       "triggerID" : "69e5b6610961d58044ec59dd8da06dc1cbbbe19d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4ef80f614e8ac4b5facd6f68f802746584420121",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "4ef80f614e8ac4b5facd6f68f802746584420121",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a22e95072ffea536662db677f36f7d8208e9976d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12751",
       "triggerID" : "a22e95072ffea536662db677f36f7d8208e9976d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1aa8ebbe01b58578c232d195e721256e06d601e0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12777",
       "triggerID" : "1aa8ebbe01b58578c232d195e721256e06d601e0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4eaeb259d3b7a57db6c0c5efa36dc404a000b485",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12787",
       "triggerID" : "4eaeb259d3b7a57db6c0c5efa36dc404a000b485",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6995f6b05c55c8c3c162d2483e45539604520787",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12790",
       "triggerID" : "6995f6b05c55c8c3c162d2483e45539604520787",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0d67a18f44b0101a72efca0b305727f8dfba201b",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0d67a18f44b0101a72efca0b305727f8dfba201b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "45ff522a80566a1447b4e8dbed9586e415cf097e",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "45ff522a80566a1447b4e8dbed9586e415cf097e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 4ef80f614e8ac4b5facd6f68f802746584420121 UNKNOWN
   * 4eaeb259d3b7a57db6c0c5efa36dc404a000b485 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12787) 
   * 6995f6b05c55c8c3c162d2483e45539604520787 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12790) 
   * 0d67a18f44b0101a72efca0b305727f8dfba201b UNKNOWN
   * 45ff522a80566a1447b4e8dbed9586e415cf097e UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@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.

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



[GitHub] [flink] flinkbot edited a comment on pull request #14809: [FLINK-21206] Implement HeapKeyValueStateIterator

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "69e5b6610961d58044ec59dd8da06dc1cbbbe19d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12662",
       "triggerID" : "69e5b6610961d58044ec59dd8da06dc1cbbbe19d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4ef80f614e8ac4b5facd6f68f802746584420121",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "4ef80f614e8ac4b5facd6f68f802746584420121",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a22e95072ffea536662db677f36f7d8208e9976d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12751",
       "triggerID" : "a22e95072ffea536662db677f36f7d8208e9976d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1aa8ebbe01b58578c232d195e721256e06d601e0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12777",
       "triggerID" : "1aa8ebbe01b58578c232d195e721256e06d601e0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4eaeb259d3b7a57db6c0c5efa36dc404a000b485",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12787",
       "triggerID" : "4eaeb259d3b7a57db6c0c5efa36dc404a000b485",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6995f6b05c55c8c3c162d2483e45539604520787",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6995f6b05c55c8c3c162d2483e45539604520787",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 4ef80f614e8ac4b5facd6f68f802746584420121 UNKNOWN
   * 4eaeb259d3b7a57db6c0c5efa36dc404a000b485 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=12787) 
   * 6995f6b05c55c8c3c162d2483e45539604520787 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@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.

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