Wesley Griffing

Results 4 issues of Wesley Griffing

The backup json files include the `Enabled` boolean attribute, but in my experience this value is not utilized during the restore. As a result, previously disabled, backed-up accounts are no...

**Description** When attempting to run a python backend model, it crashes with a "Stub process is not healthy" message. After further debugging with a gdb-enabled version of the container that...

investigating

We are utilizing `reactivesearch` to query some Elastic data. We are utilizing the `showMissing` prop option on several filters that are using `MultiList`. Our understanding is that missing/null data is...

In https://github.com/apache/kafka/pull/16403 (referencing https://issues.apache.org/jira/browse/KAFKA-3346) `Mode` from `org.apache.kafka.common.network` was renamed to `ConnectionMode`. As a result, I'm seeing this error ``` java.lang.NoClassDefFoundError: org/apache/kafka/common/network/Mode ``` when attempting to run version `14.1.2` of this...