Sorry about the blog outage...
Category This Blog
Bookmark :
My provider, DominoDeveloper.net (DDN), had a serious problem with their blog server - it died a horrible death. They had a planned outage to fix the problem, but they had a hardware failure before they could have the planned hardware outage. Long story short, the server had a hard crash, and it took awhile to get it back up.
On top of that I have had some internal blog issues - I had a cleanup agent that was not written properly, so my logs had grown huge, and I had not noticed - and my blog had reached 7GB. So, I had fixed the cleanup agent and ran it, and it had reduced the log size down to something manageable, but my blog's whitespace was massive - so I needed to get rid of it. So, to do it the easiest way I simply created a copy of my blog to delete all the view indices and whitespace, and then transeferred that back to the blog server once DDN got the blog server back up.
Well, everything is back to normal, and the blog is (hopefully) running smoothly. Sorry for the outage.
Incidentally, I'll be in Miami next week speaking at the Lotus Advisor Summit in Miami, so if you happen to be going please stop by and say "hi"!
Rock
**Words that soak into your ears are whispered, not yelled.






Blog Roll










Comments
Posted by Ben Poole At 11:10:29 AM On 10/16/2007 | - Website - |
Posted by Rob McDonagh At 10:31:12 PM On 09/28/2007 | - Website - |
I'm doing the presentation again tomorrow. Thanks for the update.
No worries.
Posted by Curt Stone At 05:13:21 PM On 09/26/2007 | - Website - |
Posted by Rob McDonagh At 10:24:48 AM On 09/28/2007 | - Website - |
Posted by Ben Poole At 04:41:16 AM On 09/27/2007 | - Website - |
The problem is that on old (pre-crash) posts, the comments are now completely out of order. If you want to see it in action, look at your post about the Britney VMA - the comment by Carl about how she's not fat is the 4th item, your response to him is the 3rd, and his response back again is the 2nd.
From what I can tell, this is because Blogsphere uses the @Created and doc.Created document properties to do date sorting instead of saving a field for that purpose. Usually that works great. In this case, though, it runs into the issue where the created date IN THIS FILE doesn't match the created date INITIALLY (because both of us used our local replicas to restore). To display the comments, it uses the in this file version, and that's the date it replicated to your local copy. We want the "initial" date, but I haven't come up with a way to get at it yet.
You know way more than I do about this sort of thing - any brilliant ideas?
Posted by Rob McDonagh At 09:35:43 PM On 09/27/2007 | - Website - |