This message was deleted.
# troubleshooting
s
This message was deleted.
v
try
Copy code
{
  "type": "equalDistribution",
  "affinityConfig": {
    "affinity": {
      "datasource1": [
        "mm-1:8093",
        "mm-2:8093",
        "mm-3:8093"
      ],
      "datasource2": [
        "mm-4:8093",
        "mm-5:8093",
        "mm-6:8093"
      ]
    },
    "strong": true
  }
}
s
Is this the recent fix from druid ? The older config was working all these while
g
where are you posting and viewing these configs? which API or UI? (if UI could you post a screenshot?)
v
Under Overlord dynamic config. Refer these screenshots.
g
I think the UI split up the thing into two pieces
on the server it's a JSON object with
selectStrategy
and
autoScaler
UI might be showing it in two boxes
note the top box says "select strategy"
v
Yes UI shows two boxes`selectStrategy` and
autoScaler
But json(older config) I posted used to work by pasting it under
selectStrategy
in UI.
g
the server didn't change so it was possibly a UI change. @Vadim did this change recently?
v
Not that I know off... the screenshots show a very old version of Druid (notice the greenish console tint) but I do not recall any changes to the UI there. ASAIK it always used to split the
selectStrategy
and
autoScaler
I would not expect that posting the entire config under
selectStrategy
would ever work