Хикари пул рапортовал об успешно реконнекте, когда соединение появилось, но стримы не поднялись. Имел место странный Exception, который, видимо, не был нигде обработан и проскочил мимо logback
November 7th 2018, 22:59:33.404 at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:441)
November 7th 2018, 22:59:33.404 at monix.eval.internal.TaskEffect$.$anonfun$runAsync$1(TaskEffect.scala:73)
November 7th 2018, 22:59:33.404 at aecor.util.effect$AecorIOOps$.$anonfun$fromEffect$1$adapted(effect.scala:10)
November 7th 2018, 22:59:33.404 at akka.dispatch.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)
November 7th 2018, 22:59:33.404 at cats.effect.internals.IORunLoop$.cats$effect$internals$IORunLoop$$loop(IORunLoop.scala:85)
November 7th 2018, 22:59:33.404 at aecor.util.effect$AecorIOOps$.$anonfun$fromEffect$1(effect.scala:11)
November 7th 2018, 22:59:33.404 at java.net.SocketInputStream.read(SocketInputStream.java:210)
November 7th 2018, 22:59:33.404 at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:257)
November 7th 2018, 22:59:33.404 at akka.dispatch.Mailbox.exec(Mailbox.scala:234)
November 7th 2018, 22:59:33.404 at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:171)
November 7th 2018, 22:59:33.404 at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:12)
November 7th 2018, 22:59:33.404 at cats.effect.internals.IORunLoop$.cats$effect$internals$IORunLoop$$loop(IORunLoop.scala:118)
November 7th 2018, 22:59:33.404 at cats.effect.internals.IORunLoop$.start(IORunLoop.scala:35)
November 7th 2018, 22:59:33.404 at akka.dispatch.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260)
November 7th 2018, 22:59:33.404 at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:365)
November 7th 2018, 22:59:33.404 at monix.eval.internal.TaskEffect$.execute(TaskEffect.scala:85)
November 7th 2018, 22:59:33.404 at cats.effect.IO.unsafeRunAsync(IO.scala:260)
November 7th 2018, 22:59:33.404 at cats.effect.IO.unsafeToFuture(IO.scala:331)
November 7th 2018, 22:59:33.404 at akka.dispatch.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339)
November 7th 2018, 22:59:33.404 at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1947)
November 7th 2018, 22:59:33.404org.postgresql.util.PSQLException: An I/O error occurred while sending to the backend.
November 7th 2018, 22:59:33.404 at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:333)
November 7th 2018, 22:59:33.404 at doobie.util.transactor$Transactor$fromDataSource$FromDataSourceUnapplied.$anonfun$apply$5(transactor.scala:252)
November 7th 2018, 22:59:33.404 at monix.eval.internal.TaskRunLoop$.startLight(TaskRunLoop.scala:210)
November 7th 2018, 22:59:33.404 at cats.effect.internals.IORunLoop$.start(IORunLoop.scala:35)
November 7th 2018, 22:59:33.404 at aecor.runtime.akkageneric.GenericAkkaRuntimeActor.performInvocation(GenericAkkaRuntimeActor.scala:92)
November 7th 2018, 22:59:33.404 ... 40 more
November 7th 2018, 22:59:33.404 at org.postgresql.jdbc.PgConnection.isValid(PgConnection.java:1364)
November 7th 2018, 22:59:33.404 at akka.dispatch.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979)
November 7th 2018, 22:59:33.404 at java.net.SocketInputStream.read(SocketInputStream.java:141)
November 7th 2018, 22:59:33.404 at org.postgresql.core.PGStream.receiveChar(PGStream.java:293)
November 7th 2018, 22:59:33.404 at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:123)
November 7th 2018, 22:59:33.404 at aecor.runtime.akkageneric.GenericAkkaRuntimeActor.aroundReceive(GenericAkkaRuntimeActor.scala:36)
November 7th 2018, 22:59:33.404 at akka.actor.ActorCell.receiveMessage(ActorCell.scala:527)
November 7th 2018, 22:59:33.404 at akka.dispatch.Mailbox.run(Mailbox.scala:224)
November 7th 2018, 22:59:33.404 at org.postgresql.core.VisibleBufferedInputStream.ensureBytes(VisibleBufferedInputStream.java:109)
November 7th 2018, 22:59:33.404 at org.postgresql.jdbc.PgPreparedStatement.executeUpdate(PgPreparedStatement.java:132)
November 7th 2018, 22:59:33.404 at akka.actor.ActorCell.invoke(ActorCell.scala:496)
November 7th 2018, 22:59:33.404 at org.postgresql.core.VisibleBufferedInputStream.readMore(VisibleBufferedInputStream.java:140)
November 7th 2018, 22:59:33.404 at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:147)
November 7th 2018, 22:59:33.404 at akka.actor.Actor.aroundReceive$(Actor.scala:515)
November 7th 2018, 22:59:33.404Nov 07, 2018 7:59:33 PM org.postgresql.jdbc.PgConnection isValid
November 7th 2018, 22:59:33.404WARNING: Validating connection.
November 7th 2018, 22:59:33.404 at com.zaxxer.hikari.pool.PoolBase.isConnectionAlive(PoolBase.java:160)
November 7th 2018, 22:59:33.404 at cats.effect.IO$.$anonfun$async$1$adapted(IO.scala:707)
November 7th 2018, 22:59:33.404 at cats.effect.IO.unsafeRunAsync(IO.scala:260)
November 7th 2018, 22:59:33.404 at aecor.runtime.akkageneric.GenericAkkaRuntimeActor$$anonfun$aecor$runtime$akkageneric$GenericAkkaRuntimeActor$$withBehavior$1.applyOrElse(GenericAkkaRuntimeActor.scala:68)
November 7th 2018, 22:59:33.404 at akka.actor.Actor.aroundReceive(Actor.scala:517)
November 7th 2018, 22:59:33.404
November 7th 2018, 22:59:33.404 at org.postgresql.jdbc.PgPreparedStatement.executeWithFlags(PgPreparedStatement.java:155)
November 7th 2018, 22:59:33.404 at monix.eval.Task.runAsync(Task.scala:515)
November 7th 2018, 22:59:33.404Caused by: java.net.SocketException: Connection reset
November 7th 2018, 22:59:33.404 at org.postgresql.core.VisibleBufferedInputStream.read(VisibleBufferedInputStream.java:67)
November 7th 2018, 22:59:33.404 at cats.effect.IO$.$anonfun$async$1(IO.scala:709)
November 7th 2018, 22:59:33.404 at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:306)
November 7th 2018, 22:59:33.400 at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:12)
November 7th 2018, 22:59:33.400 at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:257)
November 7th 2018, 22:59:33.400 at akka.dispatch.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979)
November 7th 2018, 22:59:33.400 at org.postgresql.core.PGStream.receiveChar(PGStream.java:293)
November 7th 2018, 22:59:33.400 at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1947)
November 7th 2018, 22:59:33.400 at doobie.util.transactor$Transactor$fromDataSource$FromDataSourceUnapplied.$anonfun$apply$5(transactor.scala:252)
November 7th 2018, 22:59:33.400 at monix.eval.internal.TaskEffect$.$anonfun$runAsync$1(TaskEffect.scala:73)
November 7th 2018, 22:59:33.400 at aecor.runtime.akkageneric.GenericAkkaRuntimeActor$$anonfun$aecor$runtime$akkageneric$GenericAkkaRuntimeActor$$withBehavior$1.applyOrElse(GenericAkkaRuntimeActor.scala:68)
November 7th 2018, 22:59:33.400 at akka.actor.Actor.aroundReceive(Actor.scala:517)
November 7th 2018, 22:59:33.400 at akka.dispatch.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)
November 7th 2018, 22:59:33.400 at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:441)
November 7th 2018, 22:59:33.400 at org.postgresql.jdbc.PgPreparedStatement.executeUpdate(PgPreparedStatement.java:132)
November 7th 2018, 22:59:33.400 at cats.effect.IO$.$anonfun$async$1(IO.scala:709)
November 7th 2018, 22:59:33.400 at akka.actor.ActorCell.invoke(ActorCell.scala:496)
November 7th 2018, 22:59:33.400 ... 40 more
November 7th 2018, 22:59:33.400 at aecor.util.effect$AecorIOOps$.$anonfun$fromEffect$1(effect.scala:11)
November 7th 2018, 22:59:33.400 at cats.effect.IO$.$anonfun$async$1$adapted(IO.scala:707)
November 7th 2018, 22:59:33.400 at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:306)
November 7th 2018, 22:59:33.400
November 7th 2018, 22:59:33.400WARNING: Validating connection.
November 7th 2018, 22:59:33.400 at aecor.util.effect$AecorIOOps$.$anonfun$fromEffect$1$adapted(effect.scala:10)
November 7th 2018, 22:59:33.400 at org.postgresql.core.VisibleBufferedInputStream.readMore(VisibleBufferedInputStream.java:140)
November 7th 2018, 22:59:33.400 at akka.dispatch.Mailbox.exec(Mailbox.scala:234)
November 7th 2018, 22:59:33.400 at cats.effect.internals.IORunLoop$.start(IORunLoop.scala:35)
November 7th 2018, 22:59:33.400 at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:365)
November 7th 2018, 22:59:33.400 at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:147)
November 7th 2018, 22:59:33.400 at cats.effect.internals.IORunLoop$.cats$effect$internals$IORunLoop$$loop(IORunLoop.scala:118)
November 7th 2018, 22:59:33.400 at java.net.SocketInputStream.read(SocketInputStream.java:141)
November 7th 2018, 22:59:33.400 at org.postgresql.jdbc.PgPreparedStatement.executeWithFlags(PgPreparedStatement.java:155)
November 7th 2018, 22:59:33.400 at org.postgresql.jdbc.PgConnection.isValid(PgConnection.java:1364)
November 7th 2018, 22:59:33.400 at cats.effect.IO.unsafeToFuture(IO.scala:331)
November 7th 2018, 22:59:33.400 at akka.actor.ActorCell.receiveMessage(ActorCell.scala:527)
November 7th 2018, 22:59:33.400org.postgresql.util.PSQLException: An I/O error occurred while sending to the backend.
November 7th 2018, 22:59:33.400 at akka.actor.Actor.aroundReceive$(Actor.scala:515)
November 7th 2018, 22:59:33.400 at akka.dispatch.Mailbox.run(Mailbox.scala:224)
November 7th 2018, 22:59:33.400 at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:333)
November 7th 2018, 22:59:33.400 at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:171)
November 7th 2018, 22:59:33.400 at cats.effect.IO.unsafeRunAsync(IO.scala:260)
November 7th 2018, 22:59:33.400 at aecor.runtime.akkageneric.GenericAkkaRuntimeActor.aroundReceive(GenericAkkaRuntimeActor.scala:36)
November 7th 2018, 22:59:33.400 at org.postgresql.core.VisibleBufferedInputStream.ensureBytes(VisibleBufferedInputStream.java:109)
November 7th 2018, 22:59:33.400Nov 07, 2018 7:59:33 PM org.postgresql.jdbc.PgConnection isValid
November 7th 2018, 22:59:33.400 at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:123)
November 7th 2018, 22:59:33.400 at monix.eval.internal.TaskRunLoop$.startLight(TaskRunLoop.scala:210)
November 7th 2018, 22:59:33.400 at monix.eval.internal.TaskEffect$.execute(TaskEffect.scala:85)
November 7th 2018, 22:59:33.400 at java.net.SocketInputStream.read(SocketInputStream.java:210)
November 7th 2018, 22:59:33.400 at org.postgresql.core.VisibleBufferedInputStream.read(VisibleBufferedInputStream.java:67)
November 7th 2018, 22:59:33.400 at cats.effect.IO.unsafeRunAsync(IO.scala:260)
November 7th 2018, 22:59:33.400 at com.zaxxer.hikari.pool.PoolBase.isConnectionAlive(PoolBase.java:160)
November 7th 2018, 22:59:33.400 at cats.effect.internals.IORunLoop$.cats$effect$internals$IORunLoop$$loop(IORunLoop.scala:85)
November 7th 2018, 22:59:33.400 at aecor.runtime.akkageneric.GenericAkkaRuntimeActor.performInvocation(GenericAkkaRuntimeActor.scala:92)
November 7th 2018, 22:59:33.400 at monix.eval.Task.runAsync(Task.scala:515)
November 7th 2018, 22:59:33.400 at cats.effect.internals.IORunLoop$.start(IORunLoop.scala:35)
November 7th 2018, 22:59:33.400 at akka.dispatch.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260)
November 7th 2018, 22:59:33.400Caused by: java.net.SocketException: Connection reset
November 7th 2018, 22:59:33.400 at akka.dispatch.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339)
November 7th 2018, 22:59:33.395 at akka.dispatch.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339)
November 7th 2018, 22:59:33.395 at org.postgresql.core.PGStream.receiveChar(PGStream.java:293)
November 7th 2018, 22:59:33.395
November 7th 2018, 22:59:33.395 at akka.dispatch.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979)
November 7th 2018, 22:59:33.395 at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1947)
November 7th 2018, 22:59:33.395 at akka.actor.ActorCell.receiveMessage(ActorCell.scala:527)
November 7th 2018, 22:59:33.395 at org.postgresql.core.VisibleBufferedInputStream.read(VisibleBufferedInputStream.java:67)
November 7th 2018, 22:59:33.395 at akka.actor.ActorCell.invoke(ActorCell.scala:496)
November 7th 2018, 22:59:33.395 at akka.dispatch.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260)
November 7th 2018, 22:59:33.395 at java.net.SocketInputStream.read(SocketInputStream.java:210)
November 7th 2018, 22:59:33.395 at java.net.SocketInputStream.read(SocketInputStream.java:141)
November 7th 2018, 22:59:33.395 at org.postgresql.core.VisibleBufferedInputStream.ensureBytes(VisibleBufferedInputStream.java:109)
November 7th 2018, 22:59:33.395 at akka.dispatch.Mailbox.exec(Mailbox.scala:234)
November 7th 2018, 22:59:33.395 at akka.dispatch.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)
November 7th 2018, 22:59:33.395 ... 40 more
November 7th 2018, 22:59:33.395 at aecor.runtime.akkageneric.GenericAkkaRuntimeActor.aroundReceive(GenericAkkaRuntimeActor.scala:36)
November 7th 2018, 22:59:33.395 at akka.actor.Actor.aroundReceive(Actor.scala:517)
November 7th 2018, 22:59:33.395 at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:306)
November 7th 2018, 22:59:33.395 at akka.actor.Actor.aroundReceive$(Actor.scala:515)
November 7th 2018, 22:59:33.395 at akka.dispatch.Mailbox.run(Mailbox.scala:224)
November 7th 2018, 22:59:33.395 at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:257)
November 7th 2018, 22:59:33.395Caused by: java.net.SocketException: Connection reset
November 7th 2018, 22:59:33.395 at org.postgresql.core.VisibleBufferedInputStream.readMore(VisibleBufferedInputStream.java:140)
November 7th 2018, 22:59:33.394 at monix.eval.internal.TaskEffect$.$anonfun$runAsync$1(TaskEffect.scala:73)
November 7th 2018, 22:59:33.394 at cats.effect.internals.IORunLoop$.start(IORunLoop.scala:35)
November 7th 2018, 22:59:33.394 at cats.effect.internals.IORunLoop$.cats$effect$internals$IORunLoop$$loop(IORunLoop.scala:118)
November 7th 2018, 22:59:33.394 at cats.effect.IO.unsafeRunAsync(IO.scala:260)
November 7th 2018, 22:59:33.394 at aecor.util.effect$AecorIOOps$.$anonfun$fromEffect$1(effect.scala:11)
November 7th 2018, 22:59:33.394 at aecor.runtime.akkageneric.GenericAkkaRuntimeActor$$anonfun$aecor$runtime$akkageneric$GenericAkkaRuntimeActor$$withBehavior$1.applyOrElse(GenericAkkaRuntimeActor.scala:68)
November 7th 2018, 22:59:33.394 at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:333)
November 7th 2018, 22:59:33.394 at org.postgresql.jdbc.PgPreparedStatement.executeUpdate(PgPreparedStatement.java:132)
November 7th 2018, 22:59:33.394 at com.zaxxer.hikari.pool.PoolBase.isConnectionAlive(PoolBase.java:160)
November 7th 2018, 22:59:33.394 at cats.effect.IO.unsafeToFuture(IO.scala:331)
November 7th 2018, 22:59:33.394WARNING: Validating connection.
November 7th 2018, 22:59:33.394 at org.postgresql.jdbc.PgConnection.isValid(PgConnection.java:1364)
November 7th 2018, 22:59:33.394 at doobie.util.transactor$Transactor$fromDataSource$FromDataSourceUnapplied.$anonfun$apply$5(transactor.scala:252)
November 7th 2018, 22:59:33.394 at cats.effect.internals.IORunLoop$.cats$effect$internals$IORunLoop$$loop(IORunLoop.scala:85)
November 7th 2018, 22:59:33.394 at cats.effect.IO$.$anonfun$async$1(IO.scala:709)
November 7th 2018, 22:59:33.394 at org.postgresql.jdbc.PgPreparedStatement.executeWithFlags(PgPreparedStatement.java:155)
November 7th 2018, 22:59:33.394 at cats.effect.internals.IORunLoop$.start(IORunLoop.scala:35)
November 7th 2018, 22:59:33.394 at monix.eval.Task.runAsync(Task.scala:515)
November 7th 2018, 22:59:33.394 at monix.eval.internal.TaskEffect$.execute(TaskEffect.scala:85)
November 7th 2018, 22:59:33.394 at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:365)
November 7th 2018, 22:59:33.394org.postgresql.util.PSQLException: An I/O error occurred while sending to the backend.
November 7th 2018, 22:59:33.394 at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:171)
November 7th 2018, 22:59:33.394 at aecor.util.effect$AecorIOOps$.$anonfun$fromEffect$1$adapted(effect.scala:10)
November 7th 2018, 22:59:33.394 at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:12)
November 7th 2018, 22:59:33.394Nov 07, 2018 7:59:33 PM org.postgresql.jdbc.PgConnection isValid
November 7th 2018, 22:59:33.394 at cats.effect.IO.unsafeRunAsync(IO.scala:260)
November 7th 2018, 22:59:33.394 at aecor.runtime.akkageneric.GenericAkkaRuntimeActor.performInvocation(GenericAkkaRuntimeActor.scala:92)
November 7th 2018, 22:59:33.394 at monix.eval.internal.TaskRunLoop$.startLight(TaskRunLoop.scala:210)
November 7th 2018, 22:59:33.394 at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:123)
November 7th 2018, 22:59:33.394 at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:441)
November 7th 2018, 22:59:33.394 at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:147)
November 7th 2018, 22:59:33.394 at cats.effect.IO$.$anonfun$async$1$adapted(IO.scala:707)
November 7th 2018, 22:59:33.390WARNING: Validating connection.
November 7th 2018, 22:59:33.390 at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:365)
November 7th 2018, 22:59:33.390 at org.postgresql.jdbc.PgPreparedStatement.executeWithFlags(PgPreparedStatement.java:155)
November 7th 2018, 22:59:33.390 at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:123)
November 7th 2018, 22:59:33.390 at monix.eval.Task.runAsync(Task.scala:515)
November 7th 2018, 22:59:33.390 at org.postgresql.core.VisibleBufferedInputStream.read(VisibleBufferedInputStream.java:67)
November 7th 2018, 22:59:33.390 at org.postgresql.core.PGStream.receiveChar(PGStream.java:293)
November 7th 2018, 22:59:33.390 at cats.effect.IO.unsafeRunAsync(IO.scala:260)
November 7th 2018, 22:59:33.390 at cats.effect.IO$.$anonfun$async$1$adapted(IO.scala:707)
November 7th 2018, 22:59:33.390 at aecor.runtime.akkageneric.GenericAkkaRuntimeActor.aroundReceive(GenericAkkaRuntimeActor.scala:36)
November 7th 2018, 22:59:33.390 at org.postgresql.jdbc.PgPreparedStatement.executeUpdate(PgPreparedStatement.java:132)
November 7th 2018, 22:59:33.390 at org.postgresql.jdbc.PgConnection.isValid(PgConnection.java:1364)
November 7th 2018, 22:59:33.390 at cats.effect.internals.IORunLoop$.cats$effect$internals$IORunLoop$$loop(IORunLoop.scala:85)
November 7th 2018, 22:59:33.390 at cats.effect.internals.IORunLoop$.start(IORunLoop.scala:35)
November 7th 2018, 22:59:33.390 at cats.effect.IO.unsafeRunAsync(IO.scala:260)
November 7th 2018, 22:59:33.390 at com.zaxxer.hikari.pool.PoolBase.isConnectionAlive(PoolBase.java:160)
November 7th 2018, 22:59:33.390 at akka.dispatch.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260)
November 7th 2018, 22:59:33.390
November 7th 2018, 22:59:33.390 at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:333)
November 7th 2018, 22:59:33.390Caused by: java.net.SocketException: Connection reset
November 7th 2018, 22:59:33.390 at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1947)
November 7th 2018, 22:59:33.390 at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:147)
November 7th 2018, 22:59:33.390 at akka.dispatch.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979)
November 7th 2018, 22:59:33.390 at org.postgresql.core.VisibleBufferedInputStream.readMore(VisibleBufferedInputStream.java:140)
November 7th 2018, 22:59:33.390 at monix.eval.internal.TaskEffect$.$anonfun$runAsync$1(TaskEffect.scala:73)
November 7th 2018, 22:59:33.390 at cats.effect.internals.IORunLoop$.cats$effect$internals$IORunLoop$$loop(IORunLoop.scala:118)
November 7th 2018, 22:59:33.390 at akka.dispatch.Mailbox.run(Mailbox.scala:224)
November 7th 2018, 22:59:33.390 at monix.eval.internal.TaskRunLoop$.startLight(TaskRunLoop.scala:210)
November 7th 2018, 22:59:33.390 at aecor.util.effect$AecorIOOps$.$anonfun$fromEffect$1$adapted(effect.scala:10)
November 7th 2018, 22:59:33.390 at doobie.util.transactor$Transactor$fromDataSource$FromDataSourceUnapplied.$anonfun$apply$5(transactor.scala:252)
November 7th 2018, 22:59:33.390 at aecor.util.effect$AecorIOOps$.$anonfun$fromEffect$1(effect.scala:11)
November 7th 2018, 22:59:33.390 at akka.dispatch.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)
November 7th 2018, 22:59:33.390 at cats.effect.IO$.$anonfun$async$1(IO.scala:709)
November 7th 2018, 22:59:33.390 at akka.actor.Actor.aroundReceive(Actor.scala:517)
November 7th 2018, 22:59:33.390 at akka.actor.Actor.aroundReceive$(Actor.scala:515)
November 7th 2018, 22:59:33.390 at java.net.SocketInputStream.read(SocketInputStream.java:210)
November 7th 2018, 22:59:33.390 at aecor.runtime.akkageneric.GenericAkkaRuntimeActor.performInvocation(GenericAkkaRuntimeActor.scala:92)
November 7th 2018, 22:59:33.390 at akka.actor.ActorCell.receiveMessage(ActorCell.scala:527)
November 7th 2018, 22:59:33.390 at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:306)
November 7th 2018, 22:59:33.390 at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:12)
November 7th 2018, 22:59:33.390 at aecor.runtime.akkageneric.GenericAkkaRuntimeActor$$anonfun$aecor$runtime$akkageneric$GenericAkkaRuntimeActor$$withBehavior$1.applyOrElse(GenericAkkaRuntimeActor.scala:68)
November 7th 2018, 22:59:33.390 at akka.actor.ActorCell.invoke(ActorCell.scala:496)
November 7th 2018, 22:59:33.390 at akka.dispatch.Mailbox.exec(Mailbox.scala:234)
November 7th 2018, 22:59:33.390 at java.net.SocketInputStream.read(SocketInputStream.java:141)
November 7th 2018, 22:59:33.390 at akka.dispatch.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339)
November 7th 2018, 22:59:33.390 at org.postgresql.core.VisibleBufferedInputStream.ensureBytes(VisibleBufferedInputStream.java:109)
November 7th 2018, 22:59:33.390Nov 07, 2018 7:59:33 PM org.postgresql.jdbc.PgConnection isValid
November 7th 2018, 22:59:33.390 at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:441)
November 7th 2018, 22:59:33.390org.postgresql.util.PSQLException: An I/O error occurred while sending to the backend.
November 7th 2018, 22:59:33.390 at monix.eval.internal.TaskEffect$.execute(TaskEffect.scala:85)
November 7th 2018, 22:59:33.390 at cats.effect.internals.IORunLoop$.start(IORunLoop.scala:35)
November 7th 2018, 22:59:33.390 at cats.effect.IO.unsafeToFuture(IO.scala:331)
November 7th 2018, 22:59:33.390 ... 40 more
November 7th 2018, 22:59:33.390 at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:171)
November 7th 2018, 22:59:33.390 at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:257)
November 7th 2018, 22:59:33.386 at org.postgresql.jdbc.PgPreparedStatement.executeWithFlags(PgPreparedStatement.java:155)
November 7th 2018, 22:59:33.386 at akka.dispatch.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339)
November 7th 2018, 22:59:33.386 at cats.effect.internals.IORunLoop$.cats$effect$internals$IORunLoop$$loop(IORunLoop.scala:118)
November 7th 2018, 22:59:33.386 at cats.effect.internals.IORunLoop$.start(IORunLoop.scala:35)
November 7th 2018, 22:59:33.386
November 7th 2018, 22:59:33.386WARNING: Validating connection.
November 7th 2018, 22:59:33.386 at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:123)
November 7th 2018, 22:59:33.386 at cats.effect.IO.unsafeRunAsync(IO.scala:260)
November 7th 2018, 22:59:33.386 at cats.effect.IO.unsafeRunAsync(IO.scala:260)
November 7th 2018, 22:59:33.386 at java.net.SocketInputStream.read(SocketInputStream.java:141)
November 7th 2018, 22:59:33.386 at com.zaxxer.hikari.pool.PoolBase.isConnectionAlive(PoolBase.java:160)
November 7th 2018, 22:59:33.386 at monix.eval.internal.TaskEffect$.$anonfun$runAsync$1(TaskEffect.scala:73)
November 7th 2018, 22:59:33.386 at cats.effect.IO.unsafeToFuture(IO.scala:331)
November 7th 2018, 22:59:33.386 at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:171)
November 7th 2018, 22:59:33.386 at aecor.util.effect$AecorIOOps$.$anonfun$fromEffect$1(effect.scala:11)
November 7th 2018, 22:59:33.386 at akka.actor.ActorCell.receiveMessage(ActorCell.scala:527)
November 7th 2018, 22:59:33.386 at akka.dispatch.Mailbox.run(Mailbox.scala:224)
November 7th 2018, 22:59:33.386 at akka.dispatch.Mailbox.exec(Mailbox.scala:234)
November 7th 2018, 22:59:33.386 at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:12)
November 7th 2018, 22:59:33.386 at cats.effect.internals.IORunLoop$.cats$effect$internals$IORunLoop$$loop(IORunLoop.scala:85)
November 7th 2018, 22:59:33.386 at akka.actor.Actor.aroundReceive$(Actor.scala:515)
November 7th 2018, 22:59:33.386 at aecor.runtime.akkageneric.GenericAkkaRuntimeActor.aroundReceive(GenericAkkaRuntimeActor.scala:36)
November 7th 2018, 22:59:33.386 at org.postgresql.core.VisibleBufferedInputStream.read(VisibleBufferedInputStream.java:67)
November 7th 2018, 22:59:33.386 at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:365)
November 7th 2018, 22:59:33.386 at aecor.runtime.akkageneric.GenericAkkaRuntimeActor$$anonfun$aecor$runtime$akkageneric$GenericAkkaRuntimeActor$$withBehavior$1.applyOrElse(GenericAkkaRuntimeActor.scala:68)
November 7th 2018, 22:59:33.386Nov 07, 2018 7:59:33 PM org.postgresql.jdbc.PgConnection isValid
November 7th 2018, 22:59:33.386 at akka.dispatch.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)
November 7th 2018, 22:59:33.386 at org.postgresql.core.VisibleBufferedInputStream.readMore(VisibleBufferedInputStream.java:140)
November 7th 2018, 22:59:33.386 at akka.dispatch.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979)
November 7th 2018, 22:59:33.386 at org.postgresql.core.PGStream.receiveChar(PGStream.java:293)
November 7th 2018, 22:59:33.386 at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:306)
November 7th 2018, 22:59:33.386 at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:333)
November 7th 2018, 22:59:33.386 at monix.eval.Task.runAsync(Task.scala:515)
November 7th 2018, 22:59:33.386 at aecor.util.effect$AecorIOOps$.$anonfun$fromEffect$1$adapted(effect.scala:10)
November 7th 2018, 22:59:33.386Caused by: java.net.SocketException: Connection reset
November 7th 2018, 22:59:33.386 at org.postgresql.jdbc.PgPreparedStatement.executeUpdate(PgPreparedStatement.java:132)
November 7th 2018, 22:59:33.386 at org.postgresql.jdbc.PgConnection.isValid(PgConnection.java:1364)
November 7th 2018, 22:59:33.386 at cats.effect.internals.IORunLoop$.start(IORunLoop.scala:35)
November 7th 2018, 22:59:33.386 at akka.actor.ActorCell.invoke(ActorCell.scala:496)
November 7th 2018, 22:59:33.386 at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:257)
November 7th 2018, 22:59:33.386 at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1947)
November 7th 2018, 22:59:33.386 at monix.eval.internal.TaskRunLoop$.startLight(TaskRunLoop.scala:210)
November 7th 2018, 22:59:33.386 at aecor.runtime.akkageneric.GenericAkkaRuntimeActor.performInvocation(GenericAkkaRuntimeActor.scala:92)
November 7th 2018, 22:59:33.386 ... 40 more
November 7th 2018, 22:59:33.386 at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:441)
November 7th 2018, 22:59:33.386 at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:147)
November 7th 2018, 22:59:33.386 at cats.effect.IO$.$anonfun$async$1$adapted(IO.scala:707)
November 7th 2018, 22:59:33.386 at akka.dispatch.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260)
November 7th 2018, 22:59:33.386 at java.net.SocketInputStream.read(SocketInputStream.java:210)
November 7th 2018, 22:59:33.386 at org.postgresql.core.VisibleBufferedInputStream.ensureBytes(VisibleBufferedInputStream.java:109)
November 7th 2018, 22:59:33.386 at monix.eval.internal.TaskEffect$.execute(TaskEffect.scala:85)
November 7th 2018, 22:59:33.386 at cats.effect.IO$.$anonfun$async$1(IO.scala:709)
November 7th 2018, 22:59:33.386org.postgresql.util.PSQLException: An I/O error occurred while sending to the backend.
November 7th 2018, 22:59:33.386 at doobie.util.transactor$Transactor$fromDataSource$FromDataSourceUnapplied.$anonfun$apply$5(transactor.scala:252)
November 7th 2018, 22:59:33.386 at akka.actor.Actor.aroundReceive(Actor.scala:517)
November 7th 2018, 22:59:33.382 at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:441)
November 7th 2018, 22:59:33.382 at cats.effect.IO$.$anonfun$async$1$adapted(IO.scala:707)
November 7th 2018, 22:59:33.382 at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:306)
November 7th 2018, 22:59:33.382Nov 07, 2018 7:59:33 PM org.postgresql.jdbc.PgConnection isValid
November 7th 2018, 22:59:33.382 at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:147)
November 7th 2018, 22:59:33.382 at cats.effect.internals.IORunLoop$.cats$effect$internals$IORunLoop$$loop(IORunLoop.scala:118)
November 7th 2018, 22:59:33.382 at cats.effect.IO.unsafeToFuture(IO.scala:331)
November 7th 2018, 22:59:33.382Caused by: java.net.SocketException: Connection reset
November 7th 2018, 22:59:33.382 at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:333)
November 7th 2018, 22:59:33.382 at org.postgresql.jdbc.PgPreparedStatement.executeWithFlags(PgPreparedStatement.java:155)
November 7th 2018, 22:59:33.382 at org.postgresql.jdbc.PgConnection.isValid(PgConnection.java:1364)
November 7th 2018, 22:59:33.382 at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:123)
November 7th 2018, 22:59:33.382 at monix.eval.internal.TaskRunLoop$.startLight(TaskRunLoop.scala:210)
November 7th 2018, 22:59:33.382 at monix.eval.internal.TaskEffect$.execute(TaskEffect.scala:85)
November 7th 2018, 22:59:33.382 at aecor.util.effect$AecorIOOps$.$anonfun$fromEffect$1(effect.scala:11)
November 7th 2018, 22:59:33.382 at aecor.util.effect$AecorIOOps$.$anonfun$fromEffect$1$adapted(effect.scala:10)
November 7th 2018, 22:59:33.382 at aecor.runtime.akkageneric.GenericAkkaRuntimeActor.performInvocation(GenericAkkaRuntimeActor.scala:92)
November 7th 2018, 22:59:33.382 at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:257)
November 7th 2018, 22:59:33.382 at akka.dispatch.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339)
November 7th 2018, 22:59:33.382 at akka.dispatch.Mailbox.run(Mailbox.scala:224)
November 7th 2018, 22:59:33.382 at java.net.SocketInputStream.read(SocketInputStream.java:210)
November 7th 2018, 22:59:33.382 at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:365)
November 7th 2018, 22:59:33.382 at doobie.util.transactor$Transactor$fromDataSource$FromDataSourceUnapplied.$anonfun$apply$5(transactor.scala:252)
November 7th 2018, 22:59:33.382 at cats.effect.internals.IORunLoop$.cats$effect$internals$IORunLoop$$loop(IORunLoop.scala:85)
November 7th 2018, 22:59:33.382 at akka.actor.Actor.aroundReceive$(Actor.scala:515)
November 7th 2018, 22:59:33.382 at org.postgresql.core.PGStream.receiveChar(PGStream.java:293)
November 7th 2018, 22:59:33.382 at com.zaxxer.hikari.pool.PoolBase.isConnectionAlive(PoolBase.java:160)
November 7th 2018, 22:59:33.382 at akka.dispatch.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979)
November 7th 2018, 22:59:33.382 at cats.effect.internals.IORunLoop$.start(IORunLoop.scala:35)
November 7th 2018, 22:59:33.382 at aecor.runtime.akkageneric.GenericAkkaRuntimeActor$$anonfun$aecor$runtime$akkageneric$GenericAkkaRuntimeActor$$withBehavior$1.applyOrElse(GenericAkkaRuntimeActor.scala:68)
November 7th 2018, 22:59:33.382 at akka.dispatch.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260)
November 7th 2018, 22:59:33.382 at akka.dispatch.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)
November 7th 2018, 22:59:33.382 at java.net.SocketInputStream.read(SocketInputStream.java:141)
November 7th 2018, 22:59:33.382 at cats.effect.IO$.$anonfun$async$1(IO.scala:709)
November 7th 2018, 22:59:33.382 at aecor.runtime.akkageneric.GenericAkkaRuntimeActor.aroundReceive(GenericAkkaRuntimeActor.scala:36)
November 7th 2018, 22:59:33.382 at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1947)
November 7th 2018, 22:59:33.382 at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:12)
November 7th 2018, 22:59:33.382 at cats.effect.IO.unsafeRunAsync(IO.scala:260)
November 7th 2018, 22:59:33.382 at cats.effect.IO.unsafeRunAsync(IO.scala:260)
November 7th 2018, 22:59:33.382 at monix.eval.Task.runAsync(Task.scala:515)
November 7th 2018, 22:59:33.382 at akka.actor.Actor.aroundReceive(Actor.scala:517)
November 7th 2018, 22:59:33.382 at akka.actor.ActorCell.invoke(ActorCell.scala:496)
November 7th 2018, 22:59:33.382
November 7th 2018, 22:59:33.382 at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:171)
November 7th 2018, 22:59:33.382 at org.postgresql.core.VisibleBufferedInputStream.read(VisibleBufferedInputStream.java:67)
November 7th 2018, 22:59:33.382org.postgresql.util.PSQLException: An I/O error occurred while sending to the backend.
November 7th 2018, 22:59:33.382 at org.postgresql.core.VisibleBufferedInputStream.readMore(VisibleBufferedInputStream.java:140)
November 7th 2018, 22:59:33.382 at monix.eval.internal.TaskEffect$.$anonfun$runAsync$1(TaskEffect.scala:73)
November 7th 2018, 22:59:33.382 at akka.actor.ActorCell.receiveMessage(ActorCell.scala:527)
November 7th 2018, 22:59:33.382 ... 40 more
November 7th 2018, 22:59:33.382 at org.postgresql.jdbc.PgPreparedStatement.executeUpdate(PgPreparedStatement.java:132)
November 7th 2018, 22:59:33.382 at cats.effect.internals.IORunLoop$.start(IORunLoop.scala:35)
November 7th 2018, 22:59:33.382 at org.postgresql.core.VisibleBufferedInputStream.ensureBytes(VisibleBufferedInputStream.java:109)
November 7th 2018, 22:59:33.382WARNING: Validating connection.
November 7th 2018, 22:59:33.382 at akka.dispatch.Mailbox.exec(Mailbox.scala:234)
November 7th 2018, 22:59:33.378 at com.zaxxer.hikari.pool.PoolBase.isConnectionAlive(PoolBase.java:160)
November 7th 2018, 22:59:33.378 at monix.eval.internal.TaskEffect$.execute(TaskEffect.scala:85)
November 7th 2018, 22:59:33.378 at aecor.util.effect$AecorIOOps$.$anonfun$fromEffect$1(effect.scala:11)
November 7th 2018, 22:59:33.378 at cats.effect.IO.unsafeToFuture(IO.scala:331)
November 7th 2018, 22:59:33.378 at akka.actor.ActorCell.receiveMessage(ActorCell.scala:527)
November 7th 2018, 22:59:33.378 at akka.dispatch.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260)
November 7th 2018, 22:59:33.378 at akka.dispatch.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979)
November 7th 2018, 22:59:33.378 at akka.dispatch.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)
November 7th 2018, 22:59:33.378 at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:333)
November 7th 2018, 22:59:33.378 at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:171)
November 7th 2018, 22:59:33.378 at cats.effect.internals.IORunLoop$.start(IORunLoop.scala:35)
November 7th 2018, 22:59:33.378 at akka.actor.Actor.aroundReceive$(Actor.scala:515)
November 7th 2018, 22:59:33.378 at java.net.SocketInputStream.read(SocketInputStream.java:210)
November 7th 2018, 22:59:33.378 at monix.eval.internal.TaskEffect$.$anonfun$runAsync$1(TaskEffect.scala:73)
November 7th 2018, 22:59:33.378 at aecor.runtime.akkageneric.GenericAkkaRuntimeActor.performInvocation(GenericAkkaRuntimeActor.scala:92)
November 7th 2018, 22:59:33.378 at org.postgresql.jdbc.PgPreparedStatement.executeWithFlags(PgPreparedStatement.java:155)
November 7th 2018, 22:59:33.378 at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:147)
November 7th 2018, 22:59:33.378 at monix.eval.internal.TaskRunLoop$.startLight(TaskRunLoop.scala:210)
November 7th 2018, 22:59:33.378 at monix.eval.Task.runAsync(Task.scala:515)
November 7th 2018, 22:59:33.378 at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:257)
November 7th 2018, 22:59:33.378 at org.postgresql.core.PGStream.receiveChar(PGStream.java:293)
November 7th 2018, 22:59:33.378 at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:306)
November 7th 2018, 22:59:33.378 at doobie.util.transactor$Transactor$fromDataSource$FromDataSourceUnapplied.$anonfun$apply$5(transactor.scala:252)
November 7th 2018, 22:59:33.378 at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:12)
November 7th 2018, 22:59:33.378 at org.postgresql.core.VisibleBufferedInputStream.read(VisibleBufferedInputStream.java:67)
November 7th 2018, 22:59:33.378 at cats.effect.internals.IORunLoop$.start(IORunLoop.scala:35)
November 7th 2018, 22:59:33.378 at akka.dispatch.Mailbox.exec(Mailbox.scala:234)
November 7th 2018, 22:59:33.378 at org.postgresql.core.VisibleBufferedInputStream.ensureBytes(VisibleBufferedInputStream.java:109)
November 7th 2018, 22:59:33.378 at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:441)
November 7th 2018, 22:59:33.378 at cats.effect.IO.unsafeRunAsync(IO.scala:260)
November 7th 2018, 22:59:33.378 at java.net.SocketInputStream.read(SocketInputStream.java:141)
November 7th 2018, 22:59:33.378WARNING: Validating connection.
November 7th 2018, 22:59:33.378 at cats.effect.internals.IORunLoop$.cats$effect$internals$IORunLoop$$loop(IORunLoop.scala:118)
November 7th 2018, 22:59:33.378
November 7th 2018, 22:59:33.378org.postgresql.util.PSQLException: An I/O error occurred while sending to the backend.
November 7th 2018, 22:59:33.378 at akka.actor.ActorCell.invoke(ActorCell.scala:496)
November 7th 2018, 22:59:33.378 at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1947)
November 7th 2018, 22:59:33.378Nov 07, 2018 7:59:33 PM org.postgresql.jdbc.PgConnection isValid
November 7th 2018, 22:59:33.378 at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:365)
November 7th 2018, 22:59:33.378 at cats.effect.IO$.$anonfun$async$1$adapted(IO.scala:707)
November 7th 2018, 22:59:33.378 at aecor.runtime.akkageneric.GenericAkkaRuntimeActor.aroundReceive(GenericAkkaRuntimeActor.scala:36)
November 7th 2018, 22:59:33.378 at akka.dispatch.Mailbox.run(Mailbox.scala:224)
November 7th 2018, 22:59:33.378 ... 40 more
November 7th 2018, 22:59:33.378 at org.postgresql.jdbc.PgConnection.isValid(PgConnection.java:1364)
November 7th 2018, 22:59:33.378 at aecor.runtime.akkageneric.GenericAkkaRuntimeActor$$anonfun$aecor$runtime$akkageneric$GenericAkkaRuntimeActor$$withBehavior$1.applyOrElse(GenericAkkaRuntimeActor.scala:68)
November 7th 2018, 22:59:33.378 at akka.actor.Actor.aroundReceive(Actor.scala:517)
November 7th 2018, 22:59:33.378 at cats.effect.internals.IORunLoop$.cats$effect$internals$IORunLoop$$loop(IORunLoop.scala:85)
November 7th 2018, 22:59:33.378 at aecor.util.effect$AecorIOOps$.$anonfun$fromEffect$1$adapted(effect.scala:10)
November 7th 2018, 22:59:33.378Caused by: java.net.SocketException: Connection reset
November 7th 2018, 22:59:33.378 at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:123)
November 7th 2018, 22:59:33.378 at cats.effect.IO$.$anonfun$async$1(IO.scala:709)
November 7th 2018, 22:59:33.378 at akka.dispatch.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339)
November 7th 2018, 22:59:33.378 at org.postgresql.core.VisibleBufferedInputStream.readMore(VisibleBufferedInputStream.java:140)
November 7th 2018, 22:59:33.378 at org.postgresql.jdbc.PgPreparedStatement.executeUpdate(PgPreparedStatement.java:132)
November 7th 2018, 22:59:33.378 at cats.effect.IO.unsafeRunAsync(IO.scala:260)
November 7th 2018, 22:59:33.371 at org.postgresql.jdbc.PgPreparedStatement.executeUpdate(PgPreparedStatement.java:132)
November 7th 2018, 22:59:33.371 at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:123)
November 7th 2018, 22:59:33.371 at cats.effect.internals.IORunLoop$.cats$effect$internals$IORunLoop$$loop(IORunLoop.scala:85)
November 7th 2018, 22:59:33.371 at cats.effect.IO.unsafeRunAsync(IO.scala:260)
November 7th 2018, 22:59:33.371 ... 40 more
November 7th 2018, 22:59:33.371 at doobie.util.transactor$Transactor$fromDataSource$FromDataSourceUnapplied.$anonfun$apply$5(transactor.scala:252)
November 7th 2018, 22:59:33.371 at monix.eval.internal.TaskRunLoop$.startLight(TaskRunLoop.scala:210)
November 7th 2018, 22:59:33.371 at cats.effect.IO.unsafeRunAsync(IO.scala:260)
November 7th 2018, 22:59:33.371 at akka.actor.ActorCell.invoke(ActorCell.scala:496)
November 7th 2018, 22:59:33.371
November 7th 2018, 22:59:33.371 at monix.eval.Task.runAsync(Task.scala:515)
November 7th 2018, 22:59:33.371Caused by: java.net.SocketException: Connection reset
November 7th 2018, 22:59:33.371 at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:147)
November 7th 2018, 22:59:33.371 at java.net.SocketInputStream.read(SocketInputStream.java:210)
November 7th 2018, 22:59:33.371 at cats.effect.IO.unsafeToFuture(IO.scala:331)
November 7th 2018, 22:59:33.371 at akka.actor.Actor.aroundReceive$(Actor.scala:515)
November 7th 2018, 22:59:33.371 at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:441)
November 7th 2018, 22:59:33.371 at org.postgresql.core.VisibleBufferedInputStream.read(VisibleBufferedInputStream.java:67)
November 7th 2018, 22:59:33.371WARNING: Validating connection.
November 7th 2018, 22:59:33.371 at akka.dispatch.Mailbox.run(Mailbox.scala:224)
November 7th 2018, 22:59:33.371 at akka.dispatch.Mailbox.exec(Mailbox.scala:234)
November 7th 2018, 22:59:33.371 at akka.dispatch.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339)
November 7th 2018, 22:59:33.371 at java.net.SocketInputStream.read(SocketInputStream.java:141)
November 7th 2018, 22:59:33.371 at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:171)
November 7th 2018, 22:59:33.371 at org.postgresql.core.PGStream.receiveChar(PGStream.java:293)
November 7th 2018, 22:59:33.371 at cats.effect.IO$.$anonfun$async$1(IO.scala:709)
November 7th 2018, 22:59:33.371 at cats.effect.internals.IORunLoop$.start(IORunLoop.scala:35)
November 7th 2018, 22:59:33.371 at akka.dispatch.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)
November 7th 2018, 22:59:33.371Nov 07, 2018 7:59:33 PM org.postgresql.jdbc.PgConnection isValid
November 7th 2018, 22:59:33.371 at cats.effect.IO$.$anonfun$async$1$adapted(IO.scala:707)
November 7th 2018, 22:59:33.371 at akka.dispatch.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260)
November 7th 2018, 22:59:33.371 at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:306)
November 7th 2018, 22:59:33.371 at monix.eval.internal.TaskEffect$.execute(TaskEffect.scala:85)
November 7th 2018, 22:59:33.371 at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:12)
November 7th 2018, 22:59:33.371 at aecor.runtime.akkageneric.GenericAkkaRuntimeActor$$anonfun$aecor$runtime$akkageneric$GenericAkkaRuntimeActor$$withBehavior$1.applyOrElse(GenericAkkaRuntimeActor.scala:68)
November 7th 2018, 22:59:33.371 at cats.effect.internals.IORunLoop$.cats$effect$internals$IORunLoop$$loop(IORunLoop.scala:118)
November 7th 2018, 22:59:33.371 at aecor.runtime.akkageneric.GenericAkkaRuntimeActor.aroundReceive(GenericAkkaRuntimeActor.scala:36)
November 7th 2018, 22:59:33.371 at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1947)
November 7th 2018, 22:59:33.371 at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:365)
November 7th 2018, 22:59:33.371 at aecor.runtime.akkageneric.GenericAkkaRuntimeActor.performInvocation(GenericAkkaRuntimeActor.scala:92)
November 7th 2018, 22:59:33.371 at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:257)
November 7th 2018, 22:59:33.371org.postgresql.util.PSQLException: An I/O error occurred while sending to the backend.
November 7th 2018, 22:59:33.371 at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:333)
November 7th 2018, 22:59:33.371 at org.postgresql.jdbc.PgPreparedStatement.executeWithFlags(PgPreparedStatement.java:155)
November 7th 2018, 22:59:33.371 at com.zaxxer.hikari.pool.PoolBase.isConnectionAlive(PoolBase.java:160)
November 7th 2018, 22:59:33.371 at monix.eval.internal.TaskEffect$.$anonfun$runAsync$1(TaskEffect.scala:73)
November 7th 2018, 22:59:33.371 at cats.effect.internals.IORunLoop$.start(IORunLoop.scala:35)
November 7th 2018, 22:59:33.371 at akka.dispatch.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979)
November 7th 2018, 22:59:33.371 at org.postgresql.core.VisibleBufferedInputStream.readMore(VisibleBufferedInputStream.java:140)
November 7th 2018, 22:59:33.371 at org.postgresql.jdbc.PgConnection.isValid(PgConnection.java:1364)
November 7th 2018, 22:59:33.371 at aecor.util.effect$AecorIOOps$.$anonfun$fromEffect$1(effect.scala:11)
November 7th 2018, 22:59:33.371 at aecor.util.effect$AecorIOOps$.$anonfun$fromEffect$1$adapted(effect.scala:10)
November 7th 2018, 22:59:33.371 at akka.actor.Actor.aroundReceive(Actor.scala:517)
November 7th 2018, 22:59:33.371 at akka.actor.ActorCell.receiveMessage(ActorCell.scala:527)
November 7th 2018, 22:59:33.371 at org.postgresql.core.VisibleBufferedInputStream.ensureBytes(VisibleBufferedInputStream.java:109)
Хикари пул рапортовал об успешно реконнекте, когда соединение появилось, но стримы не поднялись. Имел место странный Exception, который, видимо, не был нигде обработан и проскочил мимо logback