Can you also include the stack trace from the CHECK failure?
On Tue, Jun 26, 2018 at 11:25 PM, Suteng wrote:
> F0622 11:22:30.985245 16127 libevent_ssl_socket.cpp:190] Check failed:
> 'self->bev' Must be non NULL
>
> Try LibeventSSLSocketImpl::shutdown(int how)
>
> CHECK_NOTNULL(self->bev)
>
Su Teng,
Thank you very much for this bug report! Much appreciated.
Could you provide more information about the environment in which you
noticed the bug originally - was it a running Mesos cluster? Did you use
the provided snippet to reproduce the issue?
Greg
On Tue, Jun 26, 2018 at 11:25 PM, S
F0622 11:22:30.985245 16127 libevent_ssl_socket.cpp:190] Check failed:
'self->bev' Must be non NULL
Try LibeventSSLSocketImpl::shutdown(int how)
CHECK_NOTNULL(self->bev)
Test case:
A server is non-ssl, B server is enable downgrade, B frequent link reconnect to
A, then will generate this erro