Ashwani Raina has posted comments on this change. ( http://gerrit.cloudera.org:8080/22882 )
Change subject: [socket] Fix test failure caused due to unsupported socket option ...................................................................... Patch Set 1: > Patch Set 1: > > (1 comment) The two tests are consistently failing on my local Ubuntu 20.04 machine for debug build (rebase 9e661cb34). It appears that in my case, for some reason, the socket shutdown is failing consistently due to which subsequent operation of setting SO_REUSEPORT option fails on unix domain socket. If socket shutdown completes successfully, setting SO_REUSEPORT option may not fail. I will need to validate this theory though, by running some tests. Considering above explanation holds, we need to address two issues: 1. Ensure proper socket cleanup is done successfully in order to avoid reuseport failure. 2. Ensure unix domain sockets are not unknowingly used for SO_REUSEPORT socket option and expected to work fine. -- To view, visit http://gerrit.cloudera.org:8080/22882 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: Ice00b1c4fd1df78fa84c3dd2a79c968a4a91cc21 Gerrit-Change-Number: 22882 Gerrit-PatchSet: 1 Gerrit-Owner: Ashwani Raina <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Ashwani Raina <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Comment-Date: Tue, 13 May 2025 07:25:40 +0000 Gerrit-HasComments: No
