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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to