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

[GitHub] [flink] Aitozi opened a new pull request #18305: [FLINK-25580][State Backends]Improve the logic of over fraction calcu…

Aitozi opened a new pull request #18305:
URL: https://github.com/apache/flink/pull/18305


   …late
   
   ## What is the purpose of the change
   
   When I check the logic of rescale part of the rocksDB. I found that we do not have to multiply `overlapFraction` twice to evaluate the best score handle. So this pr is to remove the duplicate `* overlapFraction` and fix one typo.
   
   
   ## Verifying this change
   
   I add an extra test to verify that: If two handles have the same number of intersect group, The higher `overlapFraction` will win.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] flinkbot edited a comment on pull request #18305: [FLINK-25580][State Backends]Improve the logic of over fraction calcu…

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


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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] Myasuka closed pull request #18305: [FLINK-25580][State Backends]Improve the logic of over fraction calcu…

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


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] flinkbot edited a comment on pull request #18305: [FLINK-25580][State Backends]Improve the logic of over fraction calcu…

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


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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] flinkbot commented on pull request #18305: [FLINK-25580][State Backends]Improve the logic of over fraction calcu…

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


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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] Myasuka commented on a change in pull request #18305: [FLINK-25580][State Backends]Improve the logic of over fraction calcu…

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



##########
File path: flink-state-backends/flink-statebackend-rocksdb/src/main/java/org/apache/flink/contrib/streaming/state/RocksDBIncrementalCheckpointUtils.java
##########
@@ -46,28 +47,58 @@
     /**
      * Evaluates state handle's "score" regarding to the target range when choosing the best state
      * handle to init the initial db for recovery, if the overlap fraction is less than {@link
-     * #OVERLAP_FRACTION_THRESHOLD}, then just return -1 to mean the handle has not chance to be the
-     * initial handle.
+     * #OVERLAP_FRACTION_THRESHOLD}, then just return {@code Score.MIN} to mean the handle has no
+     * chance to be the initial handle.
      */
