[
https://issues.apache.org/jira/browse/HBASE-16745?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ted Yu updated HBASE-16745:
---------------------------
Attachment: 16745.v1.txt
> HttpDoAsClient should handle failure in retrieving Subject
> ----------------------------------------------------------
>
> Key: HBASE-16745
> URL: https://issues.apache.org/jira/browse/HBASE-16745
> Project: HBase
> Issue Type: Bug
> Reporter: Ted Yu
> Priority: Minor
> Attachments: 16745.v1.txt
>
>
> {code}
> $ hbase org.apache.hadoop.hbase.thrift.HttpDoAsClient localhost 9095 hbase
> security=true
> Exception in thread "main" java.util.NoSuchElementException
> at java.util.LinkedList$ListItr.next(LinkedList.java:890)
> at javax.security.auth.Subject$SecureSet$1.next(Subject.java:1056)
> at
> org.apache.hadoop.hbase.thrift.HttpDoAsClient.main(HttpDoAsClient.java:85)
> {code}
> When Subject cannot be retrieved (e.g. due to empty ticket cache), we
> shouldn't end up with NoSuchElementException.
> Better error message should be given.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)