James Clampffer created HDFS-12104: -------------------------------------- Summary: libhdfs++: Make sure all steps in SaslProtocol end up calling AuthComplete Key: HDFS-12104 URL: https://issues.apache.org/jira/browse/HDFS-12104 Project: Hadoop HDFS Issue Type: Sub-task Reporter: James Clampffer Assignee: James Clampffer
SaslProtocol provides an abstraction for stepping through the authentication challenge and response stages in the Cyrus SASL library by chaining callbacks together (next one is invoked when async io is done). To authenticate SaslProtocol::Authenticate is called, and when authentication is finished SaslProtocol::AuthComplete is called which invokes an authentication completion callback. There's a couple cases where the intermediate callbacks return without calling AuthComplete which breaks applications that take advantage of that callback. -- This message was sent by Atlassian JIRA (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org