Open johscheuer opened 3 years ago
I think this is a good feature, but unless we de-dupe them it's a breaking change. We may also need to determine how to support having a specific process type whose custom parameters do not include all of the parameters from the general type.
I would say that the latter is not supported in the first version, one could also argue that such knobs shouldn't be defined in the general
section.
I think this is a good feature, but unless we de-dupe them it's a breaking change.
@brownleej duplicates are currently going to trigger an error, I just created this related issue
I tried to use this modified sample cluster spec (I removed the default fields):
I would expect that the
customParameters
are merged and all storage processes will have all 3 custom parameters but only the most specific list ofcustomParameters
will be used e.g. in my case onlyknob_disable_posix_kernel_aio=1
will be set. This is the resultingfdbmonitor.conf
:I think it will be useful to merge the
customParameters
and actually that would be something that I expect.