When I use dgraph live loader, error appears, can anyone help me? thanks!
I search this forum, but I can’t find any useful solution…
COMMAND:
dgraph live -r example.rdf -s example_schema
ERROR:
Processing example.rdf
Error while mutating Uid: [7766484892885944148] cannot be greater than lease: [20000]
Error while mutating Uid: [7766484892885944148] cannot be greater than lease: [20000]
Error while mutating Uid: [7766484892885944148] cannot be greater than lease: [20000]
Error while mutating Uid: [7766484892885944148] cannot be greater than lease: [20000]
Error while mutating Uid: [7766484892885944148] cannot be greater than lease: [20000]
Error while mutating Uid: [7766484892885944148] cannot be greater than lease: [20000]
Error while mutating Uid: [7766484892885944148] cannot be greater than lease: [20000]
Error while mutating Uid: [7766484892885944148] cannot be greater than lease: [20000]
Error while mutating Uid: [7766484892885944148] cannot be greater than lease: [20000]
Error while mutating Uid: [7766484892885944148] cannot be greater than lease: [20000]
CONTENT in example.rdf ( COPIED FROM docs.dgraph.io) :
<0x6bc818dc89e78754> <0xc3bcc578868b719d> .
<0x6bc818dc89e78754> <0xb294fb8464357b0a> .
<0x6bc818dc89e78754> “awesome class” .
<0xc3bcc578868b719d> “Alice” .
<0xc3bcc578868b719d> “Mars” .
<0xc3bcc578868b719d> <0xb294fb8464357b0a> .
<0xb294fb8464357b0a> “Bob” .
CONTENT in example_schema:
it took me long time to find that the at symbol stop me from posting, so I remove it. I have nothing to say about that…
student: uid reverse count .
name: string index(exact, term) .
planet: string index(exact, term) .
friend: uid reverse count .