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
relocatable
config implies therestartable
config. Furthermore, if an operatorA
is relocatable and operatorB
is not, thenA
andB
are 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 relocatable
on a main composite to make all enclosed PEs relocatable.