You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/08/22 03:45:21 UTC

[GitHub] [rocketmq-connect] Oliverwqcwrw opened a new issue, #265: ClassCastException caused by type conversions

Oliverwqcwrw opened a new issue, #265:
URL: https://github.com/apache/rocketmq-connect/issues/265

   
   **BUG REPORT**
   
   1. Please describe the issue you observed:
   
   - What did you do (The steps to reproduce)?
   
   In `org.apache.rocketmq.connect.runtime.connectorwrapper.WorkerTask#run`
   >
       catch (Throwable t) {
                   onFailure(t);
                   throw (Error) t;
               }
   
   A ClassCastException is reported when Exception is caught
   
   - What is expected to see?
   
   do not report ClassCastException
   
   - What did you see instead?
   
   report ClassCastException
   
   2. Please tell us about your environment:
   
   master
   
   4. Other information (e.g. detailed explanation, logs, related issues, suggestions on how to fix, etc):
   
   


-- 
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: dev-unsubscribe@rocketmq.apache.org.apache.org

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


[GitHub] [rocketmq-connect] sunxiaojian closed issue #265: ClassCastException caused by type conversions

Posted by GitBox <gi...@apache.org>.
sunxiaojian closed issue #265: ClassCastException caused by type conversions
URL: https://github.com/apache/rocketmq-connect/issues/265


-- 
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: dev-unsubscribe@rocketmq.apache.org

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