We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Background Implement the main upload manager responsible for coordinating block uploads to multiple providers.
See https://github.com/hashgraph/hedera-services/blob/16770-block-stream-bucket-uploader-design/hedera-node/docs/proposals/block-stream-bucket-uploader.md#configuration-classes for more details.
Acceptance Criteria
BucketUploadManager
BucketUploadListener
FileBlockItemWriter
closeBlock()
uploaded
hashmismatch
Dependencies N/A
The text was updated successfully, but these errors were encountered:
derektriley
Successfully merging a pull request may close this issue.
Background
Implement the main upload manager responsible for coordinating block uploads to multiple providers.
See https://github.com/hashgraph/hedera-services/blob/16770-block-stream-bucket-uploader-design/hedera-node/docs/proposals/block-stream-bucket-uploader.md#configuration-classes for more details.
Acceptance Criteria
BucketUploadManager
classBucketUploadListener
interfaceFileBlockItemWriter
to support upload listenerscloseBlock()
should notify registered listenersuploaded
folder for block files which have been successfully uploaded to all buckets.hashmismatch
folder for block files which has a different MD5 hash than what's in a particular cloud bucketDependencies
N/A
The text was updated successfully, but these errors were encountered: