C
ChUIMonster
Guest
If you disconnected or killed the user then transaction backout should be underway. There should be mention of this in the .lg file. You should also see some evidence in PROMON. The _connect VST should show that the disconnect flag is set. If that session was actually doing something that changed 24 hours worth of data you can expect the transaction backout to take a very long time. Killing it repeatedly is going to make things worse. Setting -bithold to 19GB is irresponsible. It leads to problems like this. You should have had it set to 500MB or less -- then this would never have happened. You should strive to be able to set -bithold as small as possible. Fix the code. Don't keep increasing -bithold. I hope that you have after-imaging enabled and that you have a good backup that you can restore and roll-forward against because I have a bad feeling that you are about to need it.
Continue reading...
Continue reading...