[ https://issues.apache.org/jira/browse/GOBBLIN-2174?focusedWorklogId=946029&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-946029 ]
ASF GitHub Bot logged work on GOBBLIN-2174: ------------------------------------------- Author: ASF GitHub Bot Created on: 28/Nov/24 15:07 Start Date: 28/Nov/24 15:07 Worklog Time Spent: 10m Work Description: Blazer-007 commented on code in PR #4077: URL: https://github.com/apache/gobblin/pull/4077#discussion_r1862357440 ########## gobblin-temporal/src/main/java/org/apache/gobblin/temporal/yarn/YarnService.java: ########## @@ -755,6 +776,18 @@ private ImmutableMap.Builder<String, String> buildContainerStatusEventMetadata(C return eventMetadataBuilder; } + /** + * Generates a unique allocation request ID for the given worker profile and store the id to profile mapping. + * + * @param workerProfile the worker profile for which the allocation request ID is generated + * @return the generated allocation request ID + */ + protected long generateAllocationRequestId(WorkerProfile workerProfile) { Review Comment: using `storeByUniqueAllocationRequestId` Issue Time Tracking ------------------- Worklog Id: (was: 946029) Time Spent: 1h (was: 50m) > Add GoT YarnService integration with DynamicScaling > --------------------------------------------------- > > Key: GOBBLIN-2174 > URL: https://issues.apache.org/jira/browse/GOBBLIN-2174 > Project: Apache Gobblin > Issue Type: Bug > Components: gobblin-core > Reporter: Vivek Rai > Assignee: Abhishek Tiwari > Priority: Major > Time Spent: 1h > Remaining Estimate: 0h > > After dynamic scaling implemented as part of > https://issues.apache.org/jira/browse/GOBBLIN-2170 , the Temporal Yarn > Service needs to be integrated with the dynamic scaling to have fully > functional dynamic scalable yarn service. -- This message was sent by Atlassian Jira (v8.20.10#820010)