apple / foundationdb

FoundationDB - the open source, distributed, transactional key-value store

Home Page:https://apple.github.io/foundationdb/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fdbcli should ignore the `FDB_NETWORK_OPTION_CLIENT_THREADS_PER_VERSION` setting.

johscheuer opened this issue · comments

For reference: FoundationDB/fdb-kubernetes-operator#1920. Since fdbcli is only able to connect to a single cluster this setting has will have no affect anyway. We could modify fdbcli to always disable this feature and make sure the FDB_NETWORK_OPTION_CLIENT_THREADS_PER_VERSION env variable is ignored.