Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / baidu/braft issues and pull requests
#474 - API exposed to raft leader when follower node goes down in braft implementation
Issue -
State: open - Opened by s-rajpoot about 2 months ago
#473 - arm64 架构 leader 创建的 replicator 有概率不再发送日志给 follower
Issue -
State: open - Opened by lengmoXXL 2 months ago
- 5 comments
#472 - fix typo in example
Pull Request -
State: open - Opened by ideal 3 months ago
#471 - fix use after free in handle_timeout_now_request
Pull Request -
State: open - Opened by BusyJay 3 months ago
#470 - fix the bug that causes the crash due to the wrong format of the PeerID
Pull Request -
State: open - Opened by LIBA-S 3 months ago
#469 - 数据同步失败
Issue -
State: open - Opened by helloworld0xff 4 months ago
#468 - leader can still accept read requests when transferring leader
Issue -
State: open - Opened by BusyJay 4 months ago
#467 - _append_entries_in_fly的一些困惑
Issue -
State: open - Opened by cangfengzhs 4 months ago
- 3 comments
#466 - fix mem leak in Replicator::_prepare_entry
Pull Request -
State: closed - Opened by AlexStocks 4 months ago
#465 - election timer should be restarted after step down by term change
Issue -
State: open - Opened by BusyJay 4 months ago
#464 - election timeout should be randomized again if campaign fails
Issue -
State: closed - Opened by BusyJay 4 months ago
- 1 comment
#463 - _leader_lease should also be considered when handling vote
Issue -
State: open - Opened by BusyJay 5 months ago
#462 - 快照逻辑在极端场景下存在数据无法正常恢复的风险
Issue -
State: open - Opened by Axlgrep 5 months ago
- 1 comment
#461 - Snapshot logic has flaws in scenarios where the disk is full
Pull Request -
State: open - Opened by Axlgrep 5 months ago
#460 - NodeImpl重构
Issue -
State: open - Opened by saz97 5 months ago
#459 - 如果没有新增数据是否会每次启动时重复发送快照?
Issue -
State: open - Opened by cangfengzhs 5 months ago
- 6 comments
#458 - fix mem leak in Replicator::_prepare_entry
Pull Request -
State: closed - Opened by walterzhaoJR 5 months ago
#457 - support set truncate_index manually in on_snapshot_save
Pull Request -
State: open - Opened by JayiceZ 5 months ago
#456 - NodeImpl::_mutex死锁
Issue -
State: open - Opened by amoxic 6 months ago
- 2 comments
#455 - fix peerid
Pull Request -
State: open - Opened by CkTD 6 months ago
#454 - Potential memory leak?
Issue -
State: closed - Opened by walterzhaoJR 6 months ago
#453 - support diasble election in unit-test
Pull Request -
State: open - Opened by JayiceZ 6 months ago
#452 - add snapshot start time
Pull Request -
State: open - Opened by lipanpan03 7 months ago
#451 - 在leader已经异常退出的时候, 如何快速选出新leader
Issue -
State: closed - Opened by gamezhoulei 7 months ago
- 8 comments
#450 - fix mock fsm on_leader_stop signature
Pull Request -
State: open - Opened by ehds 7 months ago
#449 - [ballot] Update ballot init function signature
Pull Request -
State: closed - Opened by ehds 7 months ago
#448 - 为什么不发布新tag了?最新的tag还是2021年的
Issue -
State: closed - Opened by historyliao 7 months ago
#447 - decrease _next_index when when the request with the minimum log
Pull Request -
State: open - Opened by ehds 7 months ago
#446 - add on_install_snapshot callback for statemachine
Pull Request -
State: open - Opened by lhsoft 8 months ago
#445 - Unittest NodeTest.LeaderFailWithWitness is not stable.
Issue -
State: open - Opened by ehds 8 months ago
- 1 comment
#444 - query once within get_leader
Pull Request -
State: open - Opened by xiangpdu 8 months ago
#443 - check follower's log gap before transfer leader to it
Issue -
State: open - Opened by JayiceZ 8 months ago
#442 - braft 节点如何高性能判断是否是 leader 且在 lease 内?
Issue -
State: closed - Opened by ergesun 8 months ago
- 4 comments
#441 - 定制 snapshotReader 问题。
Issue -
State: closed - Opened by dingxiaoshuai123 9 months ago
- 2 comments
#440 - Append entries cache 有设计文档吗
Issue -
State: closed - Opened by boringhello 9 months ago
#439 - iter->set_error_and_rollback()框架内不应该调用当前entry的done->Run(),应该由业务方统一处理(成功、失败都调用done->Run())
Issue -
State: closed - Opened by historyliao 9 months ago
#438 - optimize get term
Pull Request -
State: open - Opened by CkTD 9 months ago
- 2 comments
#437 - sync log immediately when there is configuration
Pull Request -
State: closed - Opened by lhsoft 9 months ago
#436 - recover log from data corrupt
Pull Request -
State: closed - Opened by lhsoft 9 months ago
- 1 comment
#435 - prevote/vote中获取last_log_id()时,为什么需要去触发一下log flush呢,有什么考虑吗?是不是没有必要去做flush呢?
Issue -
State: open - Opened by Tgianter 10 months ago
#434 - mac 上 example 编译失败
Issue -
State: closed - Opened by dingxiaoshuai123 10 months ago
- 1 comment
#433 - 状态机Apply时出错,恢复后是否会自动恢复
Issue -
State: open - Opened by answer3x 11 months ago
- 1 comment
#432 - Solve the problem that when changing the cluster configuration through the joint consensus algorithm, a new leader cannot be elected under abnormal circumstances.
Pull Request -
State: open - Opened by walterzhaoJR 11 months ago
#431 - 死锁问题
Issue -
State: open - Opened by mengqingzhong 11 months ago
#430 - fix an issue with forgetting to unlock
Pull Request -
State: closed - Opened by mengqingzhong 11 months ago
#429 - feat: replace the type of PeerId::addr from butil::EndPoint to string
Pull Request -
State: open - Opened by gulu-goolu 11 months ago
- 3 comments
#428 - braft支持c++17+gcc8.3的编译环境吗
Issue -
State: closed - Opened by AndyShen105 11 months ago
- 1 comment
#427 - fix: error: 'this' pointer is null [-Werror=nonnull]
Pull Request -
State: closed - Opened by ivanallen 12 months ago
#426 - 从节点为什么不提供获取peers的接口呢, raft_stat的小网页都能看到
Issue -
State: open - Opened by qqwangxiaow 12 months ago
- 1 comment
#425 - rand peer when find_the_next_candidate
Pull Request -
State: closed - Opened by lintanghui 12 months ago
- 1 comment
#424 - on_apply中bthread挂起导致iter失效
Issue -
State: closed - Opened by l495386774 about 1 year ago
- 1 comment
#423 - Follower加载快照花费时间比较久时,会不会陷入到安装快照的死循环里
Issue -
State: open - Opened by cangfengzhs about 1 year ago
- 2 comments
#422 - Questions regarding transfer_leadership_to and vote APIs (有关transfer_leadership_to 和 vote API 的问题)
Issue -
State: open - Opened by vpshastry about 1 year ago
#421 - Pipeline + NoCache 情况下,可能出现 Can't truncate logs before _applied_id=22, last_log_kept=0
Issue -
State: open - Opened by CkTD about 1 year ago
- 5 comments
#420 - Snapshot file exist but data not found so delete it
Issue -
State: closed - Opened by lygn128 about 1 year ago
#419 - make braft PeerId support hostname/dns.
Pull Request -
State: open - Opened by xiaolin310 about 1 year ago
- 2 comments
#418 - make braft support hostname/dns.
Pull Request -
State: closed - Opened by xiaolin310 about 1 year ago
#417 - snapshot 只能一个一个的添加文件吗?
Issue -
State: open - Opened by lygn128 over 1 year ago
#416 - 一个节点磁盘坏了,正确的处理流程是?
Issue -
State: open - Opened by lygn128 over 1 year ago
- 3 comments
#415 - 全量同步怎么使用braft同步呢
Issue -
State: open - Opened by songlong over 1 year ago
- 2 comments
#414 - 现在通过 snapshot 持久化 apply index 是不是有问题?
Issue -
State: open - Opened by lygn128 over 1 year ago
- 6 comments
#413 - "ABA"?
Issue -
State: closed - Opened by tdrhq over 1 year ago
- 1 comment
#412 - fix: change set_error to set_errorv
Pull Request -
State: open - Opened by wu-hanqing over 1 year ago
- 1 comment
#411 - response.rejected_by_lease() if else两个分支的逻辑相同. rejected_by_lease()为true时不起作用?
Issue -
State: closed - Opened by Jackie0423 over 1 year ago
- 2 comments
#410 - BallotBox中的commit机制在成员变更期间疑似有bug
Issue -
State: closed - Opened by cangfengzhs over 1 year ago
#409 - BallotBox中是否可以维护每个Peer的matchIndex而不是给每个Log维护一个Ballot以提高commit性能?
Issue -
State: open - Opened by cangfengzhs over 1 year ago
#408 - lock issue
Issue -
State: closed - Opened by CkTD over 1 year ago
- 1 comment
#407 - fix membership change failed when cluster restart after joint stage
Pull Request -
State: open - Opened by ehds over 1 year ago
#406 - renew follower lease after voting
Pull Request -
State: open - Opened by ehds over 1 year ago
#405 - 有没有可能出现两次选举成功的间隔小于election_timeout导致lease read失效?
Issue -
State: open - Opened by cangfengzhs over 1 year ago
- 5 comments
#404 - support arbiter in a new way
Pull Request -
State: open - Opened by CkTD over 1 year ago
#403 - handle error in ProtoBufFile::load
Issue -
State: open - Opened by CkTD over 1 year ago
#402 - block in replicator's _install_snapshot
Issue -
State: open - Opened by CkTD over 1 year ago
#401 - set st to idle when block timeout
Pull Request -
State: closed - Opened by PengChengLv over 1 year ago
- 1 comment
#400 - 编译报错 "error: macro "__has_attribute" requires an identifier"
Issue -
State: closed - Opened by ztorchan over 1 year ago
- 1 comment
#398 - 添加witness副本支持
Pull Request -
State: closed - Opened by lintanghui over 1 year ago
- 6 comments
#397 - add blocking field to PeerStatus
Pull Request -
State: closed - Opened by nanblpc over 1 year ago
#396 - Node Identity
Issue -
State: open - Opened by cgetzen over 1 year ago
#395 - FSMCaller::do_committed时不会出现乱序apply吗?
Issue -
State: open - Opened by cangfengzhs over 1 year ago
- 1 comment
#394 - Consistency issue about not read committed
Issue -
State: open - Opened by jerrytesting over 1 year ago
#393 - Memory leak in atomic server
Issue -
State: open - Opened by jerrytesting over 1 year ago
- 1 comment
#392 - 构建 example 报错
Issue -
State: closed - Opened by happysnaker over 1 year ago
#391 - fix(examples) replace pthread type with pthread_t
Pull Request -
State: closed - Opened by ehds over 1 year ago
#390 - compilation failed using vcpkg with gcc version 11.3.0,Ubuntu 22.04.1 LTS
Issue -
State: open - Opened by Juno119 over 1 year ago
#389 - fix: `butil::EndPoint` requires header file <butil/endpoint.h>
Pull Request -
State: open - Opened by 4kangjc over 1 year ago
#388 - Fix action fail problem
Pull Request -
State: closed - Opened by nmreadelf almost 2 years ago
#387 - `butil::EndPoint` requires header file <butil/endpoint.h>
Issue -
State: open - Opened by 4kangjc almost 2 years ago
#386 - raft learner support.
Pull Request -
State: open - Opened by liyichao almost 2 years ago
#385 - fix build test_log linked error
Pull Request -
State: open - Opened by nmreadelf almost 2 years ago
- 2 comments
#384 - Added operator= for PeerId
Pull Request -
State: closed - Opened by nmreadelf almost 2 years ago
#383 - Support C client
Issue -
State: open - Opened by JiaRG almost 2 years ago
#382 - Fix typo in doc.
Pull Request -
State: open - Opened by ketor almost 2 years ago
#381 - Make BRPC connection timeout configurable.
Pull Request -
State: closed - Opened by kishorenc almost 2 years ago
- 1 comment
#380 - braft 没有适配 brpc 的 authenticator 功能
Issue -
State: open - Opened by Huhaokun almost 2 years ago
#379 - raft arbiter support.
Pull Request -
State: open - Opened by liyichao almost 2 years ago
- 4 comments
#378 - raft_protocol.md 中有一处描述的不准确?
Issue -
State: open - Opened by longuan almost 2 years ago
- 1 comment
#377 - Could you please tell me how to show BRAFT_VLOG in block example by using command line
Issue -
State: open - Opened by 1190200418 about 2 years ago
- 1 comment
#376 - braft支持ipv6吗?
Issue -
State: open - Opened by fengfei5551223 about 2 years ago
- 3 comments
#375 - peer_id not exist
Issue -
State: open - Opened by smccauliff about 2 years ago
#374 - counter example failed to run with below error
Issue -
State: open - Opened by gaowayne about 2 years ago