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
We don't support LogProvider interface anymore, only LogfProvider should be used.
BUG FIXES:
RouterCallImpl: retry on BucketResolve error.
RouterCallImpl: do not retry on vshard error "TRANSFER_IS_IN_PROGRESS".
RouterCallImpl: remove misleading RetryOnCall.
AddInstance bugfix: pass r.cfg.PoolOpts to new instance.
FEATURES:
Support StdoutLoggerf that allows control log level (resolve issue #84).
Support new BucketsSearchMode config to set policy for BucketDiscovery (resolve #71).
Implemented CalculateEtalonBalance based on lua router (part of #32).
Implement go-tarantool Logger interface to use the same logger as router uses (resolve issue #79).
Implemented ClusterBootstrap function based on lua router (#32).
REFACTOR:
Func bucketSearchLegacy: log error from bucketStatWait (except bucketStatError).
New bucketsDiscoveryAsync, bucketsDiscoveryWait, bucketsDiscovery methods for buckets discovery pagination.
Support bucketSearchBatched method for batched buckets discovery (resolve #71).
TESTS:
Tests for BucketsSearchMode (tnt/discovery_test.go).
The tests have been rewritten in such a way that now you can configure the cluster to suit any needs, the configuration of the clusters may differ and the launch is controlled from go.