Skip to content

Cache file size rather than compute in StorageBuffer::read_segment()#92

Merged
nalinigans merged 1 commit intodevelopfrom
ng_azure_file_size
Mar 19, 2021
Merged

Cache file size rather than compute in StorageBuffer::read_segment()#92
nalinigans merged 1 commit intodevelopfrom
ng_azure_file_size

Conversation

@nalinigans
Copy link
Copy Markdown
Contributor

@nalinigans nalinigans commented Mar 19, 2021

Cache filesizes rather than re-compute in StorageBuffer::read_segment().
Removed some dead code in StorageBuffer, we could make another pass at optimization here, but leaving it as is for now. Also, we are seeing some SIGPIPE curl issues only on Centos with parallel downloads/uploads on Azure Blob Storage, there is an issue open in the azure lite sdk. Some suggestion to a solution in this PR. Will look into implementing a signal handler as suggested here.

Also, as part of this PR, reduced the size of writes in test cloud filesystem operations to finish in a decent time to help with GitHub builds.

…). Also reduced the size of writes in test operations to finish in a decent time
@nalinigans nalinigans requested review from kgururaj and mlathara March 19, 2021 03:20
Copy link
Copy Markdown
Contributor

@mlathara mlathara left a comment

Choose a reason for hiding this comment

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

looks good

@nalinigans nalinigans merged commit 09892e9 into develop Mar 19, 2021
@nalinigans nalinigans deleted the ng_azure_file_size branch March 19, 2021 05:05
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.

2 participants