apache / apache/arrow-flight-sql-postgresql
Improve timeout case
Open
- Dominant language
- C++
- Stars
- 116
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
If session timeout is expired, server should send back to an error to the client.
Currently, server doesn't return any response to the client.
See also: https://github.com/apache/arrow-flight-sql-postgresql/issues/178#issuecomment-1847992730
Contributor guide
Research direction
Start by reproducing a request after the session timeout has expired and trace the server's handling of that case. Done means the server returns an error response to the client instead of returning no response; the linked discussion in issue 178 provides additional context.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- postgresql
- Domain
- api, backend, databases
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100