zxz-hash opened a new issue, #12487:
URL: https://github.com/apache/skywalking/issues/12487

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/skywalking/issues?q=is%3Aissue) and found no 
similar feature requirement.
   
   
   ### Description
   
   K8S deploys SkyWalking MySQL Connection
   
   ### Use case
   
   but an error is reported in the log
   
   ### Related issues
   
   2024-07-30 06:15:02,757 - 
org.apache.skywalking.oap.server.storage.plugin.jdbc.h2.dao.H2BatchDAO 
-100722817 [pool-4-thread-1] ERROR [] - Duplicate entry '202407300615' for key 
'PRIMARY'
   com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: 
Duplicate entry '202407300615' for key 'PRIMARY'
           at 
jdk.internal.reflect.GeneratedConstructorAccessor48.newInstance(Unknown Source) 
~[?:?]
           at 
jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
 ~[?:?]
           at java.lang.reflect.Constructor.newInstance(Constructor.java:490) 
~[?:?]
           at com.mysql.jdbc.Util.handleNewInstance(Util.java:403) 
~[mysql-connector-java-5.1.49.jar:5.1.49]
           at com.mysql.jdbc.Util.getInstance(Util.java:386) 
~[mysql-connector-java-5.1.49.jar:5.1.49]
           at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:936) 
~[mysql-connector-java-5.1.49.jar:5.1.49]
           at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3933) 
~[mysql-connector-java-5.1.49.jar:5.1.49]
           at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3869) 
~[mysql-connector-java-5.1.49.jar:5.1.49]
           at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2524) 
~[mysql-connector-java-5.1.49.jar:5.1.49]
           at 
com.mysql.jdbc.ServerPreparedStatement.serverExecute(ServerPreparedStatement.java:1281)
 ~[mysql-connector-java-5.1.49.jar:5.1.49]
           at 
com.mysql.jdbc.ServerPreparedStatement.executeInternal(ServerPreparedStatement.java:787)
 ~[mysql-connector-java-5.1.49.jar:5.1.49]
           at 
com.mysql.jdbc.PreparedStatement.execute(PreparedStatement.java:1254) 
~[mysql-connector-java-5.1.49.jar:5.1.49]
           at 
com.zaxxer.hikari.pool.ProxyPreparedStatement.execute(ProxyPreparedStatement.java:44)
 ~[HikariCP-3.1.0.jar:?]
           at 
com.zaxxer.hikari.pool.HikariProxyPreparedStatement.execute(HikariProxyPreparedStatement.java)
 ~[HikariCP-3.1.0.jar:?]
           at 
org.apache.skywalking.oap.server.storage.plugin.jdbc.SQLExecutor.invoke(SQLExecutor.java:53)
 ~[storage-jdbc-hikaricp-plugin-8.5.0.jar:8.5.0]
           at 
org.apache.skywalking.oap.server.storage.plugin.jdbc.h2.dao.H2BatchDAO.synchronous(H2BatchDAO.java:72)
 [storage-jdbc-hikaricp-plugin-8.5.0.jar:8.5.0]
           at 
org.apache.skywalking.oap.server.core.storage.PersistenceTimer.lambda$extractDataAndSave$3(PersistenceTimer.java:135)
 [server-core-8.5.0.jar:8.5.0]
   
   ### Are you willing to submit a pull request to implement this on your own?
   
   - [ ] Yes I am willing to submit a pull request on my own!
   
   ### 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: 
notifications-unsubscr...@skywalking.apache.org.apache.org

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

Reply via email to