ywcb00 opened a new pull request, #1663: URL: https://github.com/apache/systemds/pull/1663
Hi, This PR replaces the complete clear of the federated lookup table by removing only the entry of the corresponding coordinator which sent the respective _CLEAR_ request. Additionally, this PR changes the _FederatedStatistics.coordinatorsTrafficBytes_ list to a CopyOnWriteArrayList in order to avoid the _ConcurrentModificationException_ in a multi-tenant scenario, and executes the federated requests of the _IndexingFEDInstruction_ in the correct order to broadcast the scalar object before calling the instruction. Thanks for review :) -- 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]
