-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
bugSomething isn't workingSomething isn't working
Description
There is a problem with this timeout:
local function call_reload_schema(replicasets)
for _ = 1,replicasets_num do
if channel:get(const.RELOAD_SCHEMA_TIMEOUT) == nil then
for _, f in ipairs(fibers) do
if fiber:status() ~= 'dead' then
f:cancel()
end
end
return nil, ReloadSchemaError:new("Reloading schema timed out")
end
end
...
end
replicasets_num * const.RELOAD_SCHEMA_TIMEOUT
may require much more time than const.RELOAD_SCHEMA_TIMEOUT
Originally posted by @oleg-jukovec in #319 (comment)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working