-
Updated
Jan 18, 2022
distributed-computing
Here are 1,277 public repositories matching this topic...
IMap.get gets blocked forever when Cassandra NoNodeAvailableException is thrown from the MapStore
-
Updated
Jun 2, 2022 - Go
Dear Colossal-AI team,
There are a few features in my mind that I thought would be helpful to the project, and I wanted to ask if there is any of them which might be more useful so I could start implementing them.
Loki-Promtail is a tool for monitoring distributed logs with Grafana. Connecting the Distributed Logger to it and extracting labels from the log structure would be a user-friendly sys
-
Updated
May 13, 2021 - Go
-
Updated
Apr 29, 2022 - Python
-
Updated
Mar 14, 2017 - Python
-
Updated
May 14, 2022
-
Updated
Mar 30, 2022 - Python
-
Updated
May 30, 2022 - PHP
-
Updated
Jun 2, 2022 - C#
Currently users call client.wait
to wait for a certain number of workers.
Currently a common pattern is:
cluster.scale(100)
client.wait_for_workers(100)
Cluster managers (like Coiled) would like to include custom handling to give users nice information about what's happening (including especially failures) while waiting for workers. At the moment, this isn't possible.
Prop
-
Updated
May 2, 2022 - HTML
-
Updated
May 31, 2022 - C
-
Updated
Dec 31, 2020 - Python
-
Updated
Apr 12, 2022 - Java
-
Updated
Jun 2, 2022 - PHP
-
Updated
Jun 30, 2021 - Python
-
Updated
May 31, 2022 - C++
-
Updated
May 28, 2022 - R
-
Updated
May 13, 2022 - C#
-
Updated
May 30, 2022 - Python
-
Updated
Apr 13, 2022 - Rust
-
Updated
Nov 5, 2019
-
Updated
Mar 6, 2021 - Haskell
-
Updated
May 12, 2021 - JavaScript
the query!()
macro accepts the QueryFilter
which is a union of each of the field in the QueryFilter struct.
Right now, you can only specify one variant of the HeaderType
enum in the header_type() method for QueryFilter
.
This may not be necessary (because we can filter HeaderType in zome_fn level against what is returned from query macro), but may be nice to have if the header_type
fiel
-
Updated
Mar 11, 2021 - Python
Improve this page
Add a description, image, and links to the distributed-computing topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the distributed-computing topic, visit your repo's landing page and select "manage topics."
Describe the bug
The IMap.get() call will be blocked forever when a
com.datastax.oss.driver.api.core.NoNodeAvailableException
is thrown from the MapStore.Setup:
Hazelcast v5.1.1
Cassandra SDK v4.14.1
Client-server setup
Read through cache, Cassandra DB gets called on a cache miss.
Test scenario: Read through cache, Cassandra server is down:
We tested the scenario whe