-
Notifications
You must be signed in to change notification settings - Fork 276
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
WIP: Bootstrap optimisation lld flow #2943
base: master
Are you sure you want to change the base?
Conversation
* Making LLD Changes For FileCopy * Making LLD Changes For FileCopy * Making LLD Changes For FileCopy * Commit For request API and File Copy Manager * Update File Copy Manager
* Support AbortMultipartUpload for S3 API --------- Co-authored-by: Shan Xu <[email protected]>
* Support rename dataset version in AccountService * Update to use the colum map to original value * Adding more test and details * Adding handler logic * Address comments * Empty commit to try and rerun unit test * Empty commit to try and rerun unit test * Address comments * Code refactoring * Fix bug for delete * address comments * code refactor * Addressed comments --------- Co-authored-by: Sophie Guo <[email protected]>
Co-authored-by: Navneet Sachan <[email protected]>
* More Changes For LLD * [S3 API] Support for S3 AbortMultipartUpload API (#2940) * Support AbortMultipartUpload for S3 API --------- Co-authored-by: Shan Xu <[email protected]> * Support rename dataset version (#2935) * Support rename dataset version in AccountService * Update to use the colum map to original value * Adding more test and details * Adding handler logic * Address comments * Empty commit to try and rerun unit test * Empty commit to try and rerun unit test * Address comments * Code refactoring * Fix bug for delete * address comments * code refactor * Addressed comments --------- Co-authored-by: Sophie Guo <[email protected]> * add local store to logs (#2947) Co-authored-by: Navneet Sachan <[email protected]> * Updating LLD Flow For bootstrap * Updating FileStore Class * updating commit --------- Co-authored-by: Shan Xu <[email protected]> Co-authored-by: Shan Xu <[email protected]> Co-authored-by: sopguo <[email protected]> Co-authored-by: Sophie Guo <[email protected]> Co-authored-by: Navneet Sachan <[email protected]> Co-authored-by: Navneet Sachan <[email protected]>
handleFileMetaDataRequest(networkRequest); | ||
break; | ||
|
||
case FileChunkResponse: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not required.
|
||
private boolean running; | ||
public PrioritisationManager() { | ||
diskToReplicaQueue = new HashMap<>(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rename queue to map.
public static final String STORE_DATA_FLUSH_INTERVAL_IN_MBS = "store.data.flush.size.In"; | ||
@Config("store.data.flush.size.In") | ||
@Default("60") | ||
public final long storeDataFlushIntervalSeconds; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change it to MBs
No description provided.