String is outside of file boundary error
Open
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
- Go to http://serverip:9000
- Execute any select query
- 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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