Mateusz Litwin

Results 7 issues of Mateusz Litwin

### Is there an existing issue for this? - [X] I have searched the existing issues ### What happened? Updating labels of many pods is causing large spike in traffic...

kind/bug
sig/agent

## Long story short I regularly receive `ValueError: I/O operation on closed file.` when `KopfRunner` is stopping. I suspect it is some kind of concurrency issue, possibly introduced by the...

bug

## Problem Currently `source` is hardcoded as `{'component': 'kopf'}`. It means that using `kopf.info` / `kopf.warn` / etc. results in the events that has "kopf" source ("From" column in `kubectl...

enhancement

Here is the test code: ``` package test; import com.fasterxml.jackson.annotation.JsonCreator; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.databind.JavaType; import com.fasterxml.jackson.databind.ObjectMapper; import com.fasterxml.jackson.databind.annotation.JsonDeserialize; import java.io.IOException; import org.inferred.freebuilder.FreeBuilder; @FreeBuilder @JsonDeserialize(builder = GenericType.Builder.class) interface GenericType { T...

upstream bug

Currently `coscheduling` plugin is using `InitialAttemptTimestamp` to compare pods of the same priority. If there are enough pods with early `InitialAttemptTimestamp` which cannot be scheduled then pods with later `InitialAttemptTimestamp`...

kind/bug
lifecycle/rotten

Currently in Java implementation error parameters are serialized with `Objects.toString()` (see `SerializableError.forException(ServiceException exception)`). This leads to different formatting of the same error depending on the language used for the error...

wire format

### Bug Report - output of `go version` ``` github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.8.0 github.com/Azure/azure-sdk-for-go/sdk/azidentity/cache v0.3.0 ``` - What happened? Executing *multiple* instances of a program on macOS with keychain token caching (`"github.com/Azure/azure-sdk-for-go/sdk/azidentity/cache"`)...

bug
customer-reported
Azure.Identity