-
### Description
Hi,
`jax.jit` on a function seems to fail when running in an OpenMPI environment. An MWE is shown below:
```python
# error.py
# Run as: mpirun -n 8 python error.py
import…
-
Running a distributed deployment of qdrant on kubernetes, single collection with replication factor set to 2. One shard failed and the cluster fails to respond to a query. I thought the loss of a s…
-
[Citus](https://github.com/citusdata/citus) is a (fairly) popular extension that adds horizontal scaling capabilities for Postgres. Since with Citus queries become [distributed](https://docs.citusdata…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Environment
```markdown
- Milvus version: 2.3.5
- Deployment mode(standalone or cluster): standalone (…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Environment
```markdown
- Milvus version: b44ef82
- Deployment mode(standalone or cluster):cluster
- MQ type…
-
What's the client timeout number?
_Originally posted by @BohuTANG in https://github.com/datafuselabs/databend/pull/7025#discussion_r944035079_
-
### Description
Followed the MaxText Getting Started instructions at https://github.com/AI-Hypercomputer/maxtext/blob/main/getting_started/First_run.md
```
$ git clone https://github.com/AI-H…
-
Citus version: 10.0
Customer reported issue.
**Steps to repro:**
CREATE TABLE reference_key (id int, s text);
SELECT create_reference_table('reference_key');
citus=> UPDATE reference_key SET s=…
-
### Feature Request / Improvement
Based on the experiments from https://github.com/apache/iceberg/pull/9437, spark action is not effective as the serialization cost of each partition stats entry is e…
-
I have local docker-compose installation consisting of 3 CH instances:
- 2 shards of cluster `ch_cluster` with MergeTree table `test_mt` on each of them;
- 1 node with only `Distributed` table `t…