Skip to content

Revert fix start locally#15

Merged
MariemBaccari merged 1 commit into
local_raftfrom
fix_start_locally
Jun 22, 2026
Merged

Revert fix start locally#15
MariemBaccari merged 1 commit into
local_raftfrom
fix_start_locally

Conversation

@MariemBaccari

Copy link
Copy Markdown

Reverts the previous fix following the comments under interuss#1550

@MariemBaccari MariemBaccari requested a review from the-glu June 22, 2026 08:24
Comment thread build/dev/startup/core_service.sh Outdated
if [ "${COMPOSE_PROFILES#*"with-raft"}" != "${COMPOSE_PROFILES}" ]; then
echo "Using raft"
DATASTORE_CONNECTION="-store_type raft -rid_raft_node_id=1 -rid_raft_peers=1=http://127.0.0.1:9011 -rid_raft_datadir /raftdata/rid -scd_raft_node_id=1 -scd_raft_peers=1=http://127.0.0.1:9021 -scd_raft_datadir /raftdata/scd -aux_raft_node_id=1 -aux_raft_peers=1=http://127.0.0.1:9031 -aux_raft_datadir /raftdata/aux"
DATASTORE_CONNECTION="-store_type raft -raft_node_id=1 -raft_peers=1=http://127.0.0.1:9021 -raft_datadir /raftdata"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

isen't peers still splited?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes I still need to update this sorry

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's fixed now

@MariemBaccari MariemBaccari merged commit a17daa6 into local_raft Jun 22, 2026
8 checks passed
@MariemBaccari MariemBaccari deleted the fix_start_locally branch June 30, 2026 08:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants