Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid NPE in MultiNodePipelineBase (#3697)
Should get connection first and then create new pipeline queue, otherwise it would cause NPE when timeout for getting connection and call sync() method. If there is timeout for getting connection, the pipeline queue would be create for node, but connections map has no connection for this node. Once executing sync() method, it would throw NPE on connection.getMany() (line 112, connection is null)
- Loading branch information