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

feat: Cloud Bucket Upload Manager #17135

Draft
wants to merge 30 commits into
base: main
Choose a base branch
from
Draft

Conversation

derektriley
Copy link
Contributor

Description:
This pull request introduces new classes and interfaces for cloud bucket uploads. WIP

New Interfaces and Classes:

  • Added BlockFileClosedListener interface to notify components when block files are closed (hedera-node/hedera-app/src/main/java/com/hedera/node/app/blocks/BlockFileClosedListener.java).

Configuration and Build Updates:

  • Added blockStream.writerMode=FILE to application.properties (hedera-node/configuration/dev/application.properties).

Related issue(s):

Fixes #16974

Notes for reviewer:

Checklist

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

petreze and others added 30 commits December 10, 2024 14:53
Signed-off-by: Petar Tonev <[email protected]>
Signed-off-by: Petar Tonev <[email protected]>
Signed-off-by: Petar Tonev <[email protected]>
Signed-off-by: Petar Tonev <[email protected]>
Signed-off-by: Thomas Moran <[email protected]>
…erface' into 16973-uploader-cloud-storage-interface

# Conflicts:
#	gradle/plugins/src/main/kotlin/com.hedera.gradle.jpms-modules.gradle.kts
…ion' into 16973-uploader-cloud-storage-interface
Signed-off-by: Petar Tonev <[email protected]>
Signed-off-by: Thomas Moran <[email protected]>
…nfiguration' into 16768-block-upload-manager
Signed-off-by: Thomas Moran <[email protected]>
Signed-off-by: Thomas Moran <[email protected]>
Signed-off-by: Thomas Moran <[email protected]>
Signed-off-by: Thomas Moran <[email protected]>
Signed-off-by: Thomas Moran <[email protected]>
Signed-off-by: Thomas Moran <[email protected]>
Signed-off-by: Thomas Moran <[email protected]>
…erface' into 16973-uploader-cloud-storage-interface
…rage-interface' into 16768-block-upload-manager
@derektriley derektriley added this to the v0.58 milestone Dec 19, 2024
@derektriley derektriley self-assigned this Dec 19, 2024
@derektriley derektriley linked an issue Dec 19, 2024 that may be closed by this pull request
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.

Block Upload Manager Implementation
4 participants