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

Execute query timeout by using actordb_console #73

Open
forchid opened this issue May 28, 2019 · 0 comments
Open

Execute query timeout by using actordb_console #73

forchid opened this issue May 28, 2019 · 0 comments

Comments

@forchid
Copy link

forchid commented May 28, 2019

#Basic info
actordb-0.10.27-1.el7.centos.x86_64
Changing query_timeout to 60000 is invalid in app.config

#The issue

actordb> actor bank(b);select count(*) from accounts a where a.id > 1000;
actordb (1)> c
Error: {'EXIT',
           {timeout,
               {gen_server,call,
                   [<0.59.0>,
                    {call,exec_sql,
                        [<<"actor bank(b);select count(*) from accounts a where a.id > 1000;">>]},
                    5000]}}}
{#Ref<0.80387702.2853961729.17688>,
 {ok,{'InvalidRequestException',6,<<"interrupted">>}}}
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