-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/65426/
-----------------------------------------------------------
(Updated Jan. 31, 2018, 7:20 p.m.)
Review request for mesos, Gilbert Song, Greg Mann, and Jie Yu.
Changes
-------
Addressed Gilbert's comments.
Bugs: MESOS-8514
https://issues.apache.org/jira/browse/MESOS-8514
Repository: mesos
Description
-------
It takes long in gRPC 1.8 to prepare a domain socket, and as a result,
SLRP cannot talk to a CSI plugin immediately after the socket file is
created. This patch fixes this problem by asking gRPC calls to wait for
the socket to be ready.
Diffs (updated)
-----
3rdparty/libprocess/include/process/grpc.hpp
0f63e576f04af4df8894626eebbb1a0e01eadf22
Diff: https://reviews.apache.org/r/65426/diff/2/
Changes: https://reviews.apache.org/r/65426/diff/1-2/
Testing
-------
sudo make check
Thanks,
Chun-Hung Hsiao