DEBUG state machine-0 - Transitioning to state
com.twitter.finagle.postgres.connection.AuthenticationRequired$ and emiting result
DEBUG c.t.f.p.c.PgClientChannelHandler - Detected channel disconnected!
DEBUG c.t.f.n.c.ChannelStatsHandler - ChannelStatsHandler caught an exception
INFO c.t.finagle - FailureAccrualFactory marking connection to "postgres:master" as dead.
PgClientChannelHandler
I can log it (it's a cert validation error), but I'm not sure whether that should be the responsibility of something else in the pipeline?
select nonexistentfunction(1)
, I get an exception back. The aforementioned select 1
however (or any other valid statement) hangs.
0.8.2
RowDecoder
for a trait that picked the correct subclass based on the data, but it's not really any different to writing a reusable Row => T
function to pass to prepareAndQuery