-
Notifications
You must be signed in to change notification settings - Fork 18
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
arakoon --remote-collapse failing on arakoon version 1.6.10 #428
Comments
Could you
|
root@CCAUMAN3: #428log_level = debug => I run the remote-collapse on the node itself (ip 10.74.8.132) => now turning off debug mode again: |
Hoi Nicolas, In bijlage de debug logfile van tijdens de collapse-remote. Grtjs, On 23 May 2014, at 12:10, Nicolas Trangez notifications@github.com wrote:
|
Github 'Issues' doesn't keep e-mail attachments. Could you post it as a Gist? |
Excuse my noobness: |
Could you provide the output of |
The version we had before the upgrade: The current version: and the tcbmgr inform: |
For reference: should look into toolslive/camltc@a28c703 & check whether |
Since Whilst this might explain what you're experiencing, it's hard to know why these call would fail on your system. According to the |
What do you suggest to debug this further? Run a node under strace? |
It's not necessarily a system call going wrong, so Something like
Note you should adjust the arguments passed to |
Failures in `pthread_rwlock_init` or `pthread_mutex_init` called from `tcbdbsetmutex` could result in the call returning failure (as desired), but not setting an error code on the database object. This results in applications reporting failures with error message 'success'. It's unclear why `pthread_rwlock_init` or `pthread_mutex_init` would fail though. See: Incubaid/arakoon#428
Hi,
We have a 3 node arakoon cluster that was recently upgraded to version 1.6.10.
Remote collapsing is not working on it.
Output of dump-store of the
head.db
:I have all tlogs starting from
992.tlf
:Still, I get an error when trying a collapse-remote call:
This is the relevant info in the arakoon server log during the collapse-remote client call:
When checking the files in my tlog dir, I see that the copy of
head.db
tohead.db.clone
is done, but that thehead.db
is untouched.Thx for looking into this.
Michael Van Wesenbeeck
The text was updated successfully, but these errors were encountered: