Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
m3_1.4.0_checksums.txt | 2021-11-19 | 189 Bytes | |
m3_1.4.0_darwin_amd64.tar.gz | 2021-11-19 | 91.9 MB | |
m3_1.4.0_linux_amd64.tar.gz | 2021-11-19 | 92.5 MB | |
README.md | 2021-11-19 | 1.3 kB | |
v1.4.0 source code.tar.gz | 2021-11-19 | 19.0 MB | |
v1.4.0 source code.zip | 2021-11-19 | 22.2 MB | |
Totals: 6 Items | 225.7 MB | 0 |
Changelog
Features
- M3Query: Add write endpoint support for M3-Map-Tags-JSON header in InfluxDB path (#3816)
- M3Query: Add support for
last_over_time
in M3Query engine (#3884) - M3Aggregator: Add p75/p25 as aggregation options (#3867)
Bug Fixes
- M3DB: Fix M3TSZ to be deterministic when encoding high precision values (3872)
- M3DB: Gracefully handle reads including documents with stale index state (3905)
Performance
- M3Aggregator: Rework close and remove
persitFlushTimesEvery
semantics in leader flushing in favour of always persisting shard flush times on a successful flush for optimized graceful failovers (#3890) - M3DB: Optimize
filesetFiles
function during bootstrapping for namespaces with long retentions to prevent CPU spikes (#3900) - M3DB: Avoid loading blocks in memory for namespaces with snapshots disabled during bootstrapping to reduce memory usage (#3919)