You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By setting the allowed-fragmentation attribute value to -1 any
modification will trigger the defragmentation of the structural(?) index (AKA BTree).
This setting triggers the NPE described in eXist-db#5273 on the very first call to
update (replace|insert)
Unfortunately, it also triggers a totally different class of NPEs in
XQueryTrigger and other subsystems of the database.
Description:
Frequent updates on any XML resource stored in the database will cause a NullPointerException when it hits the fragmentation limit.
This will result in
Reference:
Affected versions 6.1.0 and later (6.2.0, 6.3.0-SNAPSHOT, 7.0.0-SNAPSHOT)
Regression introduced in c553667
Type of tests:
Evaluate following query
Then open
/exist/apps/test/update.xql
as guestThe text was updated successfully, but these errors were encountered: