-
Notifications
You must be signed in to change notification settings - Fork 278
Closed
Description
I've tried to make payment (Mainnet) from other CL node.
My Eclair just crashed meanwhile with such error log:
2021-06-30 16:52:31,074 ERROR f.a.e.channel.Channel n:02c16cca44562b590dd279c942200bdccfd4f990c3a69fad620c10ef2f8228eaff c:96f97fc3414dc324636fc08365d50fc096b2dc24acc2faf6dbda3ca49513d4a7 - fatal database error
org.postgresql.util.PSQLException: ERROR: could not serialize access due to concurrent update
at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2533)
at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2268)
at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:313)
at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:448)
at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:369)
at org.postgresql.jdbc.PgPreparedStatement.executeWithFlags(PgPreparedStatement.java:159)
at org.postgresql.jdbc.PgPreparedStatement.executeUpdate(PgPreparedStatement.java:125)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeUpdate(ProxyPreparedStatement.java:61)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeUpdate(HikariProxyPreparedStatement.java)
at fr.acinq.eclair.db.pg.PgChannelsDb.$anonfun$addOrUpdateChannel$3(PgChannelsDb.scala:97)
at fr.acinq.eclair.db.pg.PgChannelsDb.$anonfun$addOrUpdateChannel$3$adapted(PgChannelsDb.scala:94)
at fr.acinq.eclair.db.jdbc.JdbcUtils.using(JdbcUtils.scala:50)
at fr.acinq.eclair.db.jdbc.JdbcUtils.using$(JdbcUtils.scala:46)
at fr.acinq.eclair.db.pg.PgUtils$.using(PgUtils.scala:32)
at fr.acinq.eclair.db.pg.PgChannelsDb.$anonfun$addOrUpdateChannel$2(PgChannelsDb.scala:94)
at fr.acinq.eclair.db.pg.PgChannelsDb.$anonfun$addOrUpdateChannel$2$adapted(PgChannelsDb.scala:86)
at fr.acinq.eclair.db.pg.PgUtils$PgLock$LeaseLock.$anonfun$withLock$1(PgUtils.scala:123)
at fr.acinq.eclair.db.pg.PgUtils$.inTransactionInternal(PgUtils.scala:255)
at fr.acinq.eclair.db.pg.PgUtils$.$anonfun$inTransaction$1(PgUtils.scala:270)
at fr.acinq.eclair.db.jdbc.JdbcUtils.withConnection(JdbcUtils.scala:35)
at fr.acinq.eclair.db.jdbc.JdbcUtils.withConnection$(JdbcUtils.scala:32)
at fr.acinq.eclair.db.pg.PgUtils$.withConnection(PgUtils.scala:32)
at fr.acinq.eclair.db.pg.PgUtils$.inTransaction(PgUtils.scala:269)
at fr.acinq.eclair.db.pg.PgUtils$PgLock$LeaseLock.withLock(PgUtils.scala:122)
After quick node restart it did even finalized payment.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels