featurebase/internal
Travis 2724ecfd5f
WIP: include translate partitions in cluster resize instructions
This commit adds `TranslationSources` to the cluster
`ResizeInstruction`. These are the sources of translation
partitions which the receiving node needs in order to support
partition distribution in the new, resized cluster.

This also fixes a bug where index options were not being
encode in the proto Index object. That meant that the schema
transferred via protobuf was not correct. The reason why
things normally worked is because index creation typically
happens on the CreateIndex message, which does include the
options.

TODO:

- [ ] implement the TranslateStore interface for `InMemTranslateStore`
and `mock.TranslateStore`
- [ ] surely need some more tests around the `ReadFrom` and `WriteTo`
2020-03-30 21:24:16 -05:00
..
clustertests Run "go mod vendor" outside of Docker so authenticated modules may use system credentials 2019-12-20 12:21:47 -06:00
test v2.0.0 2019-10-08 14:56:17 -06:00
internal.go Apply Apache License 2.0 2017-04-28 14:22:03 -05:00
LICENSE Add LICENSE to internal/ folder. 2017-05-01 20:32:04 -05:00
private.pb.go WIP: include translate partitions in cluster resize instructions 2020-03-30 21:24:16 -05:00
private.proto WIP: include translate partitions in cluster resize instructions 2020-03-30 21:24:16 -05:00
public.pb.go support fragment sync for int and decimal fields 2020-03-13 12:15:54 -05:00
public.proto support fragment sync for int and decimal fields 2020-03-13 12:15:54 -05:00