You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What if host names will be: host1, host2, ... host21, host22. Current mechanism of replications naming will produce a lot of collisions. Some sort of delimiter is required:
const delimiter = "æ" // some rare utf-8 symbol
...
fmt.Sprintf("%s%s%d", host, delimiter, i)
The text was updated successfully, but these errors were encountered:
LopatkinEvgeniy
changed the title
Add a delimiter between host name and it's replication ID
Use a delimiter between host name and it's replication index
Jan 20, 2020
What if host names will be: host1, host2, ... host21, host22. Current mechanism of replications naming will produce a lot of collisions. Some sort of delimiter is required:
For example unicode 'SYMBOL FOR UNIT SEPARATOR' may be used: https://www.fileformat.info/info/unicode/char/241f/index.htm
The text was updated successfully, but these errors were encountered: