Setting regions is not working

Hello,

I am running a FoundationDB cluster from scratch with version 7.3.43. I am trying to set up regions, but it seems there is a bug, and it doesn’t work, or at least I can’t understand what I am missing. I followed the steps described in the doc Configuration — FoundationDB OFF documentation, but when I try to set the first region configuration, I keep getting a ERROR: Unknown option.

Here is the full file I am giving to the fileconfigure command (enough to trigger the error):

{
"regions":[{
    "datacenters":[{
        "id":"dca",
        "priority":1
    }]
}]
}

All my processes have the dcid set, I really can’t see anything I’m doing wrong.
Any help is appreciated.

Regards.

Trying with the configure command in fdbcli to two regions, it accepts the new configuration, and says it was applied, but it then tells me that to increase usable_regions would result in an invalid config, and when typing status json there is no field for “regions” at all.

So it’s not behaving as expected even this way.

Tried to reproduce on 7.1.61, but there it seems to work as expected

Hey, i just want to say im observing the exact same behavior as you did.
My plan next was to try when 7.3 was officially declared stable.

1 Like

Isn’t it stable already? 7.3.43 is the recommended version on their GitHub.

I think the official stable is still 7.1 , this is what the documentation defaults to when you access the documentation site. Im not 100% sure though.

I fixed it in

1 Like