Bug #22915 infinite loop in DBTUP
Submitted: 3 Oct 2006 2:27 Modified: 13 Nov 2006 9:31
Reporter: Sean Pringle Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Cluster: Cluster (NDB) storage engine Severity:S1 (Critical)
Version:5.1.12 OS:
Assigned to: Jonas Oreland CPU Architecture:Any

[3 Oct 2006 2:27] Sean Pringle
Description:
Watchdog catching possible infinte loop. Bug filed at dev team's suggestion.

How to repeat:
No testcase available yet.
[3 Oct 2006 8:57] Jonas Oreland
It seems like application is "flooding" ndbd with
WRITE KEY='0x0 0x63' VALUES SET = 0, 2, 3

And that some other values (i.e col 1 or col > 3) is not null

And..that API is sending multiple WRITE on same key within same execute *1
Note that *1 yeilds deliberatly undefined behaviour
  (but crash should ofcourse not happen)
[13 Nov 2006 9:31] Jonas Oreland
this was a duplicate