zoukankan      html  css  js  c++  java
  • IE-FSC

    Top3:

    Top2: FSC related to Redis: (Redis = https://www.cnblogs.com/ngtest/p/10693750.html)

    FSC status really relies on redis service. 

    For standalone redis system,  it’s easy to make sure FSC becomes disconnected (checking status) when the redis is out of service.

    But for cluster redis, there are some situations need to consider.

     

    Y---- redis has service,   N----redis hasn't service      Con----- FSC connected,    Dis----- FSC disconnected (checking status).    Please note,  HA FSC are same as standalone FSC

    Master redis

    slave redis

    sentinel redis

    Check FSC status

    Y

    Y

    Y

    Con

    Y

    N

    Y

    Con

    Y

    Y

    N

    Con

    Y

    N

    N

    Dis

    Y

    N

    Back from N to Y

    Con

    Y

    Back from N to Y

    N

    Dis

    N

    Y

    Y

    Con

    N

    Y

    N

    Dis

    Back from N to Y

    Y

    N

    Dis


    Please note, these just explain FSC status relies on redis,  FSC status also relies on RMQ, TE. 

    Also, please note, not like replica DBs,  cluster redis will change, and keep status after master, slave switching.   

     Top1 : 

      Q1 20180822:  Forgot password after install FSC, this pw needes when add FSC in webpage, where to found it? 

     Q2 180822: 

     2018-9-26:ie7.1a

    手工安装记录:

     

     上面的证书ca.pem错误,请参考IE-SSL

  • 相关阅读:
    61. Rotate List
    60. Permutation Sequence
    59. Spiral Matrix II
    57. Insert Interval
    18多校8th
    2019山东省赛总结
    二分图——poj2239
    二分图匹配——poj1469
    二分图——poj2446匈牙利算法
    思维构造,建图——cf1159E
  • 原文地址:https://www.cnblogs.com/ngtest/p/9520387.html
Copyright © 2011-2022 走看看