Bryan Burkholder

Results 29 issues of Bryan Burkholder

### Description As we already have read and write access from the manager to S3, we should be able to have automatic backups of the non-ephemeral ZK data to S3....

enhancement
Stale

### Description We should look into splitting the admin ports (ie, metrics scraping) from the application ports (ie query). This allows for easier access control with something like Nebula, and...

enhancement
Stale

### Describe the bug The indexer currently has logic that prevents running when the Kafka offset is rolled back. While this seemed like a good idea at the time, in...

bug

### Describe the bug Setting a rate limit of 0 appears to disable a dataset instead of still consuming and discarding everything.

bug

### Description Depends on https://github.com/protocolbuffers/protobuf/issues/13576 This is to help prevent any PII from escaping to the logs with someone logging a protobuf object. As we cannot override the `toString()`, something...

enhancement

### Description For requests that come through to a given shard that are identical to previous queries (think long-range queries, dashboarding, etc) these should use a request cache and not...

enhancement

### Description By default Lucene allocates 32MB of ram for a LRU cache for each instance. When allocating very large amounts of cache slots (ie, 200, 500) this can represent...

enhancement
operations

### Describe the bug For what appears to be very large buckets, we have ceased to correctly delete snapshots ``` {"@timestamp":"2024-04-08T20:16:29.384Z","log.level":"INFO","log.message":"Completed snapshot deletion - successfully deleted 35 snapshots, failed to...

bug

### Describe the bug Chunks should rollover once reaching disk size, or at a fixed amount of time since creation. This will prevent data loss when a low volume topic...

bug

### Summary This adds an optional **opt-in** mode to run the `KaldbMetadataStore` using a combination of `PersistentNode` and `PersistentWatcher` for ephemeral nodes. This system property flag will be removed once...

Stale