-
Description
===========
Hello,
I run some tests which call the Pause and Resume methods sequentially, it works well 90% of the time but they randomly fails with the following exception :
```
…
NZTSL updated
1 month ago
-
Hi Folks,
Related to #43155 I'm running into memory issues when pickling many small pandas dataframes. The following script creates a pandas dataframe, splits it up, and then pickles each little …
-
1. Merge Sort:
Merge Sort is a divide-and-conquer algorithm that recursively divides the array into two halves, sorts each half, and then merges them back together in sorted order.
How it works:
…
-
### Describe the bug
When the row_sums variable contains all zeros, the class_priors is a list of nans and returns a ValueError: probabilities contain NaN
This is the likely problematic part of th…
-
**Setup**
Source: a single Kafka topic
Partitions: 400
Metrics Emitter: StatsDEmitter
Issue: Overlord dropping metrics
**Description**
We have a druid setup which consumes from a kafka topic…
-
Currently, when starting 10 new processors, each of them tries to acquire same partitions.
what about adding there a randomization?
-
## :notebook: Summary
The categorization is currently purely based on the message content and doesn't take other categorical fields of the log documents (such as `log.level`) into account. As a resul…
-
Hi, yesterday I tried to use the 1.1.3 installer to update the UBI layout, but experienced multiple issues, cannot enable 5ghz, the MAC address is random, etc. So I decided to rollback the older versi…
-
When following the [Python benchmark guide](https://github.com/lancedb/lance/blob/main/python/DEVELOPMENT.md#benchmarks) I get the following errors:
```$ pytest python/benchmarks -m "not slow"
===…
-
We've been working with citus distributed and partitionned tables for a few weeks now, and some partitions broke at random on distributed tables. This makes the table unable to run a query without tim…