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 11:30:04 UTC

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

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

   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] flinkbot commented on pull request #19615: [FLINK-25970][core] Add type of original exception to the detailMessage of SerializedThrowable.

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "d8b66739c4f5ce82e7c644d4cd4e281447caf1c5",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "d8b66739c4f5ce82e7c644d4cd4e281447caf1c5",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d8b66739c4f5ce82e7c644d4cd4e281447caf1c5 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] xintongsong closed pull request #19615: [FLINK-25970][core] Add type of original exception to the detailMessage of SerializedThrowable.

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


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