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/04/02 03:40:48 UTC

[GitHub] [flink] Zakelly opened a new pull request #19335: [FLINK-26998] Remove log-related configuration from predefined options in RocksDB state backend

Zakelly opened a new pull request #19335:
URL: https://github.com/apache/flink/pull/19335


   ## What is the purpose of the change
   
   After FLINK-23791, the RocksDB log should be enabled by default. However, the log-related configuration remains in ```PredefinedOptions```, which will override the default value provided in ```RocksDBConfigurableOptions```.
   We could remove the related values in ```PredefinedOptions``` and let ```RocksDBConfigurableOptions``` take control of the default value.
   
   ## Brief change log
   
     -  Remove the log related values in ```org/apache/flink/contrib/streaming/state/PredefinedOptions.java```
   
   ## Verifying this change
   
   This change modified test RocksDBStateBackendConfigTest.testDefaultDbLogDir
   
   ## Does this pull request potentially affect one of the following parts:
   
     - Dependencies (does it add or upgrade a dependency): no
     - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: no
     - The serializers: no
     - The runtime per-record code paths (performance sensitive): no
     - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Kubernetes/Yarn, ZooKeeper: no
     - The S3 file system connector: no
    
   ## Documentation
   
     - Does this pull request introduce a new feature? no
     - If yes, how is the feature documented? not applicable
   


-- 
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 #19335: [FLINK-26998] Remove log-related configuration from predefined options in RocksDB state backend

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "d42501cf46bfae3cd30b2927aa4ce23fffd0d81f",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=34147",
       "triggerID" : "d42501cf46bfae3cd30b2927aa4ce23fffd0d81f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f5f269e5c65f55d2d132677f3ce23c148c00bcf4",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=34149",
       "triggerID" : "f5f269e5c65f55d2d132677f3ce23c148c00bcf4",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d42501cf46bfae3cd30b2927aa4ce23fffd0d81f Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=34147) 
   * f5f269e5c65f55d2d132677f3ce23c148c00bcf4 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=34149) 
   
   <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] Zakelly commented on pull request #19335: [FLINK-26998] Remove log-related configuration from predefined options in RocksDB state backend

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


   The CI failed, but it succeeded in my setup:  https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=34149&view=results
   
   


-- 
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 #19335: [FLINK-26998] Remove log-related configuration from predefined options in RocksDB state backend

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "d42501cf46bfae3cd30b2927aa4ce23fffd0d81f",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=34147",
       "triggerID" : "d42501cf46bfae3cd30b2927aa4ce23fffd0d81f",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d42501cf46bfae3cd30b2927aa4ce23fffd0d81f Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=34147) 
   
   <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 #19335: [FLINK-26998] Remove log-related configuration from predefined options in RocksDB state backend

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "d42501cf46bfae3cd30b2927aa4ce23fffd0d81f",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "d42501cf46bfae3cd30b2927aa4ce23fffd0d81f",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d42501cf46bfae3cd30b2927aa4ce23fffd0d81f 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 #19335: [FLINK-26998] Remove log-related configuration from predefined options in RocksDB state backend

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "d42501cf46bfae3cd30b2927aa4ce23fffd0d81f",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=34147",
       "triggerID" : "d42501cf46bfae3cd30b2927aa4ce23fffd0d81f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f5f269e5c65f55d2d132677f3ce23c148c00bcf4",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "f5f269e5c65f55d2d132677f3ce23c148c00bcf4",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d42501cf46bfae3cd30b2927aa4ce23fffd0d81f Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=34147) 
   * f5f269e5c65f55d2d132677f3ce23c148c00bcf4 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] Zakelly edited a comment on pull request #19335: [FLINK-26998] Remove log-related configuration from predefined options in RocksDB state backend

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


   The CI failed, but it succeeded in my setup:  https://dev.azure.com/lzq82555906/flink-for-Zakelly/_build/results?buildId=89&view=results
   
   


-- 
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 #19335: [FLINK-26998] Remove log-related configuration from predefined options in RocksDB state backend

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


   


-- 
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 pull request #19335: [FLINK-26998] Remove log-related configuration from predefined options in RocksDB state backend

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


   @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] flinkbot edited a comment on pull request #19335: [FLINK-26998] Remove log-related configuration from predefined options in RocksDB state backend

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "d42501cf46bfae3cd30b2927aa4ce23fffd0d81f",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=34147",
       "triggerID" : "d42501cf46bfae3cd30b2927aa4ce23fffd0d81f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f5f269e5c65f55d2d132677f3ce23c148c00bcf4",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "f5f269e5c65f55d2d132677f3ce23c148c00bcf4",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d42501cf46bfae3cd30b2927aa4ce23fffd0d81f Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=34147) 
   * f5f269e5c65f55d2d132677f3ce23c148c00bcf4 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 #19335: [FLINK-26998] Remove log-related configuration from predefined options in RocksDB state backend

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "d42501cf46bfae3cd30b2927aa4ce23fffd0d81f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=34147",
       "triggerID" : "d42501cf46bfae3cd30b2927aa4ce23fffd0d81f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f5f269e5c65f55d2d132677f3ce23c148c00bcf4",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=34149",
       "triggerID" : "f5f269e5c65f55d2d132677f3ce23c148c00bcf4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f5f269e5c65f55d2d132677f3ce23c148c00bcf4",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=34149",
       "triggerID" : "1086779793",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * f5f269e5c65f55d2d132677f3ce23c148c00bcf4 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=34149) 
   
   <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 #19335: [FLINK-26998] Remove log-related configuration from predefined options in RocksDB state backend

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "d42501cf46bfae3cd30b2927aa4ce23fffd0d81f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=34147",
       "triggerID" : "d42501cf46bfae3cd30b2927aa4ce23fffd0d81f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f5f269e5c65f55d2d132677f3ce23c148c00bcf4",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=34149",
       "triggerID" : "f5f269e5c65f55d2d132677f3ce23c148c00bcf4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f5f269e5c65f55d2d132677f3ce23c148c00bcf4",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=34149",
       "triggerID" : "1086779793",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * f5f269e5c65f55d2d132677f3ce23c148c00bcf4 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=34149) 
   
   <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 #19335: [FLINK-26998] Remove log-related configuration from predefined options in RocksDB state backend

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "d42501cf46bfae3cd30b2927aa4ce23fffd0d81f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=34147",
       "triggerID" : "d42501cf46bfae3cd30b2927aa4ce23fffd0d81f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f5f269e5c65f55d2d132677f3ce23c148c00bcf4",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=34149",
       "triggerID" : "f5f269e5c65f55d2d132677f3ce23c148c00bcf4",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * f5f269e5c65f55d2d132677f3ce23c148c00bcf4 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=34149) 
   
   <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 #19335: [FLINK-26998] Remove log-related configuration from predefined options in RocksDB state backend

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "d42501cf46bfae3cd30b2927aa4ce23fffd0d81f",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=34147",
       "triggerID" : "d42501cf46bfae3cd30b2927aa4ce23fffd0d81f",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d42501cf46bfae3cd30b2927aa4ce23fffd0d81f Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=34147) 
   
   <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 #19335: [FLINK-26998] Remove log-related configuration from predefined options in RocksDB state backend

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



##########
File path: flink-state-backends/flink-statebackend-rocksdb/src/main/java/org/apache/flink/contrib/streaming/state/PredefinedOptions.java
##########
@@ -60,9 +59,7 @@
      *   <li>setInfoLogLevel(InfoLogLevel.HEADER_LEVEL)

Review comment:
       We should also remove such comments.
   The same for all other options defined in this file.




-- 
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 #19335: [FLINK-26998] Remove log-related configuration from predefined options in RocksDB state backend

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "d42501cf46bfae3cd30b2927aa4ce23fffd0d81f",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=34147",
       "triggerID" : "d42501cf46bfae3cd30b2927aa4ce23fffd0d81f",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d42501cf46bfae3cd30b2927aa4ce23fffd0d81f Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=34147) 
   
   <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 #19335: [FLINK-26998] Remove log-related configuration from predefined options in RocksDB state backend

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "d42501cf46bfae3cd30b2927aa4ce23fffd0d81f",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=34147",
       "triggerID" : "d42501cf46bfae3cd30b2927aa4ce23fffd0d81f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f5f269e5c65f55d2d132677f3ce23c148c00bcf4",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "f5f269e5c65f55d2d132677f3ce23c148c00bcf4",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d42501cf46bfae3cd30b2927aa4ce23fffd0d81f Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=34147) 
   * f5f269e5c65f55d2d132677f3ce23c148c00bcf4 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] Zakelly commented on pull request #19335: [FLINK-26998] Remove log-related configuration from predefined options in RocksDB state backend

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


   @Myasuka Thanks for your review! Would you please to take another look?


-- 
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 #19335: [FLINK-26998] Remove log-related configuration from predefined options in RocksDB state backend

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "d42501cf46bfae3cd30b2927aa4ce23fffd0d81f",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=34147",
       "triggerID" : "d42501cf46bfae3cd30b2927aa4ce23fffd0d81f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f5f269e5c65f55d2d132677f3ce23c148c00bcf4",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "f5f269e5c65f55d2d132677f3ce23c148c00bcf4",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d42501cf46bfae3cd30b2927aa4ce23fffd0d81f Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=34147) 
   * f5f269e5c65f55d2d132677f3ce23c148c00bcf4 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 #19335: [FLINK-26998] Remove log-related configuration from predefined options in RocksDB state backend

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "d42501cf46bfae3cd30b2927aa4ce23fffd0d81f",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=34147",
       "triggerID" : "d42501cf46bfae3cd30b2927aa4ce23fffd0d81f",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d42501cf46bfae3cd30b2927aa4ce23fffd0d81f Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=34147) 
   
   <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 #19335: [FLINK-26998] Remove log-related configuration from predefined options in RocksDB state backend

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "d42501cf46bfae3cd30b2927aa4ce23fffd0d81f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=34147",
       "triggerID" : "d42501cf46bfae3cd30b2927aa4ce23fffd0d81f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f5f269e5c65f55d2d132677f3ce23c148c00bcf4",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=34149",
       "triggerID" : "f5f269e5c65f55d2d132677f3ce23c148c00bcf4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f5f269e5c65f55d2d132677f3ce23c148c00bcf4",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=34149",
       "triggerID" : "1086779793",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * f5f269e5c65f55d2d132677f3ce23c148c00bcf4 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=34149) 
   
   <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