List:Commits« Previous MessageNext Message »
From:Jonas Oreland Date:August 12 2009 6:09pm
Subject:bzr commit into mysql-5.1-telco-6.3 branch (jonas:3008) Bug#45899
View as plain text  
#At file:///home/jonas/src/telco-6.3/ based on revid:jonas@stripped

 3008 Jonas Oreland	2009-08-12
      ndb - bug#45899 - disable previous fix as it cause many tsts to fail in autotest

    modified:
      storage/ndb/src/common/transporter/TransporterRegistry.cpp
=== modified file 'storage/ndb/src/common/transporter/TransporterRegistry.cpp'
--- a/storage/ndb/src/common/transporter/TransporterRegistry.cpp	2009-07-17 11:56:54 +0000
+++ b/storage/ndb/src/common/transporter/TransporterRegistry.cpp	2009-08-12 18:09:07 +0000
@@ -1283,9 +1283,15 @@ TransporterRegistry::start_clients_threa
             // ndbapi clients to connect until it's started
             // The transporter will detect this case and
             // limit rapid reconnect attempts
+#if 0
+            // disable this "fix" as it cause some 50 tests to fail
+	    // in autotest...
+	    // suggest that we send back "blocked" instead
+	    // and ping-pong this back-and-forth until connection
+	    // gets un-blocked
             if (t->is_connect_blocked())
               continue; // Too many refused connections
-
+#endif
             connected= t->connect_client();
           }
 


Attachment: [text/bzr-bundle] bzr/jonas@mysql.com-20090812180907-gg0o88k94c5h4i7b.bundle
Thread
bzr commit into mysql-5.1-telco-6.3 branch (jonas:3008) Bug#45899Jonas Oreland12 Aug