Zhanwei Wang
Zhanwei Wang
> Can you make a PR against the `main` branch too? Since it is not easy to cherry pick to main branch, I file a new pull request for main...
> Let the corresponding changes on main branch get some soak time and then we could look at merging it on 6.3, 7.0 and 7.1. Hi @bnamasivayam Is it ok...
Got same issue.
Any update of this issue? Is it a bug, feature or incorrect use of fdb? We experienced the same situation when we want to convert a fdb cluster to multiply...
Do you mean hard coded "dc1"? `datacenter_id` is commented out in foundationdb.conf when we deploy the first single region cluster. ``` # datacenter_id = ``` Now we want to reconfigure...
Thanks for your fast response.
> @wangzw Yes. I do. > > "dc1" is a hardcoded default value and you _must not_ change it when converting to a multi-regional configuration. Hi @oleg68 After deploying a...
Hi @oleg68 @xumengpanda I manually replace system key `\xff/tagLocalityList/\x00` by `\xff/tagLocalityList/\x01\x03\x00\x00\x00dc1` with same value. Everything is going well. Is it ok to do such system key modification?
The root cause is that clang-format accept BYTE offset as input, but the plugin pass in char offset.
I got the same issue.