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/11/13 07:08:18 UTC

[GitHub] [flink] lyssg opened a new pull request, #21306: [FLINK-29650] Stop printing the contents of error lines when parsing …

lyssg opened a new pull request, #21306:
URL: https://github.com/apache/flink/pull/21306

   ## What is the purpose of the change
   
   Stop printing the contents of error lines when parsing yaml file
   
   
   ## Brief change log
   
   delete one line code in org.apache.flink.configuration.GlobalConfiguration#loadYAMLResource
   
   
   ## Verifying this change
   
   Please make sure both new and modified tests in this PR follows the conventions defined in our code quality guide: https://flink.apache.org/contributing/code-style-and-quality-common.html#testing
   
   *(Please pick either of the following options)*
   
   This change is a trivial rework / code cleanup without any test coverage.
   
   *(or)*
   
   This change is already covered by existing tests, such as *(please describe tests)*.
   
   *(or)*
   
   This change added tests and can be verified as follows:
   
   test by start a local cluster and view startup log.
   
   ## 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)`: (yes)
     - The serializers: (no)
     - The runtime per-record code paths (performance sensitive): (no)
     - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Kubernetes/Yarn, ZooKeeper: (no)
     - The S3 file system connector: (no)
   
   ## Documentation
   
     - Does this pull request introduce a new feature? (no)
     - If yes, how is the feature documented? (not documented)
   


-- 
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 #21306: [FLINK-29650] Stop printing the contents of error lines when parsing …

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "8be1a39721ce7b6d6522627a76f3fb02b6ad5289",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "8be1a39721ce7b6d6522627a76f3fb02b6ad5289",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 8be1a39721ce7b6d6522627a76f3fb02b6ad5289 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] zentol closed pull request #21306: [FLINK-29650] Stop printing the contents of error lines when parsing …

Posted by GitBox <gi...@apache.org>.
zentol closed pull request #21306: [FLINK-29650] Stop printing the contents of error lines when parsing …
URL: https://github.com/apache/flink/pull/21306


-- 
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] zentol commented on pull request #21306: [FLINK-29650] Stop printing the contents of error lines when parsing …

Posted by GitBox <gi...@apache.org>.
zentol commented on PR #21306:
URL: https://github.com/apache/flink/pull/21306#issuecomment-1313263717

   Duplicate of #21297.


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