cyb70289 commented on pull request #12442: URL: https://github.com/apache/arrow/pull/12442#issuecomment-1081379629
`UcxDoPutTest.TestEmptyBatch` asserts, all other ucx tests passed (after workaround ipv6 issue in /etc/hosts). Backtrace is from https://github.com/lidavidm/arrow/blob/flight-ucx/cpp/src/arrow/flight/transport/ucx/ucx_internal.cc#L766, `send_data` is nullptr. ``` [ RUN ] UcxDoPutTest.TestEmptyBatch ../src/arrow/flight/transport/ucx/ucx_server.cc:299: Listening on ucx://localhost:55634 ../src/arrow/flight/transport/ucx/ucx_client.cc:115: Connecting to 127.0.0.1:55634 [1648526118.690724] [wls-arm-amp02:336390:0] sock.c:660 UCX ERROR unknown address family: 0 ../src/arrow/flight/transport/ucx/ucx_server.cc:464: [server][peer=127.0.0.1:35106] Received connection request [wls-arm-amp02:336390:0:336390] dt.inl:47 Assertion `((void *)0) != iov' failed /home/cyb/ucx/src/ucp/dt/dt.inl: [ ucp_dt_length() ] ... 44 return ucp_contig_dt_length(datatype, count); 45 46 case UCP_DATATYPE_IOV: ==> 47 ucs_assert(NULL != iov); 48 return ucp_dt_iov_length(iov, count); 49 50 case UCP_DATATYPE_GENERIC: ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
