Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: Sustaining
-
Component/s: None
-
Labels:None
-
Sprint:Sprint 4, Sprint 5, Sprint 1, Sprint 2, Sprint 3, Sprint 4
Description
This would be a UI change in Admax to set the default shard to 7 when a new account is created.
We also need to change the default warehouse shard to 9.
This query can be used to verify the change made it to production:
select changeTime, accountID, description, databaseInstance, warehouseInstance from accounts join logging.accountChanges on accountID=id and `column`='description' and oldValue='(row inserted)' order by id desc limit 10;