-
Updated
Dec 7, 2020 - Java
distributed-systems
Here are 2,697 public repositories matching this topic...
-
Updated
Dec 12, 2020
Currently, the C++ compiler generates lots of warnings: https://xgboost-ci.net/blue/organizations/jenkins/xgboost/detail/master/516/pipeline/61. It would be great to reduce the number of warnings.
Note to new contributors: Post a comment here if you'd like to work on this issue. Feel free to ping me for help.
-
Updated
Dec 7, 2020 - Go
-
Updated
Dec 15, 2020 - Go
-
Updated
Nov 21, 2020
-
Updated
Dec 15, 2020 - TypeScript
ActorAdapter will ignore null
message with "Adapter function returned null which is not valid as an .."
However, this seems not be documented. For instance, scaladoc/javadoc of pipeToSelf
could mention it as well as any other place where adapters are used.
-
Updated
Dec 15, 2020 - Go
-
Updated
Dec 15, 2020 - Go
-
Updated
Dec 15, 2020 - Go
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
Dec 10, 2020 - C#
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-
-
Updated
Dec 1, 2020 - Python
-
Updated
Oct 14, 2020
-
Updated
Dec 4, 2020
-
Updated
Dec 13, 2020 - Rust
-
Updated
Nov 17, 2020 - Python
Cobra, the library used to implement the CLI commands also generate the shell completion scripts, for bash, zsh, fish and powershell. This completion scripts are based on the description of each commands (living in https://github.com/MichaelMure/git-bug/tree/master/commands).
At the moment, those completion works decently, completing command names and flags. However it would be possible to do b
-
Updated
Dec 15, 2020 - Go
Is your feature request related to a problem? Please describe.
Using Reset command with CLI will get code:deadline-exceeded message:timeout
easily because reset requires replay in the server. It's quite resource consuming, depending on the length/size of the history.
By default the CLI context timeout is only 5 seconds:
https://github.com/uber/cadence/blob/63bdb5d7a04285cf57992c574639c9
-
Updated
Dec 15, 2020 - JavaScript
v0.33 linting
We will be supporting v0.33 till the next major release (0.35). We should bump golangci-lint version to the latest version to fix ci failures. In doing so many linting errors will arise, these should be cleaned up in the same PR.
This is an easy first contribution to Tendermint, if you are looking to get your hands dirty :)
-
Updated
Nov 3, 2020
-
Updated
Dec 11, 2020 - Go
-
Updated
Sep 7, 2018 - Go
-
Updated
Dec 15, 2020 - 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."
It is mentioned that there is an error code page for v2 protocol:
https://github.com/etcd-io/etcd/blob/ae7862e8bc8007eb396099db4e0e04ac026c8df5/server/etcdserver/api/v2error/error.go#L16
However, I can't find
Documentation/v2/errorcode.md
in this repo. Is the comment stale?