MDEV-9749 InnoDB receives 'Bad file descriptor' error, possibly related to feedback plugin
and MDEV-10250 InnoDB: Error: File (unknown): 'close' returned OS error 209. Cannot continue operation" after a failed connect() feedback plugin was continuing with the file descriptor, trying to send the data (which failed) and closing it at the end. Even though this fd might've been reused for something else already.
Showing
Please register or sign in to comment