You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
This is to address/replace a TODO in elasticity. #4044 introduced a new way FATE transaction ids are represented in elasticity. Currently in elasticity, MetadataSchema.BulkFileColumnFamily only handles the new representation.
Describe the solution you'd like
MetadataSchema.BulkFileColumnFamily should also support the old representation(s), or the old representation should be handled in the upgrade. Based on discussion about this issue, it seems like the consensus is to handle it in the upgrade.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
This is to address/replace a TODO in elasticity. #4044 introduced a new way FATE transaction ids are represented in elasticity. Currently in elasticity,
MetadataSchema.BulkFileColumnFamily
only handles the new representation.Describe the solution you'd like
MetadataSchema.BulkFileColumnFamily
should also support the old representation(s), or the old representation should be handled in the upgrade. Based on discussion about this issue, it seems like the consensus is to handle it in the upgrade.The text was updated successfully, but these errors were encountered: