Add more logging to solve MXS-956

If a DCB is about to be closed but is has already been closed, a message
is logged. This will allow us to figure out exactly where the DCB is
closed.
This commit is contained in:
Markus Makela
2016-11-15 22:50:40 +02:00
parent 9362954e82
commit 8dae8136aa
2 changed files with 29 additions and 1 deletions

View File

@ -237,6 +237,7 @@ typedef struct backend_ref_st
#if defined(SS_DEBUG)
skygw_chk_t bref_chk_tail;
#endif
int closed_at; /** DEBUG: Line number where this backend reference was closed */
} backend_ref_t;
/**