"clebert.suconic(a)jboss.com" wrote :
| If we didn't allow part of a committed transaction be reclaimed, reclaiming would
never delete any files if someone uses transactions. (a transaction could be spread
between multiple files).
|
I understood you were referring to uncommitted transactions. For committed then sure they
can be reclaimed.
anonymous wrote :
|
| That method is public, and part of TestableJournal. It prints the Reclaiming Status on
a StringBuffer. I use it every time I investigate a bug on the journal, on testcases.
I've nothing against that method per se, just saying it's in the wrong place.
It's currently in the section of the file reserved for method on the Journal
interface, but it should be in the TestableJournal implementation section. That was my
point, just respect the areas of the file, no biggie!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4168012#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...