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
On config.go L31 - the default aggregate option is set to true, however, because of the way the config.Update method works on config.go L98 with the IsZero check, this cannot be set to false via an external configuration file. This needs to be rethought both here and in epaxos.
Note that the epaxos solution is to simply set aggregate to false as the default, then specify true as needed.
The text was updated successfully, but these errors were encountered:
On config.go L31 - the default aggregate option is set to
true
, however, because of the way theconfig.Update
method works on config.go L98 with theIsZero
check, this cannot be set tofalse
via an external configuration file. This needs to be rethought both here and in epaxos.Note that the epaxos solution is to simply set aggregate to
false
as the default, then specifytrue
as needed.The text was updated successfully, but these errors were encountered: