tanvipenumudy commented on code in PR #7550:
URL: https://github.com/apache/ozone/pull/7550#discussion_r2162095067
##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/request/key/OMKeyRequest.java:
##########
@@ -263,25 +268,30 @@ protected List< OmKeyLocationInfo >
allocateBlock(ScmClient scmClient,
ReplicationConfig replicationConfig, ExcludeList excludeList,
long requestedSize, long scmBlockSize, int preallocateBlocksMax,
boolean grpcBlockTokenEnabled, String serviceID, OMMetrics omMetrics,
- boolean shouldSortDatanodes, UserInfo userInfo)
- throws IOException {
+ boolean shouldSortDatanodes, UserInfo userInfo, boolean
isAllocateBlockCacheEnabled,
+ NetworkTopology clusterMap, OMBlockPrefetchClient prefetchClient,
+ OMPerformanceMetrics perfMetrics) throws IOException {
Review Comment:
Addressed the review comment after having moved OMBlockPrefetchClient to
`org.apache.hadoop.ozone.om` package.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]