mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 10:01:11 +08:00
FIX: Pubsub connections need to be killed too.
This commit is contained in:
@ -32,6 +32,7 @@ class DiscourseRedis
|
||||
if slave_client.call([:info]).split("\r\n").include?(MASTER_LINK_STATUS)
|
||||
logger.warn "#{log_prefix}: Master server is active, killing all connections to slave..."
|
||||
slave_client.call([:client, [:kill, 'type', 'normal']])
|
||||
slave_client.call([:client, [:kill, 'type', 'pubsub']])
|
||||
Discourse.clear_readonly!
|
||||
Discourse.request_refresh!
|
||||
@master = true
|
||||
|
Reference in New Issue
Block a user