-
Bug
-
Resolution: Done
-
Major
-
None
-
None
The definitions of the various global read-xxx handlers all include setRuntimeOnly() which is incorrect as these ops in one way or the other deal with the management model, either by reading the Resource tree or by reading the ManagementResourceRegistration tree.
Having these declare themselves as runtime-only interferes with resolving WFCORE-2858, because the WFCORE-2858 solution is to treat read-only + runtime-only ops targeting profile resources as requiring multiphase rollout across the domain instead of simply reading the DC. Doing a multiphase rollout for these ops is incorrect.
- blocks
-
WFCORE-2858 Roll out READ_ONLY + RUNTIME_ONLY ops to the domain
- Resolved