The Law of Unintended Consequences (or Why Most of Your Workflow Apps Are Deeply Flawed) - Now with Update Details!
I've really been torn whether to write this entry. It might be petty of me, but I can't stand the fact that it benefits someone who doesn't deserve it. Nevertheless, it also benefits way too many other people for me to ignore the matter. My magnanimous tendencies seem to get the best of me again.
It turns out that there's a very deep bug in Domino with the advanced switch to "Optimize Table Bitmap." I'm sure many readers know this switch. It's the one that makes all your views work faster, even though it has nothing whatsoever to do with Tables or with Bitmaps. What the switch really means is "create a special index criteria for the Form field so views that select by it go faster." I guess they couldn't fit that in the properties box.
Anyway, the deep bug is that sometimes documents disappear from the index, and basically, it seems like the view's index becomes corrupted. It doesn't. It's just that the selection criteria isn't actually being applied. According to IBM, the problem is...
...a very rare issue that appears to be limited to documents whose form has changed. We do not currently believe that this behavior would be seen in databases that do not have this type of workflow, with the NAB being an important example.
In other words, "this bug doesn't affect our templates, so it's not a priority."
Well, that just gets my hackles up. Because a) it's a pretty big deal; b) it's undocumented; and c) I can't even begin to count the number of applications I've seen in production that change the Form on a document over the course of a process. Far from being "rare," it's actually the epitome of an advanced Domino application. Separating presentation and logic from data is the "A-HA!" moment for thousands of Domino developers.
In fact, I wonder whether this bug will affect Xpages applications. Xpages allow a developer to render documents with a variety of pages, and then validate them against an arbitrary form. So toggling Form values is a key aspect of refactoring to Xpages. I could easily see lots of unintended consequences springing forth from trying to optimize Xpages applications (and when people start doing lookups in view columns, performance is going to become paramount) and not being able to evolve backend forms as, say, a Prospect changes to a Customer. The word "showstopper" doesn't do it justice.
But even more simply: this switch could break any application that has a mildly sloppy Form formula in a view.
Frankly, I wouldn't have considered this important until I saw IBM's reply. If they know where the problem is, then the hard part isn't coding a fix -- it's testing. And IBM is already in the middle of testing the most dramatic updates in the on-disk structure for NSFs since R6. So there's little reason not to bundle this one in. Given that NSF reliability is one of the key objectives of the 8.5 server, it seems important to throw a light on this matter and let IBM know that, yes, we do indeed care about both index performance and being able to build flexible workflow applications.
So I have three questions for you, dear reader...
1) Do you regularly change Form field values in your applications to manage workflow or presentation?
2) Would you consider the failure to shine a light on this matter to be a grievous oversight by IBM?
3) Do you know of any standard templates that ship with Notes (or any companion product) that change the Form value in order to achieve some desired outcome? (This would be the smoking gun.)
Thank you in advance for your answers.
UPDATE: First, I'd forgotten that this switch had been updated since it's origination. It was originally "Optimize Table Bitmap" but has since been changed to "Optimize document table map." My apologies for misquoting the switch.
Second, according to Chad Scott from IBM, the problem only occurs when the Form value is changed by the HTTP process. Details are available in this technote.
Chad describes the existence of the technote as having documented the problem. I'm afraid I have to disagree. If it's not in the documentation I see when I press F1, it's not documented.
Lastly, it turns out that this technique IS used in the NAB. The Domino directory itself calculates the Form field on the Connections form. Here's the formula...
REM {For compatibility with V3 (sigh)};
@If(ConnectionType="0";"local";"remote")
"sigh" indeed.
So the result is that if you change your Connection type from "Local Area Network" to anything else, using a web browser (including the web admin client,) you could experience this problem. Why might you have this Optimize switch on in your NAB? Because it's offered by the Help as a performance advantage...
This significantly improves the performance of view updates, especially updates of small views within large databases -- for example, the Connections view in the Domino Directory.
Amusingly, the $Connections view -- the one that would actually benefit from the Form linkage because it's most often used by the server -- doesn't use the Form= approach. It uses Type=. So therefore it doesn't get the advantage of the "Optimize" switch, nor is it subject to this bug. Indeed, most of the internal views for the directory don't use Form selections. Which means there's a substantial performance gain available for the directory -- and therefore every Domino server -- through some fairly simple SELECT formula updates and an actual fix for this SPR. Art Thomas, are you reading?
There is, however, a standard Domino template that changes the Form value on a regular basis: the Resource Reservation database. The action of submitting and accepting reservations over the web explicitly calls Form value changes, and almost every view has a Form="Reservation" line in it.
How many times have you had "apparently view corruption" problems or "busy time strangeness" in the Resource Reservation database? Problems that were mysteriously resolved by deleting and recreating reservations, or by doing a Ctrl + Shift + F9? If those problems came from web users of the database, you might have suffered this bug with an out-of-the-box workflow template from IBM. I know I've had this issue with at least one customer in the last 90 days.


Comments
2. If they know what the issue is and are simply choosing not to fix it, that is totally not cool. It shows a real lack of concern for the development community, yet again.
3. No, but I will keep an eye out.
BTW, please fix the CSS for the comments form in IE7 before it drives me insane!
Posted by Sean Burgess At 07:22:47 PM On 06/23/2008 |
Posted by Andrew Pollack At 08:17:40 PM On 06/23/2008 |
Any knowledge as to how big a performance drop-off is without this option checked?
2. Yes, but only because they don't appear to have asked anyone but their internal Notes dev's. As Mary Beth has shown, those days should be behind us.
3. I don't know.
Posted by Timothy Briley At 08:35:19 PM On 06/23/2008 |
2 - Total oversight... not done through any malicious intent but "an oversight" by definition. Mind you, unless this breaks XPages, I doubt you'll see a fix high on anyones priority list anytime soon.
3 - No specific names come to mind, but I know that I *have* seen it "in the field". Each time I do, I shudder... I'll keep a close eye out and hit ya up with product names as I see them.
Posted by Chris Toohey At 09:14:59 PM On 06/23/2008 |
2. Yes, I think it's definitely something that should be fixed by IBM.
3. None that I know of.
Posted by Ernie Mercer At 09:17:46 PM On 06/23/2008 |
Still, I'm surprised. "Proposal" to "Project"; "Prospect" to "Customer"; "Candidate" to "Employee"; "Trouble Ticket" to "Bug Report" -- this isn't embedded in your own applications? I've been doing this for years, and never for a nano-second would have considered it a hack. Just smart programming.
And Toohey, you don't write everything to a "logic broker." That's a recent idea of yours, and the fact that it's a good one doesn't change the hundreds of forms you've already put into production. Puh-lease.
Posted by Nathan T. Freeman At 09:21:01 PM On 06/23/2008 |
2. Grievous might be a little strong, but plain oversight is a little light. A bug is a bug, introducing one is not OK just because you personally aren't aware of any situations where it will *definitely* cause problems.
3. Nope.
"Proposal" to "Project" - Status field of the Task form?
"Prospect" to "Customer" - Status field of the Contact form?
"Candidate" to "Employee" - Status field of the Employee form?
I try to map my documents to real world entities as much as possible, the basicer the betterer, a shape shifter usually means look at it from higher up. Not that I would call it a hack by any means to change the Form field value of a document, heck, a document doesn't even strictly need a Form field! It's just a field like any other isn't it? I've never seen anything that says "if you set the Form field, *DO* *NOT* change it afterwards", and I would give my head a shake if I did.
I'm with you man. Sure there are many ways to get something done in Notes, but I wouldn't want to be the one rewriting applications to use the way that IBM didn't cripple
Posted by Mike VandeVelde At 10:03:35 PM On 06/23/2008 |
You say "Proposal" to "Project" is a change of status. I can't disagree. I would change the status. I might also change the resulting form. Why the form? To get a different set of fields.
Why would I not just present the fields wit elaborate hide-whens? Because they're a maintenance nightmare.
Why not just use computed subforms? Ummmmm... because I like to write and reuse Lotusscript classes? When combined with subforms, Global object instantiations are one of the quickest ways to make an apparently smart app incredibly slow.
The law of leaky abstractions, indeed.
And one important remedy to leaky abstractions is that the platform provide a work around. With this issue, there really isn't one.
Posted by Nathan T. Freeman At 10:27:19 PM On 06/23/2008 |
1. This issue is documented here: { Link }
2. The workflow described may not be rare, but known occurrences of this SPR are. I would encourage anyone who is seeing this issue to log a PMR with Support or email me with the details.
3. There is not currently a fix for the issue, which is why it is not as simple as bundling this in with other things to test. We do view this as a serious problem and continue to evaluate ways to fix it.
Posted by Chad Scott At 11:27:27 PM On 06/23/2008 |
2. This has to be fixed ASAP, because it has a high potential to suprise developers. Imagine a project manager who has to put an application into production because of this bug. The time to change the application-code to one without changing the form field is a) probably quite long and b) difficult to predict. These are the 2 things project managers definitevly hate for good reason.
3. no.
Posted by Axel At 02:39:23 AM On 06/24/2008 |
Posted by Vitor Pereira At 04:11:39 AM On 06/24/2008 |
2. Fix ASAP. A bug in the view selection code? Unfixed for years? Seriously? I am lost for words. Especially since according to the first forum link in the amin article this bug did not exist in R5. This smells of the kind of 'fix' that was done to the web server scheduling algorithm in 6 (see <a http="{ Link } look for HttpQueueMethod=2 in the comments)
3. Not that I know of.
So: I really would like this to be fixed. If at all possible, also in the older streams, without the ODS structure change. Please do not make it a NotesIni parameter. This bug is defenitely not a feature.
As for the request for PMRs: I understand they would be nice. I will if I see it happening. Is it a possibility to compare R5 and R6 code streams?
Posted by Lars Berntrop-Bos At 04:33:54 AM On 06/24/2008 |
I hate to be a nitpicker, because your post is spot-on.
The option is "Optimize document table map", NOT "Optimize document table bitmap".
-Devin.
Posted by Devin Olson At 06:46:13 AM On 06/24/2008 |
1) No, not personally. However I've seen it done in many, many applications and have never considered it to be a bad thing. In some instances, it is the perfect solution to a rather thorny problem.
2) YES!!! The view is the basis for all nsf databases. You cannot have an nsf without one. It is the number one most important "thing" there is. A bug that causes some documents to appear in a view when they are excluded by the view selection formula, no matter how rare, is a FLIPPEN HUGE BAD THING! Failure to fix this goes way beyond oversight. This needs to be fixed right now.
3) I can't remember right now, but for some reason the old Redding Bicycle Co. application (from AD2 course ware) comes to mind. I don't have a copy at hand to check right now. Although I guess that is a red herring, because this was pre R6.
-Devin.
Posted by Devin Olson At 07:03:36 AM On 06/24/2008 |
@All - Read the update to find an out-of-the-box template that uses WebQuerySave events to reset a Form value. It's a famous one. And one that famously has problems!
Posted by Nathan T. Freeman At 07:44:50 AM On 06/24/2008 |
It sounds like a couple of people didn't see the link in the article to the forum post so here it is:
{ Link }
The performance hit is potentially huge. Read the bottom of the forum post for an example.
If you're interested in this getting fixed please open a PMR and request to have SPR# DCOE6N82TP fixed. And please do it soon, as an ODS change is required to fix the problem and now is a perfect time to address it since the ODS for 8.5 is switching anyway. If IBM asks you for a reproducible example and you don't have one (which I'm guessing you don't), simply say that you want to be able to use the performance-boosting "Optimize Document Table Map" switch but can't due to this known, documented problem.
To be fair, IBM didn't fully understand the problem until a couple of weeks ago (it has taken years to fully reproduce). And they agree that it's nasty. It's a pretty high priority internally, but is currently "no plans to fix" without more weight.
Also, the technote referenced by Chad is not completely accurate. Specifically:
- The problem is reproducible in 8.0, 8.0.1, and 8.5 beta 1.
- Chad is correct, *known* occurrences of this SPR are ultra-rare. Once the problem occurs, it simply looks like a corrupt view index. One you can fix with Shift-F9, Updall, setting the view index to discard, or any other number of "blow it away and rebuild" techniques.
- The technote states that the problem "does not occur if the document is being modified by the Notes client." I would place money on the fact that IBM doesn't know that definitively, as this thing has been an absolute bear to reproduce and is very rare and intermittent. We believe it *has* happened with code run in the the Notes client, we just haven't been able to get a DB in a pre-broken state to IBM for reproduction. If IBM does know definitely that the problem *cannot* happen with the Notes client, they should doc that.
Posted by Erik Brooks At 07:55:54 AM On 06/24/2008 |
I'm honestly stunned that this isn't on the list of "NSF reliability" issues that the Domino server team has as a main priority for 8.5.
The fact that IBM claims it only happens via web updates against the Form field is precisely what leads me to believe that the issue is one of testing rather than coding. If you know that much detail about where the problem happens, tracing the code and coming up with a solution is usually not too difficult.
Posted by Nathan T. Freeman At 08:15:23 AM On 06/24/2008 |
I'm shocked this isn't on the 8.5.x ticket, too. I've found numerous things over the years that are "just plain broken", and most of them can be coded around or have been fixed promptly after I've opened the PMR. In particular, the Web Server team rocks hardcore at squishing bugs. But this one's a doozy. A database with potentially flawed indexes simply isn't much of a database.
Posted by Erik Brooks At 09:41:26 AM On 06/24/2008 |
Hopefully it's not some kind of bug with Form fields and view indices!
Posted by Erik Brooks At 09:44:51 AM On 06/24/2008 |
I'm just too lazy to code up a fix. (Each additional comment should cause a recount of ALL comments, not just increment by one.)
Posted by Nathan T. Freeman At 10:02:03 AM On 06/24/2008 |
Posted by Peter Presnell At 11:06:12 AM On 06/24/2008 |
2) Yeah, it's grievous. To me this idea of "yeah, we know it's broken and we even know how to fix it, but since not enough people have complained we're going to ignore it" borders on unethical. If you know of a problem and you know how to fix it, DO IT.
Posted by Charles Robinson At 11:46:49 AM On 06/24/2008 |
All I got from that was "Toohey, that's a good idea there!"
But I hear ya - sure there are tons of apps that I have in production today that use this approach - the "graduation" of a document through a workflow via different "form" NotesItem contents.
But doesn't this flaw more define the need to change our everyday development practices instead of relying on the vendor to fix the issue? Of course, there's the small "I upgrade, thus breaking 500 production apps" sticking point there... but maybe they're trying to help out the "professional services" business partner channels with contracts for application re-writes and bug-fixes through re-development.
Of course, if a company is going to have to redevelop their applications due to such an issue... maybe they'll look to different vendor solutions to get the job done where they perceive said vendor addressing their architecture bugs...
Um... so yeah, I'd think that this really needs to get onto someone's task list ASAP to address while we application developers also work towards deprecating this approach (and substitute a "good" one
Posted by Chris Toohey At 11:48:16 AM On 06/24/2008 |
1. Make a new DB with 100,000 docs. Set 500 to form "A". Set the remaining 99,500 to form "B".
2. Build a view with "SELECT Form = A". Note how long it takes to build the index when you first open it.
3. Delete the view.
4. Toggle "Optimize Document Table Map".
5. Compact the DB using a copy-style compact so the setting takes effect.
6. Repeat step #2.
The view will build MUCH faster (over 100x) with the setting on than with it off. With the setting on, Domino can quickly disregard all of the "B" documents. With if off, it's combing through all 99,500 of them just to decide that they shouldn't be in the view.
This affects view updates and NotesDatabase.Search() calls. The more docs you have, and the smaller set you actually work with, the more apparent the boost becomes.
It's interesting to note that this sort of on-disk indexing is similar to the indexing available by the world's fastest relational databases. It would be incredible if Notes could support this indexing on any field(s) we developers defined, though that would understandably be very difficult to develop as a feature to a schemaless database.
I'm guessing that awhile back somebody at then-Iris said "Well, *everything* has a form field. And it's always text. And 99% of all views look at that. I guess we could add some optimization code..." and voila - this feature was born.
Posted by Erik Brooks At 11:49:26 AM On 06/24/2008 |
If you recode around the problem you are simply forgoing the performance boost in the first place, which is the same as effectively turning off the feature. The indexer will happily "crack open" each and every document against each and every view update needed, "Sure shootin'". That's how R4 did it.
If you want to see another example of the performance boost repeat my steps above, but run an agent that sets a field on the 99,500 form "B" documents. Then open form "A"s view. The view will open lightning quick because it knows that the 99,500 docs you updated don't belong there in the first place.
This is exactly the kind of bug that would get crushed ASAP in the open source world.
Posted by Erik Brooks At 12:03:52 PM On 06/24/2008 |
Posted by Chad Scott At 12:58:24 PM On 06/24/2008 |
re: In other words, "this bug doesn't affect our templates, so it's not a priority."
That is not the mentality of anyone here who is near this problem. You do a disservice to some really good people to project motives like that.
We know the problem and a) its rarity, b) lack of customer weight (aka squeaky wheel syndrome) and c) an available workaround (i.e. turn it off) are the reasons it hasn't been addressed. Believe it or not, there are issues that our customers find more important. Also, believe it or not, this is not THAT deep of a problem (read "we know how to fix it"). It will cost a few CPU cycles during update, that's all.
You can't change or really contest a) (argue if you like) and you're saying c) doesn't help you (quite believable, the form bitmap index is a huge win for form-based selection), so change b) and it will get attention. Open a PMR and yell till it gets addressed. I think you know that's how that works.
Once it's on our radar screen, we'll nail this, that's a promise.
John Curtis
IBM Domino Database Tech Lead
Posted by John Curtis At 03:23:42 PM On 06/24/2008 |
quod erat demonstrandum!
I don't mean anything personal by this. I know many fine people working on the Notes/Domino product line. It's rare that I interact with anyone on that team that I don't find a treasure on a personal basis. It's the IBM process that's the problem, not the individuals. I only even mention Chad's name because he was the poor messenger here. But he's delivering the institutional message.
I'll obviously do whatever I can to get PMRs submitted, but honestly, do you really think it's fair to put the onus on your customers to go request a fix for a bug you already know about? Particularly one that will be written off by almost every single Lotus professional as "oh, the index is corrupted" and never followed up?
I understand you guys are in a process bind, but this customer weighting process doesn't seem particularly agile to me. It's frustrating and depersonalizing from a customer standpoint. And that has nothing to do with all the really good people working on the product, everyone of whom has my respect.
The purpose of this post is to get it on your radar. As is the purpose of delving into your own templates, and digging up a place where you yourselves are reassigning the Form value, on what is probably the most infamously unreliable template in all the Yellowverse. How many PMRs do you guys have on Resource Reservations that are related to "index corruptions" or "disappearing reservations?"
Posted by Nathan T. Freeman At 03:57:31 PM On 06/24/2008 |
Posted by Ernie Mercer At 04:49:22 PM On 06/24/2008 |
Regarding: "...a) its rarity, b) lack of customer weight... c) an available workaround..."
What Nathan and I are arguing is that (b) is likely much higher than reported. And because of (a), I argue that most people being bitten by it simply don't know that they are, or else (b) *would* be higher. Based off of Nathan's research, potentially any PMR/SPR involving one of these...
- "corrupt view"
- "performing a compact fixed the problem"
- "busytime strangeness"
- "Shift-F9"
- "Ctrl-Shift-F9"
...with any of these...
- "NAB"
- "custom app"
- "Resource Reservation"
...against any version of Domino running ODS 43 or higher could have been affected by this bug in the first place. That's ND 6.0 and up (but I'm sure you know that
Those facts *should* add more weight to this SPR, unless the above symptoms occur less frequently than we all believe.
Hopefully everybody reading this and saying "YES!" is opening tickets to get this addressed. Because it involves an ODS change I don't see it getting resolved for a long time unless it makes it into 8.5.0.
Posted by Erik Brooks At 04:52:07 PM On 06/24/2008 |
I don't mean anything personal by this either, so I guess we agree
1. People don't often change form fields on Domino documents with the option on. If they did (ok, sure, if *we* did), I think we all know this would not still be an issue.
2. The process is what the process is. With this many customers, we need some mechanism to prioritize things and it's not likely to be a browse of the blogosphere.
So, sure, lobby on.
-John Curtis
Posted by John Curtis At 04:56:45 PM On 06/24/2008 |
Also, you do it on the NAB in the Connections form. It's just that the one view that looks at the Form value in the Connections documents is inclusive of all form types for connection docs, so the view would never appear corrupted because the selection set would include the document in either condition.
But I find myself wondering what Russ Holden might say to the idea that the "optimize document table map" flag, which could dramatically speed up every directory and every mail database on a deployed on a Domino server, isn't actually being used by IBM? I know Russ is an absolute fanatic about wringing performance out of the server, and the truth is, when I look at the combination of this flag, and the number of base templates that *don't* use Form= in the selection criteria, it seems like there's a whole lot of performance left on the table.
I'm not saying that to invoke him on the matter or anything. It just seems like such an easy win for performance tuning. Faster indexing on directories and faster indexing on calendars seems like it'd be something that IBM would really want to pursue. (And yes, I realize that those kinds of changes aren't likely to happen on the directory template in the 8.5.0 timeframe.)
Heck, the bug itself wouldn't even affect you substantially. Chad does have it right that NAB forms *almost never* change. It's not like there's a lot of server connection documents out there that are anything but "Local Area Network" anyway.
Posted by Nathan T. Freeman At 05:45:01 PM On 06/24/2008 |
I don't know when I stopped. It had nothing to do with this bug, of course, and I'm sure it wasn't right after R4 shipped. I'm sure it wasn't until I had servers with bigger disks, not to mention bigger practical and coded limits on database size, before I decided that creating new documents was ok -- and had the added benefit of preserving previous docs as a record of the workflow. It took some time for it to sink in that there were better ways, but eventually my coding idioms changed. I can't remember the last time I designed an app that changed the Form field.
That said, the bug is significant and I think it should be fixed... but I live in an environment similar to IBM's, so I have to give their position a great deal of respect. Where I work, engineers also don't necessarily get to fix every bug they know how to fix, or want to fix, whenever they feel like it. There is a cost, and often a lot of risk, inherent in every fix, and that can't be ignored. An assessment of probability that a bug will affect customers, and of the impact on customer if it does, has to be made. An analysis of risk of side-effects, and of delays to release schedules is also done. If a bug is over a certain threshold of probability and impact, and if no workaround exists, and if the risk is acceptable, then the bug gets fixed... period. Otherwise, it may not be fixed until customer pressure forces the issue. This seems self-defeating. It seems like it is designed to maximize the frustration of customers and engineers. It's perverse that in the name of protecting product quality, some known and understood quality problems are deliberately not fixed! Unfortunately, I'm not aware of a better system, so I understand what IBM is saying.
Nevertheless, I disagree with the call on this particular bug. In my job, when I assess the impact of a bug, for the top level of impact I am concerned with whether the bug causes the system to crash, hang, or irretrievably lose data; and at the next level I am concerned with (amongst other things) whether a bug causes a feature to be completely unusable. Bugs at these two levels are considered must-be-fixed. IBM should be concerned with all of these same impacts, but due to the nature of Notes and Domino as an application platform they should also be concerned with the impact of a bug on applications. Namely, IBM should be concerned with whether the bug is likely to cause applications to fail completely or lose data for no apparent reason... and IMHO this bug is a prime candidate for causing exactly that. And since the only workaround effectively declares that a product feature is unusable, the workaround does not drop the impact of the problem below the second level of impact, and therefore it should be a must-be-fixed bug unless the cost and risk of the fix is absolutely unacceptable. I know I'm being presumptuous in saying this without knowing the real nitty-gritty details of the bug, but this doesn't have the feel of a high cost/high risk fix, so I don't think it calls for a pile-up of customer PMRs to get it fixed.
Posted by Richard Schwartz At 11:38:27 PM On 06/24/2008 |
Quotes : "In my job, when I assess the impact of a bug, for the top level of impact I am concerned with whether the bug causes the system to crash, hang, or irretrievably lose data; and at the next level I am concerned with (amongst other things) whether a bug causes a feature to be completely unusable."
The higher level is ( for me ) : security. After this point OK : crash, data loss, ...
The bug mentionned in this blog entry, has not an high impact for me. It has maybe for Domino administrator when they search to optimize application speed, but it's not a "flaw in security", "a bug that crash, hang a server", ... It "only corrupt" views... and view corruption, we know how to solve this kind of problem....
It's not a bug that "corrupt form design" for example ... that's a lot more frustrating if you have passed your day to develop and have only a daily backup....
That's my personal opinion.
Posted by Stéphane Moser At 07:29:53 AM On 06/27/2008 |
But do you know how to identify it?
This wouldn't be a big deal if it were easy to tell that the view was showing inaccurate information. The rebuild is fairly easy to perform. The problem is, how do you figure out that the right information isn't in the view in the first place?
Posted by Nathan T. Freeman At 11:06:28 AM On 06/27/2008 |
>> This wouldn't be a big deal if it were easy to tell that the view was showing inaccurate information.
Ok fine, I see now what you mean by that. We see it with the complaints of the customers. ( that's what you wanted to hear ).
If it's a view that is used by scheduled Agents, they will be some problems to detect it. You are right.
In that case, it's a degrading service, ok it's not so big than a security flaw or a server hang/crash, but it's kinda a big deal.
Posted by Stéphane Moser At 02:27:48 PM On 06/27/2008 |