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
I had test data write some data to the past, and saw the output below from shard precreation. I need to confirm if it is correct. The logging also needs more details, such as start and end times for the created shard groups and shards.
2015/06/17 11:49:08 pre-creating successive shard group for group 1, database db, policy rp
2015/06/17 11:49:09 new shard group 3 successfully created
2015/06/17 11:49:09 pre-creating successive shard group for group 2, database db, policy rp
2015/06/17 11:49:10 new shard group 4 successfully created
2015/06/17 11:59:10 pre-creating successive shard group for group 1, database db, policy rp
2015/06/17 11:59:10 new shard group 3 successfully created
2015/06/17 11:59:10 pre-creating successive shard group for group 2, database db, policy rp
2015/06/17 11:59:10 new shard group 4 successfully created
2015/06/17 11:59:10 pre-creating successive shard group for group 3, database db, policy rp
2015/06/17 11:59:10 new shard group 2 successfully created
The text was updated successfully, but these errors were encountered:
I suspect much of the output is from CreateShardGroupsIfNotExist which doesn't actually create the groups if they already exist. The log message may need to be updated to reflect this reality.
I had test data write some data to the past, and saw the output below from shard precreation. I need to confirm if it is correct. The logging also needs more details, such as start and end times for the created shard groups and shards.
The text was updated successfully, but these errors were encountered: