Skip to content

Fix identifier issue in overlay copy algorithm

Fang-Ying Tsai requested to merge fatsai/athena:ClusterContainer into master

The issue arises when copying the cluster container during the overlay process. The copied container, newCol, is constructed with the identifyHash(), but the Identifier is not initialized in the constructor. We need to set it explicitly using the setIdentifier() to fix the issue. ping @wleight

Merge request reports

Loading