Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/20493 )
Change subject: [rpc] detect HTTP client on RPC port ...................................................................... [rpc] detect HTTP client on RPC port Widen the list of HTTP requests [1] to report in the log when an HTTP client tries to connect to the RPC port. Also, output the first four bytes from the connection negotiation data if they don't match the expected "hrpc" magic. I also did a few other minor updates. This is a follow-up to 45a970a490b72b12af7fa0596bac9b0d80604b5b. [1] https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods Change-Id: I8dd040eb78dbe38ab258449302fb48ce5432379f Reviewed-on: http://gerrit.cloudera.org:8080/20493 Tested-by: Kudu Jenkins Reviewed-by: Yingchun Lai <[email protected]> --- M src/kudu/rpc/serialization.cc 1 file changed, 26 insertions(+), 10 deletions(-) Approvals: Kudu Jenkins: Verified Yingchun Lai: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/20493 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I8dd040eb78dbe38ab258449302fb48ce5432379f Gerrit-Change-Number: 20493 Gerrit-PatchSet: 3 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Abhishek Chennaka <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Yingchun Lai <[email protected]>
