Details
Description
This problem was found and fixed internally for us by Daryn Sharp.
Creating a token identifier tries to do auth_to_local short username translation. The authentication process creates a blank token identifier for deserializing the wire format. Attempting to resolve an empty username is useless work.
Discovered the issue during fair call queue backoff testing. The readers are unnecessary slowed down by this bug.