-
Updated
Mar 14, 2021 - Java
distributed-systems
Here are 2,880 public repositories matching this topic...
-
Updated
Mar 23, 2021
Currently many more Python projects like dask and optuna are using Python type hints. With the Python package of xgboost gaining more and more features, we should also adopt mypy as a safe guard against some type errors and for better code documentation.
-
Updated
Mar 23, 2021 - Go
-
Updated
Mar 26, 2021 - Go
-
Updated
Nov 21, 2020
-
Updated
Mar 27, 2021 - TypeScript
-
Updated
Mar 25, 2021 - Go
Quite a few operator factory methods use d: java.time.Duration in the stream Java APIs for some reason. Given that the parameter names are not important for bin/source compatibility in Java perhaps we could change those to a clear name without problems?
-
Updated
Mar 25, 2021 - Go
-
Updated
Mar 27, 2021 - Go
Hello Philip!
I think there is an issue with this part of the code of rqlite (store/store.go).
func (s *Store) Database(leader bool) ([]byte, error) {
if leader && s.raft.State() != raft.Leader {
return nil, ErrNotLeader
}
// Ensure only one snapshot can take place at once, and block all queries.
s.mu.Lock()
defer s.mu.Unlock()
f, err := ioutil.TempFile("", "rqlilte-snap-
Let's support at least reading "b3" header from a single string, most commonly traceid-spanid-1
It would also be nice to support optionally writing this, especially in message providers or others with constrained environments.
Expected behavior
As discussed on openzipkin/b3-propagation#21 and first implemented here: https://github.com/openzipkin/brave/blob/master/brave/src/main/java/bra
-
Updated
Mar 25, 2021 - C#
-
Updated
Feb 1, 2021 - Python
-
Updated
Mar 24, 2021
-
Updated
Mar 21, 2021 - Rust
-
Updated
Jan 22, 2021
-
Updated
Jan 21, 2021 - Python
Similarly as bridge configure, user create should be possible to use purely with CLI flags, without interactive prompt.
-
Updated
Mar 26, 2021 - Go
This need to be allowed to configured, so that Cadence can work with different versions of Kafka.
Prerequisites
Please answer the following questions for yourself before submitting an issue.
- I am running the latest version
- I checked the documentation and found no answer
- I checked to make sure that this issue has not already been filed
- I'm reporting the issue to the correct repository
Current Behavior
Trace
Summary
P2P module should not backoff+retry for connections to peers where there is a chain mismatch, but should expunge the address from the address book and remove it from the list of peers.
Problem Definition
Presently (v0.33; not sure if this is addresses in 0.34), if we connect to a peer on an incorrect chain, the node repeatedly reconnects to this node, and then drops the conn
-
Updated
Mar 9, 2021
-
Updated
Mar 23, 2021 - Go
-
Updated
Mar 26, 2021 - Go
-
Updated
Mar 27, 2021 - C
Improve this page
Add a description, image, and links to the distributed-systems topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the distributed-systems topic, visit your repo's landing page and select "manage topics."


"found" by the @discordapp troops the hard way: https://status.discordapp.com/incidents/62gt9cgjwdgf
pinging @zorkian who pointed it out to me.
trivial to repro, this is against a 3.3.13 on fedora-31.