influxdata / influxdata/influxdb

Cannot get data after some time

Open
#23,699 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Rust
Stars
31.7k
Forks
3.7k
Avg merge
13h 37m
Merged PRs (30d)
8

Description

Hey, i'm new to using influxdb,
ive got a problem:

I get my data through the data explorer tab.
It work fine but after some times (maybe an timeout of the user) i cannot get my data back.

The only log i get is this:
```
ts=2022-09-01T09:36:19.379749Z lvl=info msg="Retention policy deletion check (start)" log_id=0ce~WQWl000 service=retention op_name=retention_delete_check op_event=start
ts=2022-09-01T09:36:19.379803Z lvl=info msg="Retention policy deletion check (end)" log_id=0ce~WQWl000 service=retention op_name=retention_delete_check op_event=end op_elapsed=0.069ms

ts=2022-09-01T09:54:45.999520Z lvl=info msg=Unauthorized log_id=0ce~WQWl000 error="token required"
```
I'm running all into Docker.

InfluxDB version: InfluxDB v2.4.0 (git: de247bab08) build_date: 2022-08-18T19:41:15Z
System info: Linux 5.10.102.1-microsoft-standard-WSL2 x86_64

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

Start by reproducing the Data Explorer failure in the reported Docker-based InfluxDB v2.4.0 environment after the session has been idle. Use the logged “Unauthorized” and “token required” message to trace the authentication or token-expiration path; done means the cause is identified and a verified fix or documented configuration is available.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker
Domain
authentication, 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.