Skip to content
Snippets Groups Projects
Unverified Commit a5da8b9b authored by Manish R Jain's avatar Manish R Jain
Browse files

Make Dgraph work with Dgraphzero.

Another HUGE change, removes group config, uses group assignment via
dgraphzero. Every dgraph server connects to zero, gets the group id.
Every mutation checks against the membership state, and if not found,
asks zero if it can serve the tablet.

Postings lists don't use group id anymore, nor does schema. Every dgraph
server now only serves one group.

Squashed commit of the following:

commit 699ee4acf761127b3ff2adaaaae8e673433a12c6
Author: Manish R Jain <manish@dgraph.io>
Date:   Thu Sep 14 13:10:08 2017 +1000

    Comments while reviewing

commit 61e83f8325d7a5dcd153ffd117662f4f64c8008f
Author: Manish R Jain <manish@dgraph.io>
Date:   Thu Sep 14 12:21:49 2017 +1000

    Make it compile

commit b10a38022f524dc3b5b7c076ae39202fd0a584da
Author: Manish R Jain <manish@dgraph.io>
Date:   Tue Sep 12 15:12:52 2017 +1000

    Make Connect from Dgraph binary work.

    Keep track of group zero members via conf changes.

    Compiling dgraph code, with many group related changes.

    Remove groups from schema.go

    Remove group config.

    Mutation works. Query partially works

    Make queries work again.
parent 743f0be5
No related branches found
No related tags found
No related merge requests found
Showing
with 86 additions and 423 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment