[
https://issues.apache.org/jira/browse/BEAM-7431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Lukasz Gajowy updated BEAM-7431:
--------------------------------
Description: It looks (based on my investigation) that
`ObjectSizeCalculator` is causing a regression in load tests of core
operations. the runtime increased from ~400s to ~2000s. Calculating object size
this way seems to be an expensive operation - we probably could change it to
something simpler (or not?). (was: It looks (based on my investigation) that
`ObjectSizeCalculator` is causing a regression in load tests of core
operations. the runtime increased from ~400s to ~2000s. Wild guess: maybe it's
due to serialization/deserialization overhead (not sure)?)
> ObjectSizeCalculator causing regressions in load tests
> ------------------------------------------------------
>
> Key: BEAM-7431
> URL: https://issues.apache.org/jira/browse/BEAM-7431
> Project: Beam
> Issue Type: Bug
> Components: testing
> Reporter: Lukasz Gajowy
> Assignee: Lukasz Gajowy
> Priority: Critical
>
> It looks (based on my investigation) that `ObjectSizeCalculator` is causing a
> regression in load tests of core operations. the runtime increased from ~400s
> to ~2000s. Calculating object size this way seems to be an expensive
> operation - we probably could change it to something simpler (or not?).
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)