I'm upgrading from 2016.1.3.2 to 2021.2.5.
I have geometry stored in PostGIS -> GeometryReplacer converting from Hex OGC WKB -> optional Reprojector -> Shapefile or FileGDB (both types).
According to the log files, for 2016, there's barely mention of GeometryReplacer and Reprojector, but for 2021, there's a significant chunk of runtime devoted to passing through the two transformers. There's minimal changes to make for them to upgrade so it's bizarre why it's adding nearly double the runtime. (See log attachments)
For production concerns, jobs are taking several more hours to run. Here's metrics for another dataset:
2016:
2021:
Thanks,
Janet