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

[FileCopy based bootstrap] GetMetadata Api #2991

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

DevenAhluwalia
Copy link
Contributor

No description provided.

@DevenAhluwalia DevenAhluwalia self-assigned this Jan 22, 2025
requestResponseChannel.sendResponse(response, request, serverNetworkResponseMetrics);
}

private List<LogInfo> convertStoreToProtocolLogInfo(List<com.github.ambry.store.LogInfo> logSegments) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Figure out if there is a better place to keep this conversion util.

@@ -229,7 +230,8 @@ public AmbryServerRequestsTest(boolean validateRequestOnStoreState, boolean enab

@Parameterized.Parameters
public static List<Object[]> data() {
return Arrays.asList(new Object[][]{{false, false}, {true, false}, {false, true}, {true, true}});
// return Arrays.asList(new Object[][]{{false, false}, {true, false}, {false, true}, {true, true}});
return Arrays.asList(new Object[][]{{false, false}});
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Revert this.

@@ -1645,6 +1647,17 @@ public void healthCheckTest() throws InterruptedException, StoreException, IOExc
setPropertyToAmbryRequests(currentProperties, "disk.manager.disk.healthcheck.enabled", "false");
}

@Test
public void fileCopyGetMetaDataRequestTest() throws IOException, InterruptedException {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Tests TBA.

@DevenAhluwalia DevenAhluwalia marked this pull request as ready for review February 8, 2025 16:48
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.

1 participant