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
Possibly related, if not split off into a separate voldrv or accelio ticket: when running the test repeatedly the process eventually runs out of file descriptors. Taking a closer look with valgrind shows a big number of these:
==8359== Open AF_INET socket 67: 127.0.0.1:55164 <-> unbound
==8359== at 0xB49F5B7: socket (syscall-template.S:81)
==8359== by 0xA523B30: xio_socket_non_blocking (xio_env.h:460)
==8359== by 0xA523B30: xio_tcp_socket_create (xio_tcp_management.c:714)
==8359== by 0xA523E08: xio_tcp_dual_sock_create (xio_tcp_management.c:793)
==8359== by 0xA524036: xio_tcp_transport_create (xio_tcp_management.c:860)
==8359== by 0xA524304: xio_tcp_open (xio_tcp_management.c:1702)
==8359== by 0xA53A2AF: xio_nexus_open (xio_nexus.c:1918)
==8359== by 0xA53760C: xio_connect (xio_session_client.c:936)
==8359== by 0x50CEDBD: libovsvolumedriver::NetworkXioClient::create_connection_control(libovsvolumedriver::NetworkXioClient::session_data*, std::string const&) (NetworkXioClient.cpp:823)
==8359== by 0x50CEE5E: libovsvolumedriver::NetworkXioClient::xio_submit_request(std::string const&, libovsvolumedriver::NetworkXioClient::xio_ctl_s*, ovs_aio_request*) (NetworkXioClient.cpp:841)
==8359== by 0x50CFB19: libovsvolumedriver::NetworkXioClient::xio_list_cluster_node_uri(std::string const&, std::__debug::vector<std::string, std::allocator<std::string> >&, ovs_aio_request*) (NetworkXioClient.cpp:1052)
==8359== by 0x50E2424: libovsvolumedriver::NetworkXioContext::list_cluster_node_uri(std::__debug::vector<std::string, std::allocator<std::string> >&) (NetworkXioContext.cpp:495)
==8359== by 0x50BD21B: libovsvolumedriver::NetworkHAContext::list_cluster_node_uri(std::__debug::vector<std::string, std::allocator<std::string> >&) (NetworkHAContext.cpp:578)
==8359==
Observed with valgrind:
volumedriver_fs_test
,NetworkServerTest.remote_going_away_during_ctrl_request
The text was updated successfully, but these errors were encountered: