mirror of https://github.com/apache/nifi.git
NIFI-10059 Remove incorrect removal of controller service from cache (#6082)
This commit is contained in:
parent
35d8bb5ca9
commit
98ec2563e9
|
@ -539,7 +539,6 @@ public class StandardControllerServiceProvider implements ControllerServiceProvi
|
|||
@Override
|
||||
public void removeControllerService(final ControllerServiceNode serviceNode) {
|
||||
requireNonNull(serviceNode);
|
||||
serviceCache.remove(serviceNode.getIdentifier());
|
||||
|
||||
final ProcessGroup group = serviceNode.getProcessGroup();
|
||||
if (group == null) {
|
||||
|
|
Loading…
Reference in New Issue