-
Notifications
You must be signed in to change notification settings - Fork 275
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 <shaxu@linkedin.com>
* 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 <sopguo@sopguo-mn2.linkedin.biz>
Co-authored-by: Navneet Sachan <nsachan@nsachan-mn1.linkedin.biz>
* More Changes For LLD * [S3 API] Support for S3 AbortMultipartUpload API (#2940) * Support AbortMultipartUpload for S3 API --------- Co-authored-by: Shan Xu <shaxu@linkedin.com> * 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 <sopguo@sopguo-mn2.linkedin.biz> * add local store to logs (#2947) Co-authored-by: Navneet Sachan <nsachan@nsachan-mn1.linkedin.biz> * Updating LLD Flow For bootstrap * Updating FileStore Class * updating commit --------- Co-authored-by: Shan Xu <alyssaxu333@gmail.com> Co-authored-by: Shan Xu <shaxu@linkedin.com> Co-authored-by: sopguo <sopguo@linkedin.com> Co-authored-by: Sophie Guo <sopguo@sopguo-mn2.linkedin.biz> Co-authored-by: Navneet Sachan <nsachan@linkedin.com> Co-authored-by: Navneet Sachan <nsachan@nsachan-mn1.linkedin.biz>
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
…ition flows (#2946) * Changes for bootstrap improvement with statebuild * Added initial changes for state build * Changes for moving state build to FCM * Changes for state build including FCM invocation * reformatting changes --------- Co-authored-by: Jai Balani <jbalani@jbalani-mn1.linkedin.biz>
Co-authored-by: Jai Balani <jbalani@jbalani-mn1.linkedin.biz>
…For Meta Data Chunks (#2958) * Fixing Build * Updating PR For State Build * Updating PR For State Build * Update Buld Fix PR * Updating with remote * Updating the Flow For File Copy * Fixing Conflicts * Fixing Conflicts
No description provided.