Closed AndreKurait closed 2 weeks ago
Attention: Patch coverage is 54.91803%
with 55 lines
in your changes missing coverage. Please review.
Project coverage is 80.43%. Comparing base (
dc326f0
) to head (f62c670
). Report is 17 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
Implements rfs document transforms.
input/output spec:
Note: This changes the current default behavior for ES6 regarding docIds, before we were retaining the lucene id, which would be modifying the docId as ES/OS sees it. Before:
id = mytype#docId
, nowid = docId
Also, moved transformationPlugins from TrafficCapture to top level transformer package
Issues Resolved
MIGRATIONS-2152
Is this a backport? If so, please add backport PR # and/or commits #
Testing
Added Unit testing
Performed performance testing in the cloud in a case where we were cpu bound on the workers. 5TB migration went from 35 -> 49 minutes with 200 workers
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.