Issues

Select view

Select search mode

 
31 of 31

java.util.ConcurrentModificationException - lucee.transformer.library.tag.TagLib.getTag

Description

this happens after at least 500k request had been processed, the tag libs shouldn’t be being updated that far in?

Environment

None

Details

Assignee

Reporter

Priority

Fix versions

New Issue warning screen

Before you create a new Issue, please post to the mailing list first https://dev.lucee.org

Once the issue has been verified, one of the Lucee team will ask you to file an issue

Sprint

Created 27 March 2025 at 17:08
Updated last week

Activity

Show:

Zac Spitzer28 March 2025 at 12:42

ah, i forgot queryExecute is a cfm function, that means it’s also affected by

Michael Offner28 March 2025 at 12:36

only when the tag cfc get compiled, because it changed

Zac Spitzer28 March 2025 at 10:41

will do, the benchmarks do a configImport before each test is run, so that would be reloading the config each time?

Michael Offner28 March 2025 at 10:07

created a separate ticket to proper solve this in the future

can you please give this a try

Michael Offner28 March 2025 at 10:03

as a temporary solution i switched to ConcurrentHashMap


but i think we need to take a closer look on this and find a solution where we can go back to use regular HashMap, this would be just a performance improvment.

Flag notifications