NIFI-10059 Remove incorrect removal of controller service from cache (#6082)

This commit is contained in:
Bryan Bende 2022-05-26 17:13:28 -04:00 committed by GitHub
parent 35d8bb5ca9
commit 98ec2563e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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) {