influxdata / influxdata/influxdb
can it be that samples with the same metrics + time stamp are being dropped?
- Dominant language
- Rust
- Stars
- 31.7k
- Forks
- 3.7k
- Avg merge
- 13h 37m
- Merged PRs (30d)
- 8
Description
I was testing some concurrency inserting such lines, and composing the graphing query I noticed that the amount of samples I send were not the same as being reported by the query. I thought maybe the interface of influx could be configured to drop samples. But does not seem to be it. When I decided to not send s but ns, more samples were received, so it is not the configuration.
Is this by design that such samples are dropped?
[1]
1665856411000000000 test3 201 connect upload 0.005
[2]
1665857149865079663 test3 201 connect upload 0.005
influxdb-1.8.10
Contributor guide
Research direction
Begin by reproducing the concurrent inserts against InfluxDB 1.8.10 using the two provided line examples, then compare the submitted count with the graphing query result. Determine whether samples sharing metrics and timestamps are intentionally overwritten or dropped, and document the confirmed behavior and relevant configuration or query conditions.
Written by the indexing model from the issue text.
Assessment
- Domain
- databases
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100