Skip to content
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

Draft
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

aga9900
Copy link

@aga9900 aga9900 commented Nov 19, 2024

No description provided.

@aga9900 aga9900 marked this pull request as draft November 19, 2024 09:50
aga9900 and others added 8 commits November 20, 2024 13:25
* 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:
Copy link
Author

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<>();
Copy link
Author

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;
Copy link
Author

Choose a reason for hiding this comment

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

Change it to MBs

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.

5 participants