raft
Here are 578 public repositories matching this topic...
-
Updated
May 7, 2022 - Rust
-
Updated
Apr 20, 2022 - Go
-
Updated
May 7, 2022 - C++
-
Updated
May 6, 2022 - Python
Is your feature request related to a problem? Please describe.
This is the logic currently implemented in the main branch:
If
headerscriteria are configured, a request is filtered in if it matches both headers and urls. Ifheaderscriteria are NOT configured, the probability options are used.
Describe the solution you'd like
I want to take the URL check when no header is
-
Updated
May 6, 2022 - Go
-
Updated
Feb 25, 2022 - C++
-
Updated
Apr 26, 2022 - C
大佬,你好,我是@abbykimi,我IDE运行您这个项目的时候,提示有几个漏洞,项目调用了org.apache.logging.log4j:log4j-core等172个开源组件,存在29个安全漏洞,建议你升级下。
漏洞标题:Apache Log4j2 < 2.15.0远程代码执行漏洞
漏洞编号:CVE-2021-44228
漏洞描述:
Apache log4j是java中常用的日志记录组件,攻击者发现在小于2.15.0的版本中存在远程代码执行漏洞。
漏洞原因:
由于log4j2默认支持JNDI在内的Lookup查找机制,当日志内容中包含${foo.bar}样式的内容时,会查找相应的值进行替换。因此当用户请求中的内容通过log4j作为日志内容记录时,攻击者可能通过恶意构造的内容,触发log4j的lookup方法,进而执行恶意代码。
影响范围:[2.0-beta9, 2.3.1)
-
Updated
Apr 24, 2022 - Java
How to use this lib?
Or more specifically how does one build transport component?
I'm feeling kind of lost after reading docs, readme and examples as none of them (at least to my knowledge) shows/points to information about transport implementation. Readme mentions gRPC but I couldn't find any further information on the matter besides raft-rs/proto/, which is
-
Updated
May 7, 2022 - C++
-
Updated
Feb 22, 2021 - Rust
-
Updated
Oct 19, 2021 - Go
supportMulticlient = false, only one client can mount on a fs.
supportMulticlient = true, multi client can mount on a fs.
-
Updated
Oct 19, 2019
-
Updated
May 14, 2021 - Java
-
Updated
Mar 11, 2021 - Go
-
Updated
May 7, 2022 - Go
Here is a rough idea of what this test should do:
- It should be quite similar to the other tests which are currently in place.
- It should isolate a follower node, write a data to the cluster which will cause that node to fall behind into lagging state, but not into snapshotting state.
- It should then spawn a task which will continue to write data to the cluster.
- Just after it is spawne
Improve this page
Add a description, image, and links to the raft topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the raft topic, visit your repo's landing page and select "manage topics."


What happened?
If you don't pass a
--nameargument to youretcdprocesses, they will all have the namedefaultand the cluster will operate normally. However, when you add a member, the generatedETCD_INITIAL_CLUSTERvariable will have multiple entries with the name "default". When this environment variable is used,etcdwill parse these into a mapping under a single key ("defau