Currently all blocks from the pendingBlocks queue is pulled to call SubmitBlocks using DALC, which may lead to DA submission failures if the total blob size exceeds the limit. May be DALC interface provides a method to get the blob size limit which can then be used by the caller (manager).
Currently all blocks from the pendingBlocks queue is pulled to call
SubmitBlocksusing DALC, which may lead to DA submission failures if the total blob size exceeds the limit. May be DALC interface provides a method to get the blob size limit which can then be used by the caller (manager).