-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
area/querylangIssues related to the query language specification and implementation.Issues related to the query language specification and implementation.area/querylang/filterRelated to the filter directive.Related to the filter directive.kind/bugSomething is broken.Something is broken.priority/P1Serious issue that requires eventual attention (can wait a bit)Serious issue that requires eventual attention (can wait a bit)status/acceptedWe accept to investigate/work on it.We accept to investigate/work on it.
Description
What version of Dgraph are you using?
Master cc97957
Steps to reproduce the issue (command/config used to run Dgraph).
Run flock with 3 zero and 3 alpha
Expected behaviour and actual result.
Failures when running queries
2020/05/27 13:22:24 main.go:850: Using 6 dgraph clients on 3 alphas
2020/05/27 13:22:24 main.go:904: Reporting stats every 2 seconds
2020/05/27 13:22:26 main.go:910: STATS success: 47, failures: 0, query_rate: 23/sec
2020/05/27 13:22:27 main.go:328: error in querying dgraph :: rpc error: code = Unknown desc = : cannot find value without language tag from list with key 00000b73637265656e5f6e616d650000000000000004d6: cannot retrieve posting for UID 18446744073709551615 from list with key 00000b73637265656e5f6e616d650000000000000004d6: readTs: 39431 less than minTs: 39639 for key: "\x00\x00\vscreen_name\x00\x00\x00\x00\x00\x00\x00\x04\xd6"
2020/05/27 13:22:27 main.go:892: error in running query :: rpc error: code = Unknown desc = : cannot find value without language tag from list with key 00000b73637265656e5f6e616d650000000000000004d6: cannot retrieve posting for UID 18446744073709551615 from list with key 00000b73637265656e5f6e616d650000000000000004d6: readTs: 39431 less than minTs: 39639 for key: "\x00\x00\vscreen_name\x00\x00\x00\x00\x00\x00\x00\x04\xd6"
2020/05/27 13:22:27 main.go:328: error in querying dgraph :: rpc error: code = Unknown desc = : cannot find value without language tag from list with key 000007757365725f69640000000000000004d6: cannot retrieve posting for UID 18446744073709551615 from list with key 000007757365725f69640000000000000004d6: readTs: 39431 less than minTs: 39639 for key: "\x00\x00\auser_id\x00\x00\x00\x00\x00\x00\x00\x04\xd6"
2020/05/27 13:22:27 main.go:892: error in running query :: rpc error: code = Unknown desc = : cannot find value without language tag from list with key 000007757365725f69640000000000000004d6: cannot retrieve posting for UID 18446744073709551615 from list with key 000007757365725f69640000000000000004d6: readTs: 39431 less than minTs: 39639 for key: "\x00\x00\auser_id\x00\x00\x00\x00\x00\x00\x00\x04\xd6"
2020/05/27 13:22:28 main.go:910: STATS success: 79, failures: 2, query_rate: 16/sec
2020/05/27 13:22:29 main.go:328: error in querying dgraph :: rpc error: code = Unknown desc = : cannot find value without language tag from list with key 000009757365725f6e616d65000000000000006bbf: cannot retrieve posting for UID 18446744073709551615 from list with key 000009757365725f6e616d65000000000000006bbf: readTs: 39645 less than minTs: 39753 for key: "\x00\x00\tuser_name\x00\x00\x00\x00\x00\x00\x00k\xbf"
dihmeetree
Metadata
Metadata
Assignees
Labels
area/querylangIssues related to the query language specification and implementation.Issues related to the query language specification and implementation.area/querylang/filterRelated to the filter directive.Related to the filter directive.kind/bugSomething is broken.Something is broken.priority/P1Serious issue that requires eventual attention (can wait a bit)Serious issue that requires eventual attention (can wait a bit)status/acceptedWe accept to investigate/work on it.We accept to investigate/work on it.