questdb / questdb/questdb

String is outside of file boundary error

Open
#3,809 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Question
Dominant language
Java
Stars
17.3k
Forks
1.7k
Avg merge
5d 10h
Merged PRs (30d)
28

Description

Describe the bug

When trying to execute a simple select query, I get the following error:

error [msg=String is outside of file boundary [offset=48, len=3145777, size=313114], errno=0, q=select ip from`

To reproduce
  1. Go to http://serverip:9000
  2. Execute any select query
  3. Get this error : error [msg=String is outside of file boundary [offset=48, len=3145777, size=313114], errno=0,
Expected Behavior

query to return 10 records

Environment
- **QuestDB version**: 7.3.2 
- **OS**: docker image : questdb/questdb:7.3.2 run on arm64
- **Browser**: Chrome Version 117.0.5938.132
Additional context

No response

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.

Research direction

Reproduce the failure by running questdb/questdb:7.3.2 on arm64 and executing a simple SELECT query at http://serverip:9000. Compare the boundary error with the expected 10 returned records; done means the query executes successfully without the file-boundary error.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker, java, sql
Domain
databases
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.