src/ucs/stats/client_server.c is broken? #7446
Unanswered
Honggang-LI
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
It seems the code is broken because the client side code can't work with the server side code. The major problem is
ucs_stats_serialize
binary seems just write very few data (only about 40 bytes, but about 600 bytes expected) to the file stream.By the way, It seems just server side functions tested by gtest case
test/gtest/ucs/test_stats.cc
. So, how upstream testsrc/ucs/stats/client_server.c
?Thanks
Beta Was this translation helpful? Give feedback.
All reactions