cruzdb / pg_zlog

Table replication for PostgreSQL nodes with Ceph and ZLog
18 stars 3 forks source link

conn: how to handle invalidated connections #11

Open dotnwat opened 7 years ago

dotnwat commented 7 years ago

we cache connections based on the log name, but presumably someone could issue a query to force the cache and the log table to not be in sync. this would only happen by explicitly re-configuring the metadata without restarting backends, but it would be nice to be able to handle it some how.