Skip to content
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

Tarantool 1.9 support #44

Closed
GhOsTMZ opened this issue May 7, 2018 · 2 comments
Closed

Tarantool 1.9 support #44

GhOsTMZ opened this issue May 7, 2018 · 2 comments

Comments

@GhOsTMZ
Copy link

GhOsTMZ commented May 7, 2018

Hi,
I was install a memcached module and have this at startup tarantool:

2018-05-07 14:17:46.884 [10871] main/101/memcached.lua F> ./memcached.lua:49: loop or previous error loading module 'memcached'
2018-05-07 14:17:46.884 [10871] main/101/memcached.lua D> tuple_delete(0x15b2500)
2018-05-07 14:17:46.884 [10871] main/101/memcached.lua D> vy_tuple_delete(0x15b2500)
2018-05-07 14:17:46.884 [10871] main/101/memcached.lua D> cpipe_flush_cb: locking &endpoint->mutex
2018-05-07 14:17:46.884 [10871] main/101/memcached.lua D> cpipe_flush_cb: unlocking &endpoint->mutex
2018-05-07 14:17:46.884 [10871] wal/101/main D> cbus_endpoint_fetch: locking &endpoint->mutex
2018-05-07 14:17:46.884 [10871] wal/101/main D> cbus_endpoint_fetch: unlocking &endpoint->mutex
2018-05-07 14:17:46.884 [10871] wal/101/main D> cpipe_destroy: locking &endpoint->mutex
2018-05-07 14:17:46.884 [10871] wal/101/main D> cpipe_destroy: unlocking &endpoint->mutex
2018-05-07 14:17:46.884 [10871] main/101/memcached.lua D> cbus_destroy: locking &bus->mutex
2018-05-07 14:17:46.884 [10871] main/101/memcached.lua D> cbus_destroy: unlocking &bus->mutex

This module have a support Tarantool 1.9?

Thanks!

@GhOsTMZ
Copy link
Author

GhOsTMZ commented Oct 8, 2018

I was rebuild memcached module with Tarantool 1.9 headers and have this at startup (used builded for 1.7 before):

2018-10-08 12:32:06.839 [10465] main/101/memcached expiration.c:114 E> Can't start the expire fiber                                                                                                                
2018-10-08 12:32:06.839 [10465] main/101/memcached expiration.c:115 E> fio: No such file or directory                                                                                                              
2018-10-08 12:32:06.839 [10465] main/101/memcached expiration.c:114 E> Can't start the expire fiber                                                                                                                
2018-10-08 12:32:06.839 [10465] main/101/memcached expiration.c:115 E> fio: No such file or directory

Update
This behavior possible if tarantool started by tarantoolctl (or systemd). Expiration fiber executes successfully if tarantool execute that:

tarantool /etc/tarantool/instances.available/memcached.lua

@GhOsTMZ
Copy link
Author

GhOsTMZ commented Oct 12, 2018

Fixed in #46

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant