Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
None
-
None
-
None
Description
In the application and node code the partition is hardcoded to use the DefaultPartition constant when creating new objects:
- application.NewApplication
- schedulerNode.addExistingAllocation
This means that in the configuration for the core we must have that same partition and that we currently would not be able to create a second shim for the same core as they would interfere with each other.