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

Some error when alert construction. #474

Open
filonenko-mikhail opened this issue Apr 17, 2024 · 0 comments
Open

Some error when alert construction. #474

filonenko-mikhail opened this issue Apr 17, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@filonenko-mikhail
Copy link

filonenko-mikhail commented Apr 17, 2024

Sorry no cluster config for repro, because it's just dirty state with millions restarts and other damages.

There is code:

local ok, vshard = pcall(require, 'vshard')
if ok and vshard.router ~= nil and vshard.router.info ~= nil then
	return vshard.router.info()
end
return nil

There is error:

.rocks/share/tarantool/vshard/error.lua:321: bad argument #2 to 'format' (no value) (LuajitError, code 0x20), see tarantool/src/lua/utils.c line 679

....init.lua:1454 in func replicaset_instance_info

There is local vars for this error:

args from func is empty

local format == 
{msg="Master is not configured for replicaset %s\",
name="MISSING_MASTER",
args={"replicaset"}}
@sergepetrenko sergepetrenko added the bug Something isn't working label Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants