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/05/01 08:06:58 UTC

[GitHub] [flink] WencongLiu opened a new pull request, #19614: [FLINK-25970][core] Add type of original exception to the detailMessage of SerializedThrowable.

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

   SerializedThrowable will return itself as a stand in if an exception occurs when calling deserializeError(ClassLoader classloader). When this happens, the call stack printed by logger will not contain the class name of original exception.
   
   Therefore, class name information is added to the detailMessage of SerializedThrowable in this pull request.


-- 
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] WencongLiu closed pull request #19614: [FLINK-25970][core] Add type of original exception to the detailMessage of SerializedThrowable.

Posted by GitBox <gi...@apache.org>.
WencongLiu closed pull request #19614: [FLINK-25970][core] Add type of original exception to the detailMessage of SerializedThrowable.
URL: https://github.com/apache/flink/pull/19614


-- 
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 #19614: [FLINK-25970][core] Add type of original exception to the detailMessage of SerializedThrowable.

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "96f405a9f8b43b0ac85a2ed126d067ac86df2a81",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "96f405a9f8b43b0ac85a2ed126d067ac86df2a81",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 96f405a9f8b43b0ac85a2ed126d067ac86df2a81 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