relocatable
- type:
boolean- example:
config relocatable : false;- description:
- The operator instance can be relocated on a different host. For
example, after a failure or for better load balancing that is based on relocation recommendations
from the scheduler. The
relocatableconfig implies therestartableconfig. Furthermore, if an operatorAis relocatable and operatorBis not, thenAandBare partition-exlocated (cannot be in the same partition). Remember from the language specification that a local config overrides a global config; similarly, a local inferred config overrides a global config even if that global config is explicit. - default:
true- where:
- Any operator invocation or composite
operator. Tip: You can set
config relocatableon a main composite to make all enclosed PEs relocatable.