-
Notifications
You must be signed in to change notification settings - Fork 7
Description
What problem does your feature solve?
verify-range includes state verification when running ingestion on the new branch - ingest verify-range --verify-state. The state verification consumes larger amount of RAM and takes longer to finish overall ingestion range.
What would you like to see?
An optional environment variable DISABLE_STATE_VERIFY added which the verify-range image will check at runtime to determine whether to enable or disable state verifier on the ingestion range using new branch codeline.
Should we change the default behavior of state verifier to be disabled?
Should DISABLE_STATE_VERIFY be added as additional parameter on the Jenkins verify-range job or is it sufficient to have this just be configurable in the AWS Batch Job defs to set DISABLE_STATE_VERIFY env variable on the job container?
What alternatives are there?
Metadata
Metadata
Assignees
Labels
Type
Projects
Status