110117 opened a new issue, #19348:
URL: https://github.com/apache/shardingsphere/issues/19348
2022-07-17 INFO [ io.seata.core.rpc.processor.client.RmUndoLogProcessor -
rm handle undo log
process:UndoLogDeleteRequest{resourceId='jdbc:postgresql://xx.xx.xx.xx',
saveDays=7, branchType=AT} Main library
2022-07-17 INFO [] io.seata.core.rpc.processor.client.RmUndoLogProcessor -
rm handle undo log
process:UndoLogDeleteRequest{resourceId='jdbc:postgresql://xx.xx.xx.xx',
saveDays=7, branchType=AT} Slave library
2022-07-17 INFO [] io.seata.core.rpc.processor.client.RmUndoLogProcessor -
rm handle undo log
process:UndoLogDeleteRequest{resourceId='jdbc:postgresql://xx.xx.xx.xx',
saveDays=7, branchType=AT} Main library
2022-07-17 INFO [] io.seata.core.rpc.processor.client.RmUndoLogProcessor -
rm handle undo log
process:UndoLogDeleteRequest{resourceId='jdbc:postgresql://xx.xx.xx.xx',
saveDays=7, branchType=AT} Slave library
2022-07-17 ERROR [] io.seata.rm.RMHandlerAT - Failed to delete expired
undo_log, error:ERROR: cannot execute DELETE in a read-only transaction
org.postgresql.util.PSQLException: ERROR: cannot execute DELETE in a
read-only transaction
at
org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2674)
at
org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2364)
at
org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:354)
at
org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:484)
at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:404)
at
org.postgresql.jdbc.PgPreparedStatement.executeWithFlags(PgPreparedStatement.java:162)
at
org.postgresql.jdbc.PgPreparedStatement.executeUpdate(PgPreparedStatement.java:130)
at
com.alibaba.druid.pool.DruidPooledPreparedStatement.executeUpdate(DruidPooledPreparedStatement.java:255)
at
io.seata.rm.datasource.undo.postgresql.PostgresqlUndoLogManager.deleteUndoLogByLogCreated(PostgresqlUndoLogManager.java:59)
at io.seata.rm.RMHandlerAT.handle(RMHandlerAT.java:59)
at io.seata.rm.DefaultRMHandler.handle(DefaultRMHandler.java:73)
at
io.seata.core.protocol.transaction.UndoLogDeleteRequest.handle(UndoLogDeleteRequest.java:70)
at
io.seata.rm.AbstractRMHandler.onRequest(AbstractRMHandler.java:150)
--
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]