-
Notifications
You must be signed in to change notification settings - Fork 55
Closed
Description
Config file: /etc/tarantool/instances.enabled/queue.lua
#!/usr/bin/env tarantool
box.cfg{
listen = '3301'
}
queue = require('queue')
queue.start()
local tube_name = 'trash'
if queue.tube[tube_name] == null then
queue.create_tube(tube_name, 'fifottl')
end
After tarantoolctl restart queue
I got the following lines in log file:
2015-07-27 11:54:28.907 [17059] main C> got signal 15 - Terminated
Start failed: /usr/share/tarantool/queue/abstract.lua:287: attempt to index field '_queue' (a nil value)
2015-07-27 11:54:29.910 [18572] main/101/tarantoolctl C> version 1.6.5-274-gf84ad58
I can not reproduce this bug.
Tarantool packages:
tarantool-debug-1.5.3-79.x86_64
tarantool-queue-0.0.1-32.noarch
tarantool-common-1.6.5-274.noarch
tarantool-1.6.5-274.x86_64
Metadata
Metadata
Assignees
Labels
No labels