Class ColumnFamily49Corrector

java.lang.Object
io.camunda.zeebe.engine.state.migration.to_8_4.corrections.ColumnFamily49Corrector

public class ColumnFamily49Corrector extends Object
This class is used to correct the column family prefix of the Dmn Decision Requirements Key By Decision Requirement Id And Version column family, which may contain entries for the Process Instance Key by Definition Key column family. Vice-versa correction is not needed because no data was written wrongly to the Process Instance Key by Definition Key column family.

Correction: ZbColumnFamilies.DEPRECATED_DMN_DECISION_REQUIREMENTS_KEY_BY_DECISION_REQUIREMENT_ID_AND_VERSION -> ZbColumnFamilies.PROCESS_INSTANCE_KEY_BY_DEFINITION_KEY

  • Constructor Details

  • Method Details

    • correctColumnFamilyPrefix

      public void correctColumnFamilyPrefix()