-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error while mutating Tokenizer not available for language #2601
Comments
I tried re-running diff --git a/data/21million.schema b/data/21million.schema
index 9dc91a2..7900554 100644
--- a/data/21million.schema
+++ b/data/21million.schema
@@ -4,7 +4,7 @@ genre : uid @reverse @count .
initial_release_date : datetime @index(year) .
rating : uid @reverse .
country : uid @reverse .
-loc : geo @index(geo) .
-name : string @index(hash, fulltext, trigram) @lang .
+loc : geo .
+name : string @index(hash, trigram) @lang .
starring : uid @count .
_share_hash_ : string @index(exact) . It's been running for an hour and I see aborts in the live loader output:
In the Alpha's /debug/requests I see this trace for Server.Mutate:
|
Reuse know language stopwords with similar languages. If/when the support for the languages is added the aliases are ignored. Ref: #2601
we can fix some languages with #2602 but we are still missing some, such as |
* add language aliases for broader support. Reuse know language stopwords with similar languages. If/when the support for the languages is added the aliases are ignored. * added a test for all supported and potential fulltext index language tokenizers Ref: #2601
* add language aliases for broader support. Reuse know language stopwords with similar languages. If/when the support for the languages is added the aliases are ignored. * added a test for all supported and potential fulltext index language tokenizers Ref: dgraph-io#2601
Title: Error while mutating Tokenizer not available for language
If you suspect this could be a bug, follow the template.
What version of Dgraph are you using?
v1.0.8
Have you tried reproducing the issue with latest release?
Yes.
What is the hardware spec (RAM, OS)?
64 GB. Ubuntu 18.04.
Steps to reproduce the issue (command/config used to run Dgraph).
dgraph live
with the 21-million movie data set. (rdf and schema from the benchmarks repo):This happens indefinitely at this point on. Dgraph keeps retrying the failed mutations.
Dgraph live loader finishes loading the data set.
The text was updated successfully, but these errors were encountered: