Alexander J. Maidak
Alexander J. Maidak
See: https://github.com/cmu-db/benchbase/pull/111 This brings back this change with a fallback to check for the config/plugin.xml so that benchbase can still be executed from the project root using the mvn wrapper.
When running with a large number of terminals with the wikipedia benchmark I'm regularly seeing the following java deadlock: ``` Found one Java-level deadlock: ============================= "main": waiting to lock monitor...
The [contributor guide](https://github.com/scylladb/scylla-operator/blob/master/docs/source/contributing.md) is pretty badly out of date and not very useful. It contains a lot of instructions on how to use Git and Github but basically no update...
**Describe the bug** Scylla runs under supervisord. The default configuration in supervisord is `autorestart=unexpected` this means that supervisord will attempt restart a process that fails with a nonzero exit code...
Calling ReloadConfig was not thread safe in spite of the mutex. One thread could overwrite the package level cfg pointer after it was mutated by another thread.
The query in the replication_applier_status_by_worker check assumes the replication_applier_status_by_worker table layout in mysql 8.0. Without this if you enable replication_applier_status_by_worker you'll receive the following error: ``` caller=exporter.go:174 level=error msg="Error from...
Closes: https://github.com/equinix/metal-cli/issues/242
idle_in_transaction_time was added to pg_stat_database in pg 15 https://www.postgresql.org/docs/15/monitoring-stats.html#MONITORING-PG-STAT-DATABASE-VIEW
Clean up a dead codepath in the NewPostgresCollector constructor.
closes: #618 libpq does not support connect_timeout when using the async api. So when using the async connection API with a multi-host connection string libpq will never timeout connections to...