why would there be gc issues? All that needs to be done: resultAssignments.addAll(assignments)
Since we are in java, only pointers are added to the list. Yes there might be some extra "metadata" related to the arraylist created in the scheduled that would need to gc ed but that would be negligible. We are not going to be allocating much more memory [ Full content available at: https://github.com/apache/pulsar/pull/2613 ] This message was relayed via gitbox.apache.org for [email protected]
