Robert Escriva
Robert Escriva
Hi Dan, I don't exactly have an answer to this question (and don't know if a github bug report works best), but I would suspect that much of it comes...
What version of Node are you using, and how did you install the bindings? I'd like to attempt to recreate.
Replicant, by its nature, creates a replicated object where all copies should be identical. This is the exact opposite of what partitioning does. Replicant does not do what you are...
Without seeing the full code used to populate the DB, I cannot give you a concrete reason why it's doing this. I can speculate: 1) Something went wrong on populate...
I don't know that I'll be adding a boolean datatype. The C programmer in me says "int" is good enough, and avoiding the additional code complexity of adding a "bool"...
I'll reconsider, but I don't know that there's much that can be gained. Maybe if the implementation was different than simply a copy of "int", there'd be an advantage to...
Do you, by chance, have a previous install of an older version that could be interfering? The tests include shell stubs that are part of our larger testing effort. I...
I'm unsure about what's going on here. Is there anything you can tell me about your environment? What packages you've installed, or anything that changes from stock Wheezy? I'm most...
There's no way to do it from node.js right now. We'll eventually have hyperdex-admin for Node.
It would be a great tool to help automatically determine how to partition the hyperspace and configure subspaces. If the authors were to release the code, we would definitely consider...