[
https://issues.apache.org/jira/browse/GOBBLIN-1497?focusedWorklogId=628795&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-628795
]
ASF GitHub Bot logged work on GOBBLIN-1497:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 27/Jul/21 23:50
Start Date: 27/Jul/21 23:50
Worklog Time Spent: 10m
Work Description: Will-Lo commented on pull request #3340:
URL: https://github.com/apache/gobblin/pull/3340#issuecomment-887906932
@arjun4084346 yea we should look into configAsProperties especially at the
rate that GaaS is growing at. Would require some refactoring around some legacy
classes and probably more conversions from propertiesToConfig. However since
those would be short-lived compared to FlowSpecs it would still be an overall
memory improvement
--
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 628795)
Time Spent: 2h 40m (was: 2.5h)
> Reduce the number of calls to create FlowSpecs and configToProperties
> ---------------------------------------------------------------------
>
> Key: GOBBLIN-1497
> URL: https://issues.apache.org/jira/browse/GOBBLIN-1497
> Project: Apache Gobblin
> Issue Type: Improvement
> Reporter: William Lo
> Priority: Major
> Time Spent: 2h 40m
> Remaining Estimate: 0h
>
> FlowSpecs contain both configs and property fields that duplicate the same
> key/value information, however there are slight differences with properties
> being mutable, configs being type-safe, and legacy code being compatible with
> properties but not configs.
> As such, FlowSpec creation and configToProperties are memory expensive
> operations at scale, and we should aim to minimize them as much as possible.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)