Closed dstreev closed 2 months ago
When you re-add a database via a Warehouse Plan, you double up the database in the list of db's to check.
Fixed by making the database list a 'Set' vs. a 'List' (TreeSet). So it can only accommodate unique values.
When you re-add a database via a Warehouse Plan, you double up the database in the list of db's to check.