You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
-----------
Originally Semisync use the SELECT() function to listener all slave sockets,
But SELECT() has several restrictions, so replace it by poll();
Ack_receiver maybe read invalid socket fd and report network packet errors.
We should clear socket when read return error with ER_NET_READ_ERROR, if not,
Ack_receiver will report a lot of network packet errors until dump thread is
killed;
Linking C static library libstrings.a
[ 14%] Built target strings
[ 15%] No install step for 'jemalloc'
[ 15%] Completed 'jemalloc'
[ 15%] Built target jemalloc
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered: