copycat icon indicating copy to clipboard operation
copycat copied to clipboard

A novel implementation of the Raft consensus algorithm

Results 45 copycat issues
Sort by recently updated
recently updated
newest added

Currently, Copycat uses IP addresses as node identifiers. This can cause problems when migrating a node's data across IP addresses. A node's IP address should be dynamically updated when it...

refactoring

We're seeing sessions regularly becoming expired. Would like to be able to be able to increase the number of keep alives to see whether this helps.

Copycat servers that join the cluster as `ACTIVE` members are currently immediately added to the configuration in the `ACTIVE` state. This can cause a loss of availability in certain cases...

enhancement

If you don't release a ServerCommit because you don't want it to be compacted. If you don't keep a reference to the commit it is eventually GCed, why does that...

I'm trying to deploy a Copycat cluster on Azure and getting issues if the nodes aren't on the same private network. If I try to start a server with the...

In ONOS, the Copycat client's sequencing and the variation of queries/commands and consistent levels seems to significantly limit performance across primitives. Ideally, each primitive should be able to have a...

Hi , i trying to understand how to use your library. The documentation is clear but there is a thing i dont understand.It explains when all goes well in the...

hello,i am interesting for copycat , now we intend to apply it to our project,but we found that its performance is not so high,according to my testing it reach 60-70...

When building copycat on windows under eclipse the build test fails. Build environment: Eclipse Neon3 4.6.3 Buildship: Eclipse Plug-ins for Gradle 1.0.21.v20161010-1640 org.eclipse.buildship.feature.group Eclipse Buildship Code Recommenders for Java Developers...