World of KJ
http://worldofkj.com/forum/

OK, so what happened?!
http://worldofkj.com/forum/viewtopic.php?f=3&t=53278
Page 1 of 1

Author:  Groucho [ Fri Aug 28, 2009 1:56 pm ]
Post subject:  OK, so what happened?!

Tried to sign on last night and got error messages at every turn. Then I received an email telling me to go to Filmgasm where I applied but have not been approved. Everyone was blaming everyone else and rumors about KJ being taken down and other stuff was posted everywhere.

So what's the truth?

Author:  Chippy [ Fri Aug 28, 2009 1:57 pm ]
Post subject:  Re: OK, so what happened?!

Eagle wrote:
Heh, I'll try and explain better for anyone interested ... basically ... each post has a unique number:

Post 1, Post 2, Post 3, etc. When someone makes a post, the database will automatically give that post the next unique number. Unfortunatly, something happened in the middle of an insert, meaning a record was entered into the database as Post 4, but the database got amnesia and doesn't remember inserting it. Well, the next time someone tried to post, the database again tried to insert the new post as Post 4 and was like "Hey, who the hell are you! There's not supposed to be a Post 4 here!"

That's the basic issue, and fixing that issue isn't as simple as you'd expect. Each time a post is made, the posts table is LOCKED temporarily, and UNLOCKED when the insert completes. Well, since it never finished inserting correctly, the table remained LOCKED, which causes all kinds of headaches. All attempts to unlock the table resulted in the fail whale.

The only way to fix these two problems is a series of repairs on the database, but because the table is so huge (~1.5 million records), attempts to repair it were causing the HTTP service to crash. To get around that, I had to run the repair via command line, but part of the repair process is to build a temporary index file which was too big for the directory it builds in. Meaning it ran out of space and couldn't fully rebuild the database. To give the specific partition more space, I'd have to reformat the entire server, and I didn't want to do that. So I then decided to rebuild the index in memory, which was very SLOW, but seemed to be working. Unfortunatly, when that process finished, it threw an error saying the database was still marked as crashed, and rebuilding the index wasn't sufficient to repair it. Yeesh!!!

So I had to rebuild not only the table indexes, but also the file holding all the data of the database. I kicked that process off before bed, it finished early this morning. Ta Da!

Bet you wish you hadn't asked, heh.

Author:  Korrgan [ Fri Aug 28, 2009 3:30 pm ]
Post subject:  Re: OK, so what happened?!

viewtopic.php?f=10&t=53274

Never forget.

Author:  trixster [ Sat Aug 29, 2009 5:20 am ]
Post subject:  Re: OK, so what happened?!

I can't believe you guys went to FILMGASM instead of just waiting a day or two. Even torrino.net would have been preferable.

Author:  zingy [ Sat Aug 29, 2009 11:17 am ]
Post subject:  Re: OK, so what happened?!

The look of the filmgasm board really bothered me, so I didn't stay and register

Author:  Shack [ Sat Aug 29, 2009 3:36 pm ]
Post subject:  Re: OK, so what happened?!

trixster wrote:
I can't believe you guys went to FILMGASM instead of just waiting a day or two. Even torrino.net would have been preferable.


On the other hand, torrino.net was infested by snack spam...

Author:  harry713 [ Sun Aug 30, 2009 12:02 pm ]
Post subject:  Re: OK, so what happened?!

trixster wrote:
I can't believe you guys went to FILMGASM instead of just waiting a day or two. Even torrino.net would have been preferable.


I am part owner of Filmgasm, therefore your statement is entirely incorrect.



But I forgive you.

Cheers.

Author:  harry713 [ Sun Aug 30, 2009 12:05 pm ]
Post subject:  Re: OK, so what happened?!

zingy wrote:
The look of the filmgasm board really bothered me, so I didn't stay and register


There are 8 different board styles.

Author:  Gulli [ Fri Sep 04, 2009 3:33 pm ]
Post subject:  Re: OK, so what happened?!

Nothing wrong with Filmgasm lads tis a friendly place.

Author:  Christian [ Fri Sep 04, 2009 4:40 pm ]
Post subject:  Re: OK, so what happened?!

Will people in Filmgasm like me?

Author:  Johnny Dollar [ Fri Sep 04, 2009 5:10 pm ]
Post subject:  Re: OK, so what happened?!

Shack wrote:
trixster wrote:
I can't believe you guys went to FILMGASM instead of just waiting a day or two. Even torrino.net would have been preferable.


On the other hand, torrino.net was infested by snack spam...


Many prefer the occasionally bitter yet complex taste of snack spam to the overwhelmingly vanilla taste of shack spam.

Author:  Dr. Lecter [ Fri Sep 04, 2009 10:29 pm ]
Post subject:  Re: OK, so what happened?!

yoshue wrote:
Shack wrote:
trixster wrote:
I can't believe you guys went to FILMGASM instead of just waiting a day or two. Even torrino.net would have been preferable.


On the other hand, torrino.net was infested by snack spam...


Many prefer the occasionally bitter yet complex taste of snack spam to the overwhelmingly vanilla taste of shack spam.


Oh my just change a few letters here...

:funny: :funny: :funny:

Author:  Michael A [ Sat Sep 05, 2009 1:57 am ]
Post subject:  Re: OK, so what happened?!

Christian wrote:
Will people in Filmgasm like me?


I assume this is a joke or a rhetorical question

everyone will always like you christian.

Author:  Chippy [ Sat Sep 05, 2009 2:18 am ]
Post subject:  Re: OK, so what happened?!

By 'like' he means 'have sex with'.

Page 1 of 1 All times are UTC - 5 hours [ DST ]
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/