Nihal Jain created HBASE-28888:
----------------------------------
Summary: Backport "HBASE-18382 [Thrift] Add transport type info to
info server" to branch-2
Key: HBASE-28888
URL: https://issues.apache.org/jira/browse/HBASE-28888
Project: HBase
Issue Type: Improvement
Components: Thrift
Reporter: Lars George
Assignee: Beata Sudi
Fix For: 3.0.0-alpha-1
It would be really helpful to know if the Thrift server was started using the
HTTP or binary transport. Any additional info, like QOP settings for SASL etc.
would be great too. Right now the UI is very limited and shows {{true/false}}
for, for example, {{Compact Transport}}. It'd suggest to change this to show
something more useful like this:
{noformat}
Thrift Impl Type: non-blocking
Protocol: Binary
Transport: Framed
QOP: Authentication & Confidential
{noformat}
or
{noformat}
Protocol: Binary + HTTP
Transport: Standard
QOP: none
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)