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:
@ -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;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user