clintropolis opened a new pull request, #19160: URL: https://github.com/apache/druid/pull/19160
This PR fixes an issue in `StorageLocation` caused by a mismatch of using a new `WeakCacheEntry` in the doubly linked list but re-using the existing entry in the map, resulting in a defensive exception that is supposed to be impossible. The map entry is what is used for unlinking, but its the re-used entry which has already been nulled out, leaving the new entry in the list. -- 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]