-    private static final BiFunction<KeyedStateHandle, KeyGroupRange, Double>
-            STATE_HANDLE_EVALUATOR =
-                    (stateHandle, targetKeyGroupRange) -> {
-                        final KeyGroupRange handleKeyGroupRange = stateHandle.getKeyGroupRange();
-                        final KeyGroupRange intersectGroup =
-                                handleKeyGroupRange.getIntersection(targetKeyGroupRange);
-
-                        final double overlapFraction =
-                                (double) intersectGroup.getNumberOfKeyGroups()
-                                        / handleKeyGroupRange.getNumberOfKeyGroups();
-
-                        if (overlapFraction < OVERLAP_FRACTION_THRESHOLD) {
-                            return -1.0;
-                        }
-
-                        return intersectGroup.getNumberOfKeyGroups()
-                                * overlapFraction
-                                * overlapFraction;
-                    };
+    private static final BiFunction<KeyedStateHandle, KeyGroupRange, Score> STATE_HANDLE_EVALUATOR =
+            (stateHandle, targetKeyGroupRange) -> {
+                final KeyGroupRange handleKeyGroupRange = stateHandle.getKeyGroupRange();
+                final KeyGroupRange intersectGroup =
+                        handleKeyGroupRange.getIntersection(targetKeyGroupRange);
+
+                final double overlapFraction =
+                        (double) intersectGroup.getNumberOfKeyGroups()
+                                / handleKeyGroupRange.getNumberOfKeyGroups();
+
+                if (overlapFraction < OVERLAP_FRACTION_THRESHOLD) {
+                    return Score.MIN;
+                }
+
+                return new Score(intersectGroup.getNumberOfKeyGroups(), overlapFraction);
+            };
+
+    /**
+     * Score of the state handle, intersect group range is compared first, and then compare the
+     * overlap fraction.
+     */
+    private static class Score implements Comparable<Score> {
+
+        public static Score MIN = new Score(Integer.MIN_VALUE, -1.0);

Review comment:
       (naming) StaticVariableName: Name 'MIN' must match pattern '^[a-z][a-zA-Z0-9]*_?$'.
   




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] flinkbot commented on pull request #18305: [FLINK-25580][State Backends]Improve the logic of over fraction calcu…

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


   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 9f2aba1feef18ba7698158fda61415d4dd442d60 (Sun Jan 09 03:52:43 UTC 2022)
   
   **Warnings:**
    * No documentation files were touched! Remember to keep the Flink docs up to date!
    * **This pull request references an unassigned [Jira ticket](https://issues.apache.org/jira/browse/FLINK-25580).** According to the [code contribution guide](https://flink.apache.org/contributing/contribute-code.html), tickets need to be assigned before starting with the implementation work.
   
   
   <sub>Mention the bot in a comment to re-run the automated checks.</sub>
   ## Review Progress
   
   * ❓ 1. The [description] looks good.
   * ❓ 2. There is [consensus] that the contribution should go into to Flink.
   * ❓ 3. Needs [attention] from.
   * ❓ 4. The change fits into the overall [architecture].
   * ❓ 5. Overall code [quality] is good.
   
   Please see the [Pull Request Review Guide](https://flink.apache.org/contributing/reviewing-prs.html) for a full explanation of the review process.<details>
    The Bot is tracking the review progress through labels. Labels are applied according to the order of the review items. For consensus, approval by a Flink committer of PMC member is required <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot approve description` to approve one or more aspects (aspects: `description`, `consensus`, `architecture` and `quality`)
    - `@flinkbot approve all` to approve all aspects
    - `@flinkbot approve-until architecture` to approve everything until `architecture`
    - `@flinkbot attention @username1 [@username2 ..]` to require somebody's attention
    - `@flinkbot disapprove architecture` to remove an approval you gave earlier
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] flinkbot edited a comment on pull request #18305: [FLINK-25580][State Backends]Improve the logic of over fraction calcu…

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


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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] flinkbot edited a comment on pull request #18305: [FLINK-25580][State Backends]Improve the logic of over fraction calcu…

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


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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] flinkbot edited a comment on pull request #18305: [FLINK-25580][State Backends]Improve the logic of over fraction calcu…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "9f2aba1feef18ba7698158fda61415d4dd442d60",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29142",
       "triggerID" : "9f2aba1feef18ba7698158fda61415d4dd442d60",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f20decd97ab0a9fded76ab714f7f7f0b33c9f9f0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29172",
       "triggerID" : "f20decd97ab0a9fded76ab714f7f7f0b33c9f9f0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8211338fadb3aa8411a0f780e94efec44bb4b876",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29483",
       "triggerID" : "1013600278",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "8211338fadb3aa8411a0f780e94efec44bb4b876",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29483",
       "triggerID" : "8211338fadb3aa8411a0f780e94efec44bb4b876",
       "triggerType" : "PUSH"
     }, {
       "hash" : "",
       "status" : "DELETED",
       "url" : "TBD",
       "triggerID" : "1013600278",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 8211338fadb3aa8411a0f780e94efec44bb4b876 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29483) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] Aitozi commented on pull request #18305: [FLINK-25580][State Backends]Improve the logic of over fraction calcu…

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


   @Myasuka Thanks for your suggestion, I have updated the jira description and split the commit. Please take a look when you are free.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] Aitozi commented on pull request #18305: [FLINK-25580][State Backends]Improve the logic of over fraction calcu…

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


   @flinkbot run azure


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] Aitozi commented on a change in pull request #18305: [FLINK-25580][State Backends]Improve the logic of over fraction calcu…

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



##########
File path: flink-state-backends/flink-statebackend-rocksdb/src/main/java/org/apache/flink/contrib/streaming/state/RocksDBIncrementalCheckpointUtils.java
##########
@@ -46,28 +47,58 @@
     /**
      * Evaluates state handle's "score" regarding to the target range when choosing the best state
      * handle to init the initial db for recovery, if the overlap fraction is less than {@link
-     * #OVERLAP_FRACTION_THRESHOLD}, then just return -1 to mean the handle has not chance to be the
-     * initial handle.
+     * #OVERLAP_FRACTION_THRESHOLD}, then just return {@code Score.MIN} to mean the handle has no
+     * chance to be the initial handle.
      */
-    private static final BiFunction<KeyedStateHandle, KeyGroupRange, Double>
-            STATE_HANDLE_EVALUATOR =
-                    (stateHandle, targetKeyGroupRange) -> {
-                        final KeyGroupRange handleKeyGroupRange = stateHandle.getKeyGroupRange();
-                        final KeyGroupRange intersectGroup =
-                                handleKeyGroupRange.getIntersection(targetKeyGroupRange);
-
-                        final double overlapFraction =
-                                (double) intersectGroup.getNumberOfKeyGroups()
-                                        / handleKeyGroupRange.getNumberOfKeyGroups();
-
-                        if (overlapFraction < OVERLAP_FRACTION_THRESHOLD) {
-                            return -1.0;
-                        }
-
-                        return intersectGroup.getNumberOfKeyGroups()
-                                * overlapFraction
-                                * overlapFraction;
-                    };
+    private static final BiFunction<KeyedStateHandle, KeyGroupRange, Score> STATE_HANDLE_EVALUATOR =
+            (stateHandle, targetKeyGroupRange) -> {
+                final KeyGroupRange handleKeyGroupRange = stateHandle.getKeyGroupRange();
+                final KeyGroupRange intersectGroup =
+                        handleKeyGroupRange.getIntersection(targetKeyGroupRange);
+
+                final double overlapFraction =
+                        (double) intersectGroup.getNumberOfKeyGroups()
+                                / handleKeyGroupRange.getNumberOfKeyGroups();
+
+                if (overlapFraction < OVERLAP_FRACTION_THRESHOLD) {
+                    return Score.MIN;
+                }
+
+                return new Score(intersectGroup.getNumberOfKeyGroups(), overlapFraction);
+            };
+
+    /**
+     * Score of the state handle, intersect group range is compared first, and then compare the
+     * overlap fraction.
+     */
+    private static class Score implements Comparable<Score> {
+
+        public static Score MIN = new Score(Integer.MIN_VALUE, -1.0);

Review comment:
       Fixed by make it `final` 




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] Aitozi commented on pull request #18305: [FLINK-25580][State Backends]Improve the logic of over fraction calcu…

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


   cc @Myasuka Please help take a look when you are free .


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] flinkbot edited a comment on pull request #18305: [FLINK-25580][State Backends]Improve the logic of over fraction calcu…

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "9f2aba1feef18ba7698158fda61415d4dd442d60",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29142",
       "triggerID" : "9f2aba1feef18ba7698158fda61415d4dd442d60",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f20decd97ab0a9fded76ab714f7f7f0b33c9f9f0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29172",
       "triggerID" : "f20decd97ab0a9fded76ab714f7f7f0b33c9f9f0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "",
       "status" : "CANCELED",
       "url" : "TBD",
       "triggerID" : "1013600278",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "8211338fadb3aa8411a0f780e94efec44bb4b876",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29483",
       "triggerID" : "1013600278",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "8211338fadb3aa8411a0f780e94efec44bb4b876",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29483",
       "triggerID" : "8211338fadb3aa8411a0f780e94efec44bb4b876",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   *  Unknown: [CANCELED](TBD) 
   * 8211338fadb3aa8411a0f780e94efec44bb4b876 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29483) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] flinkbot edited a comment on pull request #18305: [FLINK-25580][State Backends]Improve the logic of over fraction calcu…

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


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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] flinkbot edited a comment on pull request #18305: [FLINK-25580][State Backends]Improve the logic of over fraction calcu…

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


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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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