Currently the log line indicating that the reconciler is attempting to delete a dataset is outside the if (!slim) check that prevents the delete call from actually happening. This means the slim reconciler frequently logs a bunch of incorrect delete messages.
Currently the log line indicating that the reconciler is attempting to delete a dataset is outside the
if (!slim)
check that prevents the delete call from actually happening. This means the slim reconciler frequently logs a bunch of incorrect delete messages.