sgaragan
sgaragan
When deploying to OpenShift, we see the following errors in the operator manager logs ``` 2024-03-19T03:14:25.923+0800 INFO StarRocksClusterReconciler begin to reconcile StarRocksCluster {"name": "starrockscluster", "namespace": "starrocks"} 2024-03-19T03:14:25.923+0800 INFO StarRocksClusterReconciler get...
**Description** We had pmacct configured for YANG push telemetry for our Cisco devices but when we enabled telemetry from our Juniper boxes, which use gRPC, pmacct stopped accepting all YANG...
**Description** When deploying pmacct on Kubernetes, logging is configured to be sent to stderr which is the standard logging model for a K8s deployment. However, the log messages do not...
We have already dealt with this after some conversations with Salvatore _et al_ but we wanted to add a new issue to formally track it When running pmtelemetryd with the...
In our lab environment, the certificate being used by Kafka is not always a valid one (either self-signed or the CN/SAN does not match the hostname). Kafka has a property...
When running the install.sh script, it determines the number of vCPUs by the following line: ``` readonly available_vcpu=$(egrep 'processor' /proc/cpuinfo | wc -l) ``` Later in the script, the value...
For some reason, the devices we are using sometimes sends null characters in the gRPC message but we cannot seem to print out what that message is to understand what...
As security requirements become more stringent, the need to implement transport encryption becomes more important. Having the ability to support TLS-based gRPC connections will allow companies to meet requirements being...
We tried running with the most recent changes on main to test out the ingress/egress VRF name functionality. When pmacct came up, we saw errors like this in the logs...
Please provide a detailed title (e.g. "Broker crashes when using TopN query with Bound filter" instead of just "Broker crashes"). ### Affected Version Druid 30.0.1 ### Description I noticed an...