influxdata / influxdata/influxdb
Influxdb 2.6.1 did not start after 2 days of use. Even login page is not coming.
- Dominant language
- Rust
- Stars
- 31.7k
- Forks
- 3.7k
- Avg merge
- 13h 37m
- Merged PRs (30d)
- 8
Description
__Steps to reproduce:__
List the minimal actions needed to reproduce the behavior.
1. Download Influxdb 2.6.1 with Docker.
2. Use this docker-compose yaml
3. [docker-compose copy.txt](https://github.com/influxdata/influxdb/files/11938697/docker-compose.copy.txt)
2. Since I am currently storing Nifty 50 tick data in influxdb. It works fine 2 days but on 3rd day it did not start. Even login page did not come.
__Expected behavior:__
It should work seamlessly without getting hang.
__Actual behavior:__
Describe What actually happened.
__Environment info:__
* I am running this Docker InfluxDb in MacOS Monterey (version 12.6)
__Config:__
[influx2.txt](https://github.com/influxdata/influxdb/files/11938742/influx2.txt)
__Logs:__
[InfluxLog.txt](https://github.com/influxdata/influxdb/files/11938725/InfluxLog.txt)
__Performance:__
Generate profiles with the following commands for bugs related to performance, locking, out of memory (OOM), etc.
```sh
# Commands should be run when the bug is actively happening.
# Note: This command will run for ~30 seconds.
curl -o profiles.tar.gz "http://localhost:8086/debug/pprof/all?cpu=30s"
iostat -xd 1 30 > iostat.txt
# Attach the `profiles.tar.gz` and `iostat.txt` output files.
```
Contributor guide
Research direction
Review the attached docker-compose.copy.txt, influx2.txt, and InfluxLog.txt files, then reproduce the reported startup failure with InfluxDB 2.6.1 in Docker on macOS. Determine why the service stops responding after multiple days and verify the fix by confirming that the container remains available and the login page loads.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, docker-compose, macos
- Domain
- databases, devops
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100