An error occurred fetching the project authors.
- 23 Feb, 2005 1 commit
-
-
stewart@mysql.com authored
-
- 21 Feb, 2005 1 commit
-
-
joreland@mysql.com authored
-
- 18 Feb, 2005 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
-
- 17 Feb, 2005 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
-
- 16 Feb, 2005 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
changed to set NdbMgmHandle from IPPConfig, and use info from configuration, instead of mgm handle from config retrieval
-
- 15 Feb, 2005 3 commits
-
-
stewart@mysql.com authored
fixes in connect_client thread. g_eventLogger usage, correct condition on calling connect on Transporter
-
stewart@mysql.com authored
- don't wait an extra 400ms before retrying a transporter connect if the port is dynamic
-
stewart@mysql.com authored
Don't ask mgm server for port to connect transporter to if we already have one; only ask if connect fails. Reconnect to mgm server in connect_clients thread if m_mgm_handle is disconnected.
-
- 14 Feb, 2005 4 commits
-
-
tomas@poseidon.ndb.mysql.com authored
use m_cofigMutex when configuration is accessed use c++ iteration interface everywhere in MgmtSrvr code use NDB_INVALID_SOCKET everywhere in Services.cpp
-
tomas@poseidon.ndb.mysql.com authored
-
tomas@poseidon.ndb.mysql.com authored
-
stewart@mysql.com authored
connect_client thread will work more than just first-time.
-
- 11 Feb, 2005 2 commits
-
-
stewart@mysql.com authored
(Found in review by Tomas Ulin)
-
stewart@mysql.com authored
- when connecting to a mgm server as a transporter, create a NdbMgmHandle - over this mgm handle, report the dynamic ports - then turn it into a transporter - this will re-report dynamic ports to mgmds when they restart (as we'll have to set up our transporter again). This will also report it to all mgmds (as we'll have transporters to all of them).
-
- 09 Feb, 2005 1 commit
-
-
stewart@mysql.com authored
Treat the management server specially. It should always be the server in a transporter as we then have a known port to connect to on node restart. allows a mgm connection (i.e. to the management server port, our known port) to be transformed into a transporter connection. Also, clean up the struct TransporterConfiguration (used to be a struct for each transporter type. now there's just one)
-
- 01 Feb, 2005 1 commit
-
-
tulin@mysql.com authored
-
- 27 Jan, 2005 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
added shared memory config parameter, signum for use in signalling added global variable for holdign signum to be used for shared memory connection only fiddle with signals if it is set simplified common ndb client option handling
-
- 19 Jan, 2005 1 commit
-
-
joreland@mysql.com authored
when using shm transporter, set sigmask on each thread using pthread_sigmask
-
- 14 Jan, 2005 1 commit
-
-
stewart@mysql.com authored
(Suggested by Tomas Ulin as part of review for WL2278)
-
- 12 Jan, 2005 1 commit
-
-
stewart@mysql.com authored
When a node restarts it starts over again with fetching the configuration - It is not sure that it can use the "old dynamically allocated port number" again. - It should however try to reuse the old one, if not possible it should allocate a new one. One has to be able to distinguish between portnumbers specified originally in the config, and ones that has been dynamically added (the latter may be changed if "busy", but the first cannot be changed). We use negative portnumbers for ports that are ok to change.
-
- 11 Jan, 2005 2 commits
-
-
konstantin@mysql.com authored
-
stewart@mysql.com authored
-
- 09 Jan, 2005 1 commit
-
-
stewart@mysql.com authored
-
- 07 Jan, 2005 2 commits
-
-
joreland@mysql.com authored
-
stewart@mysql.com authored
-
- 04 Jan, 2005 1 commit
-
-
stewart@mysql.com authored
- Change configuration handling so that no default ports are given, but instead 0 is set (port to be dynamic) - TransporterRegistry::start_service now only tries to connect when fetched port number > 0
-
- 24 Dec, 2004 1 commit
-
-
stewart@mysql.com authored
-
- 23 Dec, 2004 1 commit
-
-
stewart@mysql.com authored
In "client connect thread", let the client read the port to connect to using ndb_mgm_get_connection_int_parameter. The request for the port is resent on every connect attempt.
-
- 22 Dec, 2004 2 commits
-
-
tomas@poseidon.ndb.mysql.com authored
changed name of g_eventLogger so it can be used in TransporterRegistry and is the same as in the kernel
-
tomas@poseidon.ndb.mysql.com authored
use configured hostnames for SHM transporter setup
-
- 16 Dec, 2004 1 commit
-
-
stewart@mysql.com authored
Add calls to mgmd after setting up connections. (not fully functional yet, checkin for pull)
-
- 14 Dec, 2004 1 commit
-
-
joreland@mysql.com authored
-
- 13 Dec, 2004 1 commit
-
-
joreland@mysql.com authored
handled mixed tcp/shm transporters + bug#7124
-
- 15 Nov, 2004 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
print some info event on api connects with wrong versions
-
- 09 Nov, 2004 1 commit
-
-
joreland@mysql.com authored
-
- 20 Sep, 2004 2 commits
-
-
mysql@mc04.(none) authored
-
mysql@mc04.(none) authored
Improved Default SCI config params Added missing SCI libraries in ndb_mgm and atrt Added max of 1024 signals per receive on transporter (to improve real-time bahaviour and to ensure no job buffer explosion, still some more work left on avoiding job buffer explosion in the general case)
-
- 16 Sep, 2004 1 commit
-
-
tomas@poseidon.(none) authored
added support for setting up multiple interfaces correct connect address for mgmt server bug, -l flag would be interpreted as connectstring added flag to remove all node id checks changed automatic allocation of ports somewhat
-
- 15 Sep, 2004 2 commits
-
-
mikael@mc04.(none) authored
Logging to logging@openlogging.org accepted SCI_Transporter.hpp, SCI_Transporter.cpp: Major fix-up of SCI Transporter, fixed so that it works with single card, fixed wrap around, added lots of DBUG statements, merged with new transporter handling TransporterRegistry.cpp: Some fixes for wrap around needed plus DBUG handling TCP_Transporter.hpp, TCP_Transporter.cpp: Added DBUG statements SHM_Transporter.hpp, SHM_Transporter.cpp: Fixed SHM Transporter SHM_Buffer.hpp: Fixed SHM Buffer to handle wrap around properly IPCConfig.cpp: Fixed up config of SCI SocketServer.cpp: Added DBUG support for SocketServer threads ConfigInfo.cpp: Config changes for SCI TransporterDefinitions.hpp, mgmapi_config_parameters.h: SCI fixes Makefile.am, type_ndbapitools.mk.am, type_ndbapitest.mk.am: Added SCI library path to Makefiles configure.in: Fixed small bug with shared mem and sci together in configure acinclude.m4: Added possibility of providing SCI library path in confgure
-
tomas@poseidon.(none) authored
-