I1112 03:05:02.052988 46550 init.go:88] Dgraph version : v1.0.16 Commit SHA-1 : 0590ee95 Commit timestamp : 2019-07-11 11:52:54 -0700 Branch : HEAD Go version : go1.12.5 For Dgraph official documentation, visit https://docs.dgraph.io. For discussions about Dgraph , visit https://discuss.dgraph.io. To say hi to the community , visit https://dgraph.slack.com. Licensed variously under the Apache Public License 2.0 and Dgraph Community License. Copyright 2015-2018 Dgraph Labs, Inc. I1112 03:05:02.053230 46550 run.go:461] x.Config: {DebugMode:false PortOffset:0 QueryEdgeLimit:1000000 NormalizeNodeLimit:10000} I1112 03:05:02.053264 46550 run.go:462] worker.Config: {ExportPath:export NumPendingProposals:256 Tracing:1 MyAddr:spark-2:7080 ZeroAddr:spark-1:5080 RaftId:0 ExpandEdge:true WhiteListedIPRanges:[] MaxRetries:-1 StrictMutations:false SnapshotAfter:10000 AbortOlderThan:5m0s} I1112 03:05:02.053310 46550 run.go:463] edgraph.Config: {PostingDir:/opt/dgraph/data/alpha/p BadgerTables:mmap BadgerVlog:mmap WALDir:/opt/dgraph/data/alpha/w MutationsMode:0 AuthToken: AllottedMemory:2048} I1112 03:05:02.053351 46550 server.go:115] Setting Badger table load option: mmap I1112 03:05:02.053362 46550 server.go:127] Setting Badger value log load option: mmap I1112 03:05:02.053373 46550 server.go:155] Opening write-ahead log BadgerDB with options: {Dir:/opt/dgraph/data/alpha/w ValueDir:/opt/dgraph/data/alpha/w SyncWrites:false TableLoadingMode:1 ValueLogLoadingMode:2 NumVersionsToKeep:1 ReadOnly:false Truncate:true Logger:0x1f86470 MaxTableSize:67108864 LevelSizeMultiplier:10 MaxLevels:7 ValueThreshold:65500 NumMemtables:5 NumLevelZeroTables:5 NumLevelZeroTablesStall:10 LevelOneSize:268435456 ValueLogFileSize:1073741823 ValueLogMaxEntries:10000 NumCompactors:2 CompactL0OnClose:true LogRotatesToFlush:2 managedTxns:false maxBatchCount:0 maxBatchSize:0} I1112 03:05:02.925178 46550 node.go:88] All 7 tables opened in 866ms I1112 03:05:02.925828 46550 node.go:88] Replaying file id: 2309 at offset: 37240099 I1112 03:05:02.925892 46550 node.go:88] Replay took: 47.403µs I1112 03:05:02.925914 46550 node.go:88] Replaying file id: 2310 at offset: 0 I1112 03:05:02.979472 46550 node.go:88] Replay took: 53.541266ms I1112 03:05:02.979552 46550 node.go:88] Replaying file id: 2311 at offset: 0 I1112 03:05:02.985799 46550 node.go:88] Replay took: 6.236036ms I1112 03:05:02.985974 46550 server.go:115] Setting Badger table load option: mmap I1112 03:05:02.985988 46550 server.go:127] Setting Badger value log load option: mmap I1112 03:05:02.985996 46550 server.go:169] Opening postings BadgerDB with options: {Dir:/opt/dgraph/data/alpha/p ValueDir:/opt/dgraph/data/alpha/p SyncWrites:false TableLoadingMode:2 ValueLogLoadingMode:2 NumVersionsToKeep:2147483647 ReadOnly:false Truncate:true Logger:0x1f86470 MaxTableSize:67108864 LevelSizeMultiplier:10 MaxLevels:7 ValueThreshold:1024 NumMemtables:5 NumLevelZeroTables:5 NumLevelZeroTablesStall:10 LevelOneSize:268435456 ValueLogFileSize:1073741823 ValueLogMaxEntries:1000000 NumCompactors:2 CompactL0OnClose:true LogRotatesToFlush:2 managedTxns:false maxBatchCount:0 maxBatchSize:0} I1112 03:05:06.162483 46550 node.go:88] 27 tables out of 33 opened in 3.172s I1112 03:05:06.612821 46550 node.go:88] All 33 tables opened in 3.623s I1112 03:05:06.613360 46550 node.go:88] Replaying file id: 251 at offset: 89966751 I1112 03:05:06.645757 46550 node.go:88] Replay took: 32.375569ms I1112 03:05:06.645811 46550 node.go:88] Replaying file id: 252 at offset: 0 I1112 03:05:06.757218 46550 node.go:88] Replay took: 111.393585ms 2019/11/12 03:05:06 Error while creating badger KV posting store error: Unable to find log file. Please retry github.com/dgraph-io/dgraph/vendor/github.com/dgraph-io/badger.init.ializers /tmp/go/src/github.com/dgraph-io/dgraph/vendor/github.com/dgraph-io/badger/errors.go:66 runtime.main /usr/local/go/src/runtime/proc.go:188 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1337 failed to read value pointer from vlog file: {Fid:238 Len:1844 Offset:29808603} github.com/dgraph-io/dgraph/vendor/github.com/dgraph-io/badger.(*valueLog).populateDiscardStats /tmp/go/src/github.com/dgraph-io/dgraph/vendor/github.com/dgraph-io/badger/value.go:1441 github.com/dgraph-io/dgraph/vendor/github.com/dgraph-io/badger.(*valueLog).open /tmp/go/src/github.com/dgraph-io/dgraph/vendor/github.com/dgraph-io/badger/value.go:855 github.com/dgraph-io/dgraph/vendor/github.com/dgraph-io/badger.Open /tmp/go/src/github.com/dgraph-io/dgraph/vendor/github.com/dgraph-io/badger/db.go:317 github.com/dgraph-io/dgraph/vendor/github.com/dgraph-io/badger.OpenManaged /tmp/go/src/github.com/dgraph-io/dgraph/vendor/github.com/dgraph-io/badger/managed_db.go:26 github.com/dgraph-io/dgraph/edgraph.(*ServerState).initStorage /tmp/go/src/github.com/dgraph-io/dgraph/edgraph/server.go:170 github.com/dgraph-io/dgraph/edgraph.InitServerState /tmp/go/src/github.com/dgraph-io/dgraph/edgraph/server.go:77 github.com/dgraph-io/dgraph/dgraph/cmd/alpha.run /tmp/go/src/github.com/dgraph-io/dgraph/dgraph/cmd/alpha/run.go:465 github.com/dgraph-io/dgraph/dgraph/cmd/alpha.init.1.func1 /tmp/go/src/github.com/dgraph-io/dgraph/dgraph/cmd/alpha/run.go:81 github.com/dgraph-io/dgraph/vendor/github.com/spf13/cobra.(*Command).execute /tmp/go/src/github.com/dgraph-io/dgraph/vendor/github.com/spf13/cobra/command.go:702 github.com/dgraph-io/dgraph/vendor/github.com/spf13/cobra.(*Command).ExecuteC /tmp/go/src/github.com/dgraph-io/dgraph/vendor/github.com/spf13/cobra/command.go:783 github.com/dgraph-io/dgraph/vendor/github.com/spf13/cobra.(*Command).Execute /tmp/go/src/github.com/dgraph-io/dgraph/vendor/github.com/spf13/cobra/command.go:736 github.com/dgraph-io/dgraph/dgraph/cmd.Execute /tmp/go/src/github.com/dgraph-io/dgraph/dgraph/cmd/root.go:60 main.main /tmp/go/src/github.com/dgraph-io/dgraph/dgraph/main.go:33 runtime.main /usr/local/go/src/runtime/proc.go:200 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1337