Skip to content
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 schema max header size error #348

Closed
sindile opened this issue Feb 27, 2019 · 5 comments
Closed

Error schema max header size error #348

sindile opened this issue Feb 27, 2019 · 5 comments

Comments

@sindile
Copy link

sindile commented Feb 27, 2019

I seem to be hitting this error #343

This is the output of pelias elastic create with the South Africa project. I can confirm I am using image: pelias/schema:master
error: [schema] Max header size is below 16384 bytes. Be sure to use the provided wrapper script in './bin' rather than calling this script directly.Otherwise, you may experience issues when using Elasticsearch 5.See https://github.com/pelias/schema#compatibility for more details.

@missinglink
Copy link
Member

Hi @sindile

I believe this issue was fixed in pelias/docker#66 on Jan 23rd.
It's possible that your version of pelias/docker is out-of-date.

Please run pelias system update to update it and try again.

@sindile
Copy link
Author

sindile commented Feb 28, 2019

Hi @missinglink
Even after running pelias system update and also cloning a new repository I am still getting the same error.

@orangejulius
Copy link
Member

orangejulius commented Feb 28, 2019

Hello @sindile!

This might be caused by an out of date Docker image. On my system I see the following:

$ docker image ls pelias/schema:master
REPOSITORY          TAG                 IMAGE ID            CREATED             SIZE
pelias/schema       master              e91ac54a49fb        13 days ago         505MB

Can you confirm you have the same image id? If not, a pelias compose pull should update to the latest one.

@sindile
Copy link
Author

sindile commented Mar 1, 2019

Hello @orangejulius

I have the same image
sindile@sxjlpt:~ $ docker image ls pelias/schema:master
REPOSITORY TAG IMAGE ID CREATED SIZE
pelias/schema master e91ac54a49fb 2 weeks ago 505MB

@orangejulius
Copy link
Member

We've fixed the underlying issue that required these warnings and errors, and it's merged into the schema project as of #372.

With updated docker images this definitely should not be an issue any more.

If anyone is still seeing errors like this please let us know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants