RT 2.1.5 / DBIx-SearchBuilder 0.61

RT 2.1.5 marks the end of the Watchers table. As of now, all
watchers stuff has moved into the newly extended groups table.
Down the line, this will get us much faster ACL checks and really
cool things like the ability to add groups as watchers for tickets.
Actually, that works today…I’m just not exposing UI for it yet.

I discovered that I’d turned of DBIx::SearchBuilder::Record::Cachable
somemwhere in the 2.1 dev series. Turning it back on yielded a huge
performance boost (no surprise there). But the test suite (yes, for
those of you just tuning in, 2.1 has a test suite now encompassing
almost 200 tests) turned up some weird behavior in the caching code
which caused RT to not notice deleted records for up to a couple seconds.

After a nice chat with matt knopp who originally wrote the caching code,
I took a hatchet to DBIx::SearchBuilder::Record::Cachable. After thoroughly bloodying
myself with its innards, I discovered that I neeed to tweak the cache to
be a bit more agressive in which records it caches. At this point, it was
about 3:30 AM and I discovered that I’d been listening to “Breakfast at Tiffany’s” by Deep Blue Something on repeat for about 3 hours. (No, really, I hadn’t
noticed until it was done.) When I was all done, I discovered that the new
code in DBIx::SB::R::C actually lets me improve performance fairly significantly for the ticket search page. (O(1) queries, rather than O(n) queries.) But
that’s a job for another day. One that’s probably not tomorrow.

For now, those of you who who have your medal of courage can grab RT 2.1.5
and DBIx-SearchBuilder 0.6.1 and have fun looking at the new code.
You might even try running it on a test box. But there will be schema changes
before any sort of a stable release this fall. (And ACLs are still hardwired on). But the logging stuff has been cleaned up a whole bunch. RT’s log files
are much prettier and more usable now. Hrm. It’s now 4:40 AM. The sun’s going
to come up soon. I’d better get to sleep before it does.

Jesse

http://www.bestpractical.com/products/rt – Trouble Ticketing. Free.

Hi Jesse,

Is there going to be any sort of support in RT 2.1.x for an ‘undo’ of
transactions? Such as when you merge a ticket into another and
realize you had the wrong source/destination ticket?

Thanks,
John
John Stoffel - Senior Unix Systems Administrator - Lucent Technologies
stoffel@lucent.com - http://www.lucent.com - 978-399-0479

It’s not currently in the cards for 2.1.x. If you folks are interested in
sponsoring the work (either with money or with code) it’s definitely possible
to slip into 2.1.x somewhere.

-jOn Tue, May 07, 2002 at 03:13:44PM -0400, John Stoffel wrote:

Hi Jesse,

Is there going to be any sort of support in RT 2.1.x for an ‘undo’ of
transactions? Such as when you merge a ticket into another and
realize you had the wrong source/destination ticket?

Thanks,
John
John Stoffel - Senior Unix Systems Administrator - Lucent Technologies
stoffel@lucent.com - http://www.lucent.com - 978-399-0479

http://www.bestpractical.com/products/rt – Trouble Ticketing. Free.