Closed Bug 1614649 Opened 6 years ago Closed 5 years ago

Please update the new user percentage for durable sync to 25% on Feb 24th

Categories

(Cloud Services :: Operations: Deployment Requests - DEPRECATED, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: rachel, Assigned: eolson)

References

Details

In the dynamic_settings table:

INSERT INTO 
   dynamic_settings (setting, value, description) 
VALUES 
   ('migrate_new_user_percentage', 25, 'percent of new users to migrate to spanner') 
ON DUPLICATE KEY UPDATE 
   migrate_new_user_percentage = 25;

I will do this unless Erik beats me to it.

Assignee: nobody → jrgm

That query should be:

INSERT INTO
   dynamic_settings (setting, value, description)
VALUES
   ('migrate_new_user_percentage', 25, 'percent of new users to migrate to spanner')
ON DUPLICATE KEY UPDATE
   value = 25;

ah, thanks jrgm. Will use that for these requests in the future.

Assignee: jrgm → eolson

Updated. I will monitor sync-rs as this setting is propagated.

Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED

thanks, Erik

Blocks: 1618366
Blocks: 1624337
You need to log in before you can comment on or make changes to this bug.