Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey

Questions tagged [riak]

Riak is a key/value data store written in Erlang. It implements principles from Amazon's Dynamo paper.

1 vote
1 answer
34 views

Riak leaving node indefinitely waiting to handoff the partion to crash node

I have a 5-node Riak cluster running version 2.9.10. All nodes are on the same version. I attempted to remove one node from the cluster to upgrade its disk. However, the node became stuck while ...
user103373's user avatar
-2 votes
1 answer
66 views

Many keys in riak kv get 404 or 503 error first time [closed]

I have two datacentres named site1 and site2, and have 10 nodes at each center. site1: 10.10.1.1 .. 10.10.1.10 site2: 10.10.2.1 .. 10.10.2.10 The network between site1 and site2 is using a fiber, and ...
Grant Ng's user avatar
2 votes
1 answer
36 views

Can i add new nodes and increment n_val in Riak kv?

I intend to make a desktop app for a company that has multiple gyms at different locations,where a client who registered his membership at one gym should be able to access all other gyms with the same ...
H Youcef's user avatar
1 vote
1 answer
49 views

Riak services not starting on Master server

Riak and Stanchion service all of a sudden stopped working in production with following errors in console log. 2023-11-07 03:41:14.547 [info] <0.160.0>@riak_core_app:stop:114 Stopped ...
SujayW's user avatar
  • 11
0 votes
1 answer
102 views

Riak - partitions waiting to handoff

I'm running a cluster with 24 nodes with 1024 partitions riak_kv_version : <<"2.1.7-226">> I have 142 partitions waiting to handoff for more than 10 days. There's no ongoing ...
Patrick Kokou's user avatar
0 votes
1 answer
42 views

Rollback Riak node leaving ring job

I have run riak-admin cluster leave [email protected] on a node I want to leave riak ring. The command runs successfully but the partitions transfer is taking more than 2 days. riak@gcp-07 ====...
Patrick Kokou's user avatar
0 votes
1 answer
168 views

Riak 2 partitions waiting to handoff indefinitely

I'm running a 16 nodes cluster (Riak 2.1.7) I have 2 partitions which are stuck in the "waiting to handoff" state for a long time. The 2 partitions in question types are secondary instead of ...
Patrick Kokou's user avatar
1 vote
1 answer
58 views

Nitrogen - File upload directly to database

In the Nitrogen Web framework, files uploaded always end in the ./scratch/ directory when using #upload{}. From here you are supposed to manage the uploaded files, for example, by copying them to ...
Vianney Sserwanga's user avatar
1 vote
2 answers
213 views

python3 failed to import riak

I used python 3.9.13, and have installed riak client lib. But I failed to import riak Here's the exception message below Traceback (most recent call last): File "<stdin>", line 1, ...
Mingway Shv's user avatar
0 votes
1 answer
82 views

Why is the Erlang riak client crashing?

I have followed the riak installation instructions for Ubuntu and the readme for the riak erlang client. At the point in the client instructions where a ping is sent to test the connection, I get the ...
Lee's user avatar
  • 39
1 vote
1 answer
581 views

How do I Install Riak on Ubuntu using apt

The Riak KV installation using apt on Ubuntu documents links are all broken on the documentation page. Any ideas on how to do an install?
Lee's user avatar
  • 39
1 vote
1 answer
168 views

Riak failed to start within 15 seconds after renaming node

sudo riak start does not work anymore after I change nodename from [email protected] to [email protected]. I followed the steps mentioned here: https://docs.riak.com/riak/kv/latest/using/...
vale's user avatar
  • 11
0 votes
1 answer
121 views

Riak can't find object by key in first time

We have cluster of 5 Riak nodes. We use riak-java-client for work with Riak, usually for create, read, delete data. Unfortunately we have a problem with read old objects from riak. Sometime when we ...
Sprinter's user avatar
  • 737
-1 votes
1 answer
171 views

Migrate Data from one Riak cluster to another

I have a situation where we need to migrate data from one Riak cluster to another and then remove the old cluster. The ring size will be same, even the region will be the same. We need to do this to ...
WordsWorth's user avatar
0 votes
1 answer
72 views

Riak. MultiDelete of RiakClient don't throw Exception

I use MultiDelete for acceleration of remove operation. When need remove batch of objects from Riak: public void deleteBatch(Collection<String> keys) throws ExecutionException, ...
Sprinter's user avatar
  • 737

15 30 50 per page
1
2 3 4 5
52