influxdata / influxdata/influxdata-docker
Influxdb docker never startup if it take more than 30s
Open
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 364
- Forks
- 255
- Avg merge
- 3h 18m
- Merged PRs (30d)
- 7
Description
If you have a production db in docker, it may take more 30 s to start. If so container will never startup due with an error
> init process failed
It's due to init script which only wait 30s before to exit
Contributor guide
No contributing guide indexed for this repository
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
Inspect the init script responsible for waiting during container startup and confirm how the 30-second timeout is enforced. Reproduce startup with a delay longer than 30 seconds, then verify that the container starts successfully without the init process error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, shell
- Domain
- databases, devops
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100