Skip to content
#

timeseries-database

Here are 67 public repositories matching this topic...

questdb
pveentjer
pveentjer commented Feb 13, 2022

Describe the bug

The worker contains the following code:

for (int i = 0; i < n; i++) {
     Unsafe.getUnsafe().loadFence();
      try {
          try {
               useful |= jobs.get(i).run(workerId);
          } catch (Throwable e) {
               onError(i, e);
          }
        } finally {
          Unsafe.getUnsafe().storeFence();
          }
     }

I be

czunker
czunker commented Aug 8, 2018

I'm not sure whether this is a gnocchi problem or oslo_middleware.
We are using Gnocchi in an OpenStack setup (openstack-ansible with Pike) with redis as incoming storage. Recently we had the problem, that redis died and gnocchi didn't answer API requests. a request to metric status was answered by a HTTP 500. Our HAProxy in front of the gnocchi API is configured to query /healthcheck. But it d

Improve this page

Add a description, image, and links to the timeseries-database topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the timeseries-database topic, visit your repo's landing page and select "manage topics."

Learn more