Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Log WARN on Response Deserialization Failure (elastic#62368)
We never see this exception in the logs even though it's pretty severe. All we might see is an exception about a transport message not having been read fully from the logic that follows this code. Technically we should probably bubble up the exception but that's a bigger change and needs some carefully reasoning, this change for the time being at least simplifies tracking down deserialization issues in responses.
- Loading branch information