This error is occurring when I rebuild my schema:
I1212 10:03:04.158316 3235 index.go:48] Deleting reverse index for meta_extends
I1212 10:03:04.158716 3235 index.go:54] Rebuilding reverse index for meta_extends
I1212 10:03:04.159134 3235 index.go:61] Deleting count index for meta_extends
I1212 10:03:04.159646 3235 index.go:66] Rebuilding count index for meta_extends
I1212 10:03:04.160228 3235 mutation.go:148] Done schema update predicate:"meta_extends" value_type:UID directive:REVERSE count:true
I1212 10:03:04.166898 3235 index.go:48] Deleting reverse index for meta_libs
I1212 10:03:04.167124 3235 index.go:54] Rebuilding reverse index for meta_libs
2018/12/12 10:03:04 Unexpected list of size zero: "\x00\x00\tmeta_libs\f\x00\x00\x00\x00"
github.com/dgraph-io/dgraph/vendor/github.com/dgraph-io/badger/y.AssertTruef
/ext-go/1/src/github.com/dgraph-io/dgraph/vendor/github.com/dgraph-io/badger/y/error.go:62
github.com/dgraph-io/dgraph/posting.(*rebuild).Run
/ext-go/1/src/github.com/dgraph-io/dgraph/posting/index.go:587
github.com/dgraph-io/dgraph/posting.RebuildReverseEdges
/ext-go/1/src/github.com/dgraph-io/dgraph/posting/index.go:710
github.com/dgraph-io/dgraph/worker.(*node).rebuildOrDelRevEdge
/ext-go/1/src/github.com/dgraph-io/dgraph/worker/index.go:55
github.com/dgraph-io/dgraph/worker.runSchemaMutationHelper
/ext-go/1/src/github.com/dgraph-io/dgraph/worker/mutation.go:169
github.com/dgraph-io/dgraph/worker.runSchemaMutation
/ext-go/1/src/github.com/dgraph-io/dgraph/worker/mutation.go:99
github.com/dgraph-io/dgraph/worker.(*node).applyMutations
/ext-go/1/src/github.com/dgraph-io/dgraph/worker/draft.go:198
github.com/dgraph-io/dgraph/worker.(*node).applyCommitted
/ext-go/1/src/github.com/dgraph-io/dgraph/worker/draft.go:280
github.com/dgraph-io/dgraph/worker.(*node).processApplyCh.func1
/ext-go/1/src/github.com/dgraph-io/dgraph/worker/draft.go:401
github.com/dgraph-io/dgraph/worker.(*node).processApplyCh
/ext-go/1/src/github.com/dgraph-io/dgraph/worker/draft.go:429
runtime.goexit
/usr/local/go/src/runtime/asm_amd64.s:1333
E1212 10:03:05.592430 3234 oracle.go:431] Error while fetching minTs from group 1, err: rpc error: code = Unavailable desc = all SubConns are in TransientFailure, latest connection error: connection error: desc = "transport: Error while dialing dial tcp [::1]:7080: connect: connection refused"
E1212 10:03:05.624986 3234 pool.go:178] Echo error from localhost:7080. Err: rpc error: code = Unavailable desc = all SubConns are in TransientFailure, latest connection error: connection error: desc = "transport: Error while dialing dial tcp [::1]:7080: connect: connection refused"
E1212 10:03:35.593352 3234 oracle.go:425] No healthy connection found to leader of group 1
E1212 10:04:05.592296 3234 oracle.go:425] No healthy connection found to leader of group 1
Please help, kind of a hurry.