BoxLang: Our new JVM Dynamic Language made by Ortus! Check it out: https://www.boxlang.io

Issues

Select view

Select search mode

 

Bug in JDBCMetadataIndexer sortedKeys() using non-existent variable `arguments.objectKey`

Fixed

Description

There appears to be a bug in coldbox\system\cache\store\indexers\JDBCMetadataIndexer.cfc where the function getSortedKeys() references a non-existent variable arguments.objectKey on line 190

I just had a production app throw hundreds of errors when the indexer attempted to execute from the FIFO policy.

Attachments

2
Pinned fields
Click on the next to a field label to start pinning.

Details

Assignee

Reporter

Components

Fix versions

Affects versions

Priority

Sentry

Created February 7, 2022 at 7:11 PM
Updated February 9, 2022 at 5:52 PM
Resolved February 9, 2022 at 5:47 PM

Activity

Show:

David LevinFebruary 9, 2022 at 5:52 PM

Thanks , you’re a rock star!

David LevinFebruary 8, 2022 at 10:53 PM

I changed the status to “accepted” as the issue was stuck on “waiting for customer”. I’m not sure if I did the right status change or not.

David LevinFebruary 8, 2022 at 9:48 PM
Edited

Version: 6.5.2+37

I just updated to version 6.6.0+1 and the offending method moved to line 210:
See line 219 for the missing argument reference.

Luis MajanoFebruary 8, 2022 at 9:39 PM

Which version is this?

I have different things on line 190