You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Lars George (JIRA)" <ji...@apache.org> on 2017/07/14 14:30:00 UTC

[jira] [Created] (HBASE-18382) [Thrift] Add transport type info to info server

Lars George created HBASE-18382:
-----------------------------------

             Summary: [Thrift] Add transport type info to info server 
                 Key: HBASE-18382
                 URL: https://issues.apache.org/jira/browse/HBASE-18382
             Project: HBase
          Issue Type: Improvement
          Components: Thrift
            Reporter: Lars George
            Priority: Minor


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
(v6.4.14#64029)