Aliaksandr Valialkin

Results 653 comments of Aliaksandr Valialkin

FYI, the `-tlsMinVersion` command-line option has been added in the commit 6ab1cede62f15a529c49eed1378cf37b6036f616 . The `-tlsMaxVersion` command-line flag and `max_version` field at `tls_server_config` aren't added on purpose, since these options have...

VictoriaMetrics accepts `-tlsMinVersion` command-line flag starting from [v1.82.0](https://github.com/VictoriaMetrics/VictoriaMetrics/releases). Closing this feature request as done.

@eddietanshuo , thanks for the outstanding analysis of the issue. I'm going to modify the code for `histogram_quantile()`, so it makes sure that values for `le` buckets don't increase with...

The issue should be fixed in the following commits: - single-node VictoriaMetrics - f3ece83e67bb6636b042cc1ebad1e7d71e4534cf - VictoriaMetrics cluster - 85166705827310062c8cae1b2b1e37bc6ac09530 These commits will be included in the next release. @eddietanshuo ,...

@eddietanshuo , the bugfix for `histogram_quantile` has been included in [VictoriaMetrics v1.79.0](https://github.com/VictoriaMetrics/VictoriaMetrics/releases).

> we have the same issue with wrong rates e.g. le=0.5 and le=1 (le=0.5 has greater value than le=1) with histogram_quantile(0.9999 ...) on release v1.79.0 it seems to have the...

> Do you need me to test again with v1.80.x ? No, this isn't needed, since v1.80.x isn't an LTS (long-time support) release unlike [v1.79.x](https://docs.victoriametrics.com/CHANGELOG.html#v1790) releases.

@f41gh7 , thanks for the implementation of multitenant endpoints at `vminsert`! > That is a very good implementation. I look forward to it very much. Which version will it be...

@dnull88 , which version of VictoriaMetrics do you run? It is recommended upgrading all the cluster components of VictoriaMetrics, plus vmagent, to [the latest one](https://github.com/VictoriaMetrics/VictoriaMetrics/releases), since older versions can contain...

It is likely the issue is in the combination of the used [EFS file system](https://aws.amazon.com/efs/) and unclean shutdown, e.g. when the VictoriaMetrics is terminated via `kill -9`, out of memory...