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

Statement-Timeout header works intermittently #4409

Open
1 task done
javier opened this issue Apr 16, 2024 · 0 comments
Open
1 task done

Statement-Timeout header works intermittently #4409

javier opened this issue Apr 16, 2024 · 0 comments
Labels
Bug Incorrect or unexpected behavior REST API Issues or changes relating to the HTTP endpoints

Comments

@javier
Copy link
Contributor

javier commented Apr 16, 2024

To reproduce

Execute this a few times

curl -G -H "Statement-Timeout: 1"   --data-urlencode "query=SELECT timestamp, symbol, rank() OVER (PARTITION BY symbol ORDER BY price ) AS theRank FROM trades where timestamp IN '2024-04' limit 100000;"  https://demo.questdb.io/exec

It sometimes times out, most often is does not.

QuestDB version:

7.4.0

OS, in case of Docker specify Docker and the Host OS:

Demo instance

File System, in case of Docker specify Host File System:

Demo instance

Full Name:

Javier Ramirez

Affiliation:

QuestDB

Have you followed Linux, MacOs kernel configuration steps to increase Maximum open files and Maximum virtual memory areas limit?

  • Yes, I have

Additional context

also reported by user Jack on public slack

@javier javier added the Bug Incorrect or unexpected behavior label Apr 16, 2024
@nwoolmer nwoolmer changed the title Statement-Timeout header works intermitentlly Statement-Timeout header works intermittently Apr 16, 2024
@puzpuzpuz puzpuzpuz added the REST API Issues or changes relating to the HTTP endpoints label Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Incorrect or unexpected behavior REST API Issues or changes relating to the HTTP endpoints
Projects
None yet
Development

No branches or pull requests

2 participants