DP database errors

Discussion in 'Support & Feedback' started by Mia, Mar 19, 2007.

  1. Yfcadmin

    Yfcadmin Notable Member

    Messages:
    2,616
    Likes Received:
    331
    Best Answers:
    0
    Trophy Points:
    230
    #61
    I guess someone merged my thread in some old thread ... ???
     
    Yfcadmin, Mar 22, 2007 IP
  2. samantha pia

    samantha pia Prominent Member

    Messages:
    4,639
    Likes Received:
    482
    Best Answers:
    0
    Trophy Points:
    310
    #62
    i got it all day, and even as i replied to this thread 10 minutes ago
     
    samantha pia, Mar 22, 2007 IP
  3. samantha pia

    samantha pia Prominent Member

    Messages:
    4,639
    Likes Received:
    482
    Best Answers:
    0
    Trophy Points:
    310
    #63
    oh boy aint this goofing up now it posted 2 uses posts 5 times
     
    samantha pia, Mar 22, 2007 IP
  4. KHyuga

    KHyuga Active Member

    Messages:
    323
    Likes Received:
    35
    Best Answers:
    0
    Trophy Points:
    70
    #64
    I've been trying to log in all day without success until now.
     
    KHyuga, Mar 22, 2007 IP
  5. h4nh4n

    h4nh4n Peon

    Messages:
    931
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    0
    #65
    no explanation from shawn?
     
    h4nh4n, Mar 22, 2007 IP
  6. carl_in_florida

    carl_in_florida Active Member

    Messages:
    1,066
    Likes Received:
    63
    Best Answers:
    0
    Trophy Points:
    90
    #66
    I think I caused this error. I spilled my coffee on my keyboard while typing a post on DP.

    Sorry guys
     
    carl_in_florida, Mar 22, 2007 IP
  7. Yfcadmin

    Yfcadmin Notable Member

    Messages:
    2,616
    Likes Received:
    331
    Best Answers:
    0
    Trophy Points:
    230
    #67
    Yeah me too.... My coffee fell into the monitor.... Ok I made this error... Sorry everyone :) ...
     
    Yfcadmin, Mar 22, 2007 IP
  8. alien

    alien Well-Known Member

    Messages:
    1,844
    Likes Received:
    190
    Best Answers:
    0
    Trophy Points:
    190
    #68
    Today, I am also getting constant database error
     
    alien, Mar 22, 2007 IP
  9. Luke Beale

    Luke Beale Peon

    Messages:
    2,115
    Likes Received:
    27
    Best Answers:
    0
    Trophy Points:
    0
    #69
    Well maybe there are to many of us online at the same time.

    I vote everyone else should leave DP for a day :)
     
    Luke Beale, Mar 22, 2007 IP
  10. sundaybrew

    sundaybrew Numerati

    Messages:
    7,294
    Likes Received:
    1,260
    Best Answers:
    0
    Trophy Points:
    560
    #70
    Yea - DP is slow and getting DB error for me as well......:(

    No more username changes :(
     
    sundaybrew, Mar 22, 2007 IP
  11. Duality

    Duality Notable Member

    Messages:
    4,054
    Likes Received:
    268
    Best Answers:
    0
    Trophy Points:
    245
    #71
    I'm getting the error as well at school and at home.
     
    Duality, Mar 22, 2007 IP
  12. [x[x]x]

    [x[x]x] Peon

    Messages:
    813
    Likes Received:
    30
    Best Answers:
    0
    Trophy Points:
    0
    #72
    Yeah Dp is very slow and I always get the stupid Database Error, pretty annoying... :(

    hope it gets fixed soon
     
    [x[x]x], Mar 22, 2007 IP
  13. prilep

    prilep Well-Known Member

    Messages:
    3,852
    Likes Received:
    228
    Best Answers:
    0
    Trophy Points:
    185
    #73
    Finally its fixed! Thanks shawn. Now its going fast hope there is no more DB errors.

    Thanks

    - Prilep :D
     
    prilep, Mar 22, 2007 IP
  14. ezguy

    ezguy Well-Known Member

    Messages:
    1,184
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    128
    #74
    aha it is fast now i guess it is fixed
     
    ezguy, Mar 22, 2007 IP
  15. samantha pia

    samantha pia Prominent Member

    Messages:
    4,639
    Likes Received:
    482
    Best Answers:
    0
    Trophy Points:
    310
    #75
    ok i am getting DB errors for
    DP
    mcdar.net
    msxml3.dll error '80072efd'

    A connection with the server could not be established

    /Q-Check/includes/testfunction2a.asp, line 42

    and my own sites DB keeps crashing today.

    anyone else getting issues? i have also not been getting email from my host today,
     
    samantha pia, Mar 22, 2007 IP
  16. Bender

    Bender Peon

    Messages:
    1,403
    Likes Received:
    358
    Best Answers:
    0
    Trophy Points:
    0
    #76
    I think my F5 is broken...
     
    Bender, Mar 22, 2007 IP
    commandos likes this.
  17. sundaybrew

    sundaybrew Numerati

    Messages:
    7,294
    Likes Received:
    1,260
    Best Answers:
    0
    Trophy Points:
    560
    #77
    Looks like DP is back to full speed !!!

    Thanks Shawn!
     
    sundaybrew, Mar 22, 2007 IP
    commandos likes this.
  18. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,334
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #78
    It seems to be a combination of a couple things...
    • ulimit has a default setting of 1024 files open per user.

    • Normally MySQL lets you override this for the MySQL user by using the open-files-limit directive in /etc/my.cnf, but apparently you can't override the open file limit when using MySQL Instance Manager (no idea why they made it that way). Instance manager is used because multiple mysqld processes run on each physical DB server.

    • Google API slowness the last few days was causing a bunch of open DB connections while the "check all" processes were being run, which left less available slots for open files for forums.
    So the DB server's operating system was not letting DB servers open any more files (MySQL opens files for each query).

    The end result is the DB server cluster was being limited to about 2,500 concurrent DB connections (and normally wouldn't be an issue, except the Google API/keyword tracker was using more slots than it normally does). The fix was to up the default operating system ulimit restrictions instead of using MySQL's override (which doesn't work in my case).

    Hopefully it should be good to go now (and back to normal with being able to handle ~15,000 concurrent DB connections).
     
    digitalpoint, Mar 22, 2007 IP
    Bender likes this.
  19. Mia

    Mia R.I.P. STEVE JOBS

    Messages:
    23,694
    Likes Received:
    1,167
    Best Answers:
    0
    Trophy Points:
    440
    #79
    Cool.. Thanx for the update.
     
    Mia, Mar 22, 2007 IP
    commandos likes this.
  20. fadetoblack

    fadetoblack Peon

    Messages:
    416
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #80
    It wasnt working for the past couple of hours ..Hope it stays normal from now on
     
    fadetoblack, Mar 22, 2007 IP