Peter Levart

Results 14 issues of Peter Levart

Hi, I'm getting following warnings while synchronizing a VMWare VirtualMachine which was modified to change interface and IP: ``` 2022-04-24 22:00:17,144 - WARNING: Current interface 'vNIC 1 (Marand (VLAN 144))...

Hi, While making changes to allow compilation / running with JDK9+, I noticed there is a utility class `FastByteComparisons` with static methods to compare two `byte[]` arrays or segments of...

I noticed that JDK 8 is still needed for building. Is this intentional? Do you plan to support JDK 8 in the java-client? I'm looking at some warnings like: ```...

Problem: Though I know that this is an anti-pattern, sometimes TS database may be used for purposes other than storing metrics. For example, there is a Grafana Panel (https://grafana.com/grafana/plugins/dalvany-image-panel/) which...

enhancement
metricsql

### What happened? I have been successfully installing cri-o on top of Fedora CoreOS from the binary tarball(s) published on GitHub. I still do, using a technique called package-layering (https://github.com/coreos/layering-examples)....

kind/bug
lifecycle/stale

Hi, I have the same problem as described in this issue: https://github.com/oracle/docker-images/issues/2363 ... Logged-in as pdbadmin, I issue the command `select * from ALL_DIRECTORIES` and get: [72000][12801] ORA-12801: error signaled...

Hi, I'm trying to deploy a TidbCluster resource using TiDB Operator 1.4.4. on OpenShift. I get the following messages repeating in the log of tidb-controller-manager: ``` W0530 15:50:16.731498 1 warnings.go:67]...

I propose this patch for issue https://github.com/eclipse-ee4j/jersey/issues/2811

Hi, In my cluster(s) I deploy VictoriaMetrics stack (a Prometheus equivalent) which exposes an endpoint for querying metrics using Prometheus-compatible API on a sub-path within the HTTP Service. In Lens,...

kind/bug
prometheus

Hi, It is usual practice to organize secrets in vault using two or more mount paths. For example, one monut path for secrets shared among multiple applications, another mount path...