max-melentyev

Results 12 issues of max-melentyev

Hey, what do you think about the mode that forbid capturing loop variables to prevent errors like this: ```go package main import ( "fmt" ) func main() { x :=...

For naming consistency across code base and good code search experience.

### Description of your changes We faced an issue with scaling crossplane-contrib/provider-aws for thousands of EC2 instances and route53 records. This PR is a part of the process we plan...

Because it can call frequent unnecessary reconciliations of dependent resources. ### Description of your changes `LastUsedAt` is updated frequently and triggers unnecessary reconciliations of dependent resources. I presumed that this...

__This is a preview-PR, it's not supposed to be merged now.__ It's to show a feature that requires https://github.com/crossplane/crossplane/pull/5557 and https://github.com/crossplane-contrib/provider-aws/pull/2030 Related to #2029 ### Description of your changes This...

Hey, I saw significant improvement with jmx connection cached. Here is a chart for sample cassandra cluster without any traffic, orange line is for an instance with patched exporter: Cassandra...

theme: performance
status: triage

Hi, Current implementation of query observer observes only [individual attempts](https://github.com/apache/cassandra-gocql-driver/blob/trunk/query_executor.go#L61) and does not provide final latency values considering retries and speculative retries. For example: - if query has 1st attempt...

From the discussion in #1870 What do you think about adding custom data to a query/batch that is passed to observers? We use a context.WithValue() to pass query names to...

Hi, we faced an NPE in metrics exporter in [cassandra-management-api](https://github.com/k8ssandra/management-api-for-apache-cassandra). ``` WARN [epollEventLoopGroup-6-1] 2025-01-17 07:37:13,527 DefaultChannelPipeline.java:1152 - An exceptionCaught() event was fired, and it reached at the tail of the...