afs commented on issue #2076:
URL: https://github.com/apache/jena/issues/2076#issuecomment-1798088523

   The fix applied in #2080 and #2081 is the minimal change at 
`HashCommon.BasicKeyIterator.remove#L400`
   
   ```
    if (moved != null && ! movedKeys.contains(moved) )
                   movedKeys.add( moved );
   ```
   
   This may not be the best fix, but better to fix now and fix again later if a 
better solution is found.
   
   The jena4 branch includes the report data and test case (which itself was 
tested to fail without the fix!)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to