>From Ian Maxon <[email protected]>: Ian Maxon has uploaded a new patch set (#2). ( https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/17410 )
Change subject: [ASTERIXDB-3127][RT] Fix ConcurrentModificationException in ANALYZE DATASET ...................................................................... [ASTERIXDB-3127][RT] Fix ConcurrentModificationException in ANALYZE DATASET - user model changes: no - storage format changes: no - interface changes: no Details: This very rarely happens, but someimes the indexStats map can be under traversal while indexes are still being added to it. This causes the ANALYZE DATASET to fail with ConcurrentModificationException. Making it a concurrent collection will stop that from ever happening. Change-Id: I7cbff25b14346ca8eca5baa7e0fe8fb1da72f271 --- M asterixdb/asterix-runtime/src/main/java/org/apache/asterix/runtime/operators/DatasetStreamStatsOperatorDescriptor.java 1 file changed, 21 insertions(+), 2 deletions(-) git pull ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb refs/changes/10/17410/2 -- To view, visit https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/17410 To unsubscribe, or for help writing mail filters, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-Project: asterixdb Gerrit-Branch: neo Gerrit-Change-Id: I7cbff25b14346ca8eca5baa7e0fe8fb1da72f271 Gerrit-Change-Number: 17410 Gerrit-PatchSet: 2 Gerrit-Owner: Ian Maxon <[email protected]> Gerrit-CC: Jenkins <[email protected]> Gerrit-MessageType: newpatchset
