The Wayback Machine - https://web.archive.org/web/20220602142326/https://github.com/topics/distributed-computing
Skip to content
#

distributed-computing

Here are 1,277 public repositories matching this topic...

szokebarnabas
szokebarnabas commented May 13, 2022

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

ColossalAI
SMesForoush
SMesForoush commented Mar 12, 2022

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

good first issue
dchudz
dchudz commented May 14, 2022

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

good first issue p2 feature
nooraangelva
nooraangelva commented Aug 4, 2021

Summary

What change needs making?
Example script on how to use created secret successfully.
I have tried myself using the following code from test
It creates a secret successfully but fails to echo the secrets value.

Use Cases

When would you use this?
when I n

enhancement good first issue help wanted

A full stack, reactive architecture for general purpose programming. Algebraic and monadically composable primitives for concurrency, parallelism, event handling, transactions, multithreading, Web, and distributed computing with complete de-inversion of control (No callbacks, no blocking, pure state)
  • Updated Mar 6, 2021
  • Haskell
tatssato
tatssato commented Sep 29, 2020

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

enhancement good first issue

Improve this page

Add a description, image, and links to the distributed-computing 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 distributed-computing topic, visit your repo's landing page and select "manage topics."

Learn more