Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Charts[Root Container]: Update bind mounts for individual directories under hgcapp #745

Closed
Tracked by #723
leninmehedy opened this issue Feb 8, 2024 · 1 comment · Fixed by #751
Closed
Tracked by #723
Assignees
Labels

Comments

@leninmehedy
Copy link
Member

leninmehedy commented Feb 8, 2024

Problems

Event streams

  • Incorrect folder path
  • Verify that mounted directory is populated with data when node starts
  • only need a volume for path: /opt/hgcapp/eventStreams

Backup uploader

  • only need a volume for path: /opt/hgcapp/services-hedera/HapiApp2.0/data/
  • Looks for directory saved_dir=/opt/hgcapp/services-hedera/HapiApp2.0/data/saved/com.hedera.services.ServicesMain, however latest platform creates directory com.hedera.node.app.ServicesMain
  • Looks for ${saved_dir}/${nodeId}/123, however, the ledger-id 123 is hardcoded, so we are not able to modify it.

Account balance uploader

  • Verify that mounted directory is populated with data when node starts
  • only need a volume for path: /opt/hgcapp/accountBalances

Record streams uploader

  • Verify that mounted directory is populated with data when node starts
  • only need a volume for path: /opt/hgcapp/recordStreams
@swirlds-automation
Copy link
Contributor

🎉 This issue has been resolved in version 0.22.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

2 participants