_secondRelationStorageNewEpoch = new TupleStorage();
createIndexes(2, false, true);// reinitialize untagged
}
if (_isMigratingRelationStorage || _isMigratingTaggedRelationStorage) {
final Values tplSend = new Values("N/A", MyUtilities.stringToTuple(
SystemParameters.ThetaJoinerMigrationSignal, getConf()), "N/A", -1);
appendTimestampZero(tplSend);
getCollector().emit(SystemParameters.ThetaDataMigrationJoinerToReshuffler, tplSend);
} else {
LOG.info(getID() + " joiner: " + _thisTaskIDindex + " D-M-E-E-O-F is being emitted"
+ " actualID: " + _thisTaskID);
final Values tplSend = new Values("N/A", MyUtilities.stringToTuple(
SystemParameters.ThetaJoinerDataMigrationEOF, getConf()), "N/A", -1);
appendTimestampZero(tplSend);
getCollector().emit(SystemParameters.ThetaDataMigrationJoinerToReshuffler, tplSend);
}
}