You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@inlong.apache.org by GitBox <gi...@apache.org> on 2022/06/01 03:14:30 UTC

[GitHub] [incubator-inlong] kipshi opened a new issue, #4473: [Bug][Manager] DuplicateKeyException when save StreamSinkField

kipshi opened a new issue, #4473:
URL: https://github.com/apache/incubator-inlong/issues/4473

   ### What happened
   
   SQL: insert into stream_sink_field (         id, inlong_group_id,         inlong_stream_id, sink_id,         sink_type, field_name,         field_type, field_comment,         source_field_name, source_field_type,         ext_params, is_meta_field, field_format,         rank_num, is_deleted         )         values                        (             ?, ?,             ?, ?,             ?, ?,             ?, ?,             ?, ?,             ?,             ?, ?,             ?, ?             )          ,              (             ?, ?,             ?, ?,             ?, ?,             ?, ?,             ?, ?,             ?,             ?, ?,             ?, ?             )
   ### Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1' for key 'PRIMARY'
   ; Duplicate entry '1' for key 'PRIMARY'; nested exception is java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1' for key 'PRIMARY'
   
   ### What you expected to happen
   
   save successful
   
   ### How to reproduce
   
   Set id=1 in SinkField
   
   ### Environment
   
   _No response_
   
   ### InLong version
   
   master
   
   ### InLong Component
   
   InLong Manager
   
   ### Are you willing to submit PR?
   
   - [X] Yes, I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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@inlong.apache.org.apache.org

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


[GitHub] [incubator-inlong] healchow closed issue #4473: [Bug][Manager] DuplicateKeyException when save StreamSinkField

Posted by GitBox <gi...@apache.org>.
healchow closed issue #4473: [Bug][Manager] DuplicateKeyException when save StreamSinkField
URL: https://github.com/apache/incubator-inlong/issues/4473


-- 
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@inlong.apache.org

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