1. 21 Sep, 2005 1 commit
    • unknown's avatar
      BUG#11595 ndb_mgm shows from IP for second mgmd · 90b102da
      unknown authored
      BUG#12037 ndb_mgmd IP address do not show in other ndb_mgmd processes
      
      Extend ApiVersionConf to include address.
      
      
      ndb/include/kernel/signaldata/ApiVersion.hpp:
        Extend ApiVersionConf to include inet_addr. the address used for communication to this node.
      ndb/src/kernel/blocks/qmgr/QmgrMain.cpp:
        include connect address in ApiVersionConf
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        ::status() now also returns char* address of the node.
        For API or MGM, this is in ApiVersionConf.
        For NDB, this is the standard get_connect_address.
        
        When sending ApiVersionReq, try to send to a STARTED node (as these have
        properly joined the cluster and know the connect addresses).
        
        If versionNode is called for getOwnNodeId()==nodeId, try to get the address
        via ApiVersionConf. If that fails, look it up in the configuration.
      ndb/src/mgmsrv/MgmtSrvr.hpp:
        Add char **address to prototypes.
      ndb/src/mgmsrv/Services.cpp:
        Get the connect address from mgmsrv.status()
      90b102da
  2. 20 Sep, 2005 1 commit
    • unknown's avatar
      Remove old and usused configuration locking code. · 8c963d39
      unknown authored
      Some new code that does this job is being written against 5.1. This code is
      largely removed from that work.
      
      
      ndb/include/kernel/GlobalSignalNumbers.h:
        remove dead (never used) MGM_(UN)LOCK signal numbers
      ndb/src/mgmsrv/Config.cpp:
        remove unused generation number code.
        
        remove unused Config::change
      ndb/src/mgmsrv/Config.hpp:
        remove unused generation number prototypes.
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        remove unused getPrimaryNode
      ndb/src/mgmsrv/MgmtSrvr.hpp:
        remove prototypes for config lock and commit/rollback.
      ndb/src/mgmsrv/MgmtSrvrConfig.cpp:
        remove CONFIG (UN)LOCK signals, lockConf/unlockConf, commit/rollback and changeConfig.
        
        never used.
      ndb/src/mgmsrv/Services.cpp:
        remove unused configuration locking code
      ndb/src/mgmsrv/Services.hpp:
        remove usused configuration locking code
      8c963d39
  3. 15 Sep, 2005 1 commit
  4. 14 Sep, 2005 2 commits
  5. 13 Sep, 2005 2 commits
  6. 12 Sep, 2005 29 commits
  7. 11 Sep, 2005 3 commits
  8. 10 Sep, 2005 1 commit