|
Make SingleNode.xml similar to default Columnstore.xml.
Some tags are missed from SingleNode.xml it could brake PrimProc process on a node startup.
Steps to reproduce on a single node cluster:
- add node to cluster
- remove node
- add node again. Here we got a failed primProc process with error: Invalid Parameter passed in getSystemConfig API
The reason is missed <ModuleType2>um</ModuleType2> in <SystemModuleConfig> section.
This should be fixed in engine code in the future, so this tag will be useless.
|