Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Improve timeout case

Open
#180 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
35/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
postgresql
Domain
api, backend, databases

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.

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

Dominant language
C++
Stars
116
Forks
10
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from apache/arrow-flight-sql-postgresql

All issues in apache/arrow-flight-sql-postgresql

Similar issues

More C++ issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.