Ioannis Papapanagiotou
Ioannis Papapanagiotou
@syberkitten Do you think we can move forward with this and merge it once the requested changes are in place? What is your expected time frame?
`v0.6.21` is the stable one that we use in production. Anything that uses `-rcN` is a Release Candidate (not stable). Hence the stable version of `v0.6.21-rc2` will be `v0.6.22` (once...
Correct, the log message `parsed unsupported command 'COMMAND'` indicates that Dynomite does not support this command. Moreover, the problem above seems to be a mismatch of the port numbers. I...
That is correct, there is a typo. `HMKEYS` and `HKEYS`. @smukil can you please update the wiki?
Dynomite reads from the local data center, and writes to all data centers (regions). To manage data accuracy inside a data center, you can configure the [consistency level](https://github.com/Netflix/dynomite/wiki/Consistency). We are...
@jemc That is correct, the "last write wins". There are limitations as you mention, but it depends on the use case, and we do not have such use case right...
@jemc that would require keeping a state on each node, hence making Dynomite from a proxy to a stateful system. What if the node dies and the state is lost?
@jemc We expect to add wall clocks in the beginning and in the design we can consider extensibility to logical clocks. In fact we have added wall clocks by modifying...
If we start updating a cluster with live traffic will this break replication? We need to make sure that we can gracefully upgrade clusters to make it work properly.
Some good information can also be found in #310. I specifically describe the Mongo work which can be used as a driver for this work. Adding a parser first requires...