Skip to content
  • magnus.blaudd@oracle.com's avatar
    23dfdd75
    Bug#18366909 MGMD BINARY CONFIG LOOSES SERVERPORT AND OTHER SETTINGS WITH TYPE KEY_INTERNAL · 23dfdd75
    magnus.blaudd@oracle.com authored
     - Neither ServerPort or TcpBind_INADDR_ANY ended up in the binary config since they
      was marked as internal. This was probably done intentionally since both these settings are
      only used to calculate values which end up in other places of the config. But it's hard to
      reverse engineer and thus it's better to add both the original value and the calculated value
      to the binary config. There are more options marked as internal but they are either deprecated or
      undocumented.
     - Fix by giving the two options a proper value and ass testcase to show the values with ndb_config.
    23dfdd75
    Bug#18366909 MGMD BINARY CONFIG LOOSES SERVERPORT AND OTHER SETTINGS WITH TYPE KEY_INTERNAL
    magnus.blaudd@oracle.com authored
     - Neither ServerPort or TcpBind_INADDR_ANY ended up in the binary config since they
      was marked as internal. This was probably done intentionally since both these settings are
      only used to calculate values which end up in other places of the config. But it's hard to
      reverse engineer and thus it's better to add both the original value and the calculated value
      to the binary config. There are more options marked as internal but they are either deprecated or
      undocumented.
     - Fix by giving the two options a proper value and ass testcase to show the values with ndb_config.
Loading