Yatao Li
Yatao Li
Please take a look here: https://www.graphengine.io/docs/manual/Config/config-v2.html, the GEConfig tool is now deprecated. Currently, we support a fixed distributed cluster. Once you populate your config file with the server endpoints and...
@bingzhangdai yep it's better to build a package yourself. Simply run tools\build.bat and you're good to go :)
@bingzhangdai I see that you're trying to setup a distributed cluster. Looks like this instance is started, but it's waiting for the other peers. Did you start up the others?
@bingzhangdai currently the AG implementation is still under construction... It is better to keep a single server within an AG. Our current implementation does something like this: ``` Allocate a...
thanks for reporting, @BenDerPan! this is the problem of javascript truncating integer values, and yes we have to find a way to work around it. the automatically-generated default web interface...
Yes the comm. protocol dll should also be loaded into the client. There are two ways to start a client from PS: - Right before you access `Global.CloudStorage` or anything...
@bingzhangdai nope we should never ignore collisions. You can override the cellid allocation routine to make it collision-aware. this may require distributed consensus and would then be another (big) topic....
@bingzhangdai agreed.. I can feel the pain, as it's also happening on our side. wrt MongoDB _Id, I believe that it has derived from the BSON objectid: > A BSON...
could you elaborate about the "breaking changes"?
Okay got it, thanks! Looks like it's API level changes and won't propagate to how a user uses the command line interface. I can do the work ;) Working on...