mirror of https://github.com/apache/nifi.git
NIFI-409: Fixed NPE
This commit is contained in:
parent
3533a4a58e
commit
053d29dc19
|
@ -314,7 +314,6 @@ public class EndpointConnectionPool {
|
|||
if ( protocol.isDestinationFull() ) {
|
||||
logger.warn("{} {} indicates that port's destination is full; penalizing peer", this, peer);
|
||||
penalize(peer, penalizationMillis);
|
||||
connectionQueue.offer(connection);
|
||||
continue;
|
||||
} else if ( protocol.isPortInvalid() ) {
|
||||
penalize(peer, penalizationMillis);
|
||||
|
|
Loading…
Reference in New Issue