-
### What happened?
I have 3 node clusters (2 pg servers & 3 etcd sharing). Recently Primary server faced an issue where server ran out of space on disk where wal files are stored & eventually postgre…
-
PeakRDL tool generates uvm register model not correctly. For all registers, the volatile field is always 1, it doesn't matter if I write in ip-xact volatile true or false. The tool ignores this field.…
-
Hello
Trying to follow the general linux guide, using " Aldrnari " modlist. This shouldn't really matter considering the issue I'm facing, as far as I can tell. Just mentioning it incase.
As the…
-
Hi,
I'd like to know how the parser treats `true` for fields. Is there a property that is being added to fields?
Thanks
-
We have a postgres cluster (1 master, 2 replicas, using Zalando's postgres-operator on Kubernetes, but that should be unrelated to the problem). We have postgres_exporter running alongside the cluster…
-
The icingadb process crashes at irregular intervals with the following output:
Error 1452: Cannot add or update a child row: a foreign key constraint fails ("icingadb"."history", CONSTRAINT "fk_his…
-
Hi,
I have a question about the parsing of the IP-XACT file. I have a field called "alternate registers" - is it supposed to be parsed? how does the parser treats it? currently it looks like it ign…
-
Currently, `hw` is never set, which results in it inheriting the RDL default of `rw`.
When generating UVM from this, it results in the model to set each field as `volatile`.
Since IP-XACT has the …
-
### CircuitPython version
```python
Adafruit CircuitPython 9.0.0-alpha.6-33-g9f016796e0-dirty on 2024-01-22; Adafruit Macropad RP2040 with rp2040
```
### Code/REPL
```python
# N/A; also happens wi…
tlyu updated
8 months ago
-
I have deployed pgbouncer in k8s. Exposed it as a nodeport service. When I test the pgbouncer connection using `psql -h external-pgbouncer-ip -p nodeport -U username ` this works for the default user…