-
Notifications
You must be signed in to change notification settings - Fork 539
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
PUT /search/schema/some_schema doesn't work in 3.0.7 #1083
Comments
By default, Riak 3.x does not include yokozuna support (https://github.com/basho/riak/blob/develop-3.0/RELEASE-NOTES.md#riak-kv-301-release-notes). As stated, you can add it back in yourself if you wish. It was dropped from the formal packages, as there were a number of tests that broke after the solr uplift, and that included tests which appeared to be broken by changes in URL endpoints - basho/yokozuna#767. At the time there was no-on using Riak with yokozuna available to fund or work on an investigation to fix these things. Are you using a special package with Yokozuna re-enabled? |
Hi @martinsumner, many thanks for feedback. I'm try to use package from https://files.tiot.jp/riak/kv/3.0/3.0.7/ as you recommend in topic https://githubmemory.com/repo/basho/riak_kv/issues/1791. The main reason of using of latest version is that the |
I suppose this ticket can be closed. Many thanks for your help @martinsumner! |
Apologies, I've not had time to look again at yokozuna/3.x since we hit the original issues. It might not be hard to fix. The schema API problem seems like something basic with webmachine routes not loading. If I get some spare time, I may perhaps try again to investigate. |
Thanks! |
Hi All,
I'm try create create schema in
riak 3.0.7
use:But get error:
Same error is provided when I will try create new index:
But at the same time all is working as expected in
2.X
version ofriak
.I tried to find information about how the API has changed, but unfortunately I cannot find it.
This is a some bug or API path or behaviors was changed in
3.X
? Many thanks for your time.The text was updated successfully, but these errors were encountered: