m3 icon indicating copy to clipboard operation
m3 copied to clipboard

M3 monorepo - Distributed TSDB, Aggregator and Query Engine, Prometheus Sidecar, Graphite Compatible, Metrics Platform

Results 217 m3 issues
Sort by recently updated
recently updated
newest added

A range of 0.0 to 0.0 didn't seem correct to me, not sure if this is correct though. Closes #3114

The comment for WriteShardsInitializing was a duplicate of the comment for ShardsLeavingCountTowardsConsistency, this PR adds a relevant comment.

Two code comments repeat unneeded text

**What this PR does / why we need it**: Adds `fsync` (`File.Sync()` call) before closing a checksummed file. This is needed to maintain transactional semantics by making fileset files durable...

## error messages ```shell {"level":"info","ts":1626163424.4172487,"msg":"dynamic namespace registry updated to version","version":1} {"level":"info","ts":1626163424.4172852,"msg":"received update from kv namespace watch"} {"level":"info","ts":1626163424.417325,"msg":"updating database namespaces","adds":"[]","updates":"[default]","removals":"[]"} {"level":"warn","ts":1626163424.4173307,"msg":"skipping namespace removals and updates (except schema updates and runtime options),...

**What this PR does / why we need it**: Due to the way the aggregator and prom style histograms interact, there is an edge case where histogram bucket datapoints arrive...

**What this PR does / why we need it**: This makes goroutine count bounded, instead of 1 goroutine-per-connection model. **Special notes for your reviewer**: **Does this PR introduce a user-facing...

**What this PR does / why we need it**: Fixes # **Special notes for your reviewer**: **Does this PR introduce a user-facing and/or backwards incompatible change?**: ```release-note ``` **Does this...

**What this PR does / why we need it**: Publicizes function in preparation of upcoming refactor

## General Issues I am following the documentation(https://m3db.io/docs/quickstart/binaries/): 1) I have downloaded the binaries and extracted them to a directory 2) I fixed the system variables 3) I got the...