Skip to content

Add a fix for cases were total_tuple_count is nil

Depending on the type of migration sampled, total_tuple_count and max_batch_size can be nil.

We need to account for such cases, when calculating the BBM estimated time to complete.

Changelog: changed

Closes #126 (closed)

Merge request reports