basho / riak

Riak is a decentralized datastore from Basho Technologies.
http://docs.basho.com
Apache License 2.0
3.93k stars 534 forks source link

bucket-type create broken in 3.0 #1002

Closed martincox closed 4 years ago

martincox commented 4 years ago

Does not work when trying to create a new bucket.

At the same time, I also wonder if it's worthwhile considering moving away from the unfortunate need to create a json formatted props string when specifying config at the point of creation. I'm sure that this has been talked about before, there may even be open issues for it somewhere.

RPC to 'riak@127.0.0.1' failed: {'EXIT', {function_clause, [{riak_kv_console,bucket_type_create, [["foo"]], [{file, "/data/jenkins-agent/workspace/riak-3.1/rel/pkg/out/BUILD /riak-3.1-2-gd8acf0a/_build/default/lib/riak_kv/src/riak_kv_console.erl"}, {line,499}]}, {rpc,'-handle_call_call/6-fun-0-',5, [{file,"rpc.erl"},{line,197}]}]}}

martincox commented 4 years ago

Knew I'd seen it before https://github.com/basho/riak/issues/424