Skip to content

Conversation

@leighmcculloch
Copy link
Member

@leighmcculloch leighmcculloch commented Jan 30, 2026

What:

Disable autostart for ledger-meta-store supervisor service and start it explicitly only when galexie is enabled.

Why:

The ledger-meta-store service was failing with exit status 127 in --local mode when galexie was not enabled. The service auto-started but its working directory (/opt/stellar/ledger-meta-store/data) only exists when galexie is enabled, causing repeated supervisor warnings. The service is only needed when galexie is running and so it should only run then.

Close #894

@leighmcculloch leighmcculloch requested review from a team and Copilot January 30, 2026 02:00
@github-project-automation github-project-automation bot moved this to Backlog (Not Ready) in DevX Jan 30, 2026
@leighmcculloch leighmcculloch enabled auto-merge (squash) January 30, 2026 02:01
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR fixes an issue where the ledger-meta-store supervisor service was failing with exit status 127 in local mode when galexie was not enabled. The service was auto-starting but its working directory only exists when galexie is initialized, causing repeated supervisor warnings.

Changes:

  • Disabled autostart for the ledger-meta-store supervisor service
  • Added explicit start of ledger-meta-store only when ENABLE_GALEXIE is true

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
start Added supervisorctl command to start ledger-meta-store when galexie is enabled
local/supervisor/etc/supervisord.conf.d/ledger-meta-store.conf Changed autostart from true to false to prevent automatic startup

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@leighmcculloch leighmcculloch merged commit 23670f3 into main Jan 30, 2026
103 checks passed
@leighmcculloch leighmcculloch deleted the disable-ledger-meta-store-autostart branch January 30, 2026 02:29
@github-project-automation github-project-automation bot moved this from Backlog (Not Ready) to Done in DevX Jan 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

ledger-meta-store service fails with exit status 127 in --local mode when galexie is not enabled

3 participants