Daryn Sharp created HADOOP-12054: ------------------------------------ Summary: RPC client should not retry for InvalidToken exceptions Key: HADOOP-12054 URL: https://issues.apache.org/jira/browse/HADOOP-12054 Project: Hadoop Common Issue Type: Bug Components: ipc Affects Versions: 2.4.0 Reporter: Daryn Sharp Priority: Critical
An InvalidToken exception is thrown for expired or cancelled tokens. An InvalidToken not wrapped in a RetriableException must be considered fatal by the retry proxies or clients will spam the service with failed connections. Depending on the context, a service may be degraded when spammed with thousands of connection failures. -- This message was sent by Atlassian JIRA (v6.3.4#6332)