Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Riak: "Failed to read test value: {error,{insufficient_vnodes,0,need,1}}" after running "riak-admin test"

Tags:

riak

Getting this error soon after running riak start despite a config file that should be working correctly.

like image 963
fox Avatar asked Jan 26 '26 01:01

fox


1 Answers

Turns out that this is a limit of Riak's error messaging: you will get the above message if you try to do a riak-admin test on your setup before the configuration has finished loading.

like image 88
fox Avatar answered Jan 29 '26 18:01

fox