rmatharu commented on a change in pull request #912: SEP-19 : Refactoring sideInputs from SamzaContainer to ContainerStorageManager URL: https://github.com/apache/samza/pull/912#discussion_r259205102
########## File path: samza-core/src/main/scala/org/apache/samza/storage/ContainerStorageManager.java ########## @@ -81,17 +96,19 @@ public class ContainerStorageManager { private static final Logger LOG = LoggerFactory.getLogger(ContainerStorageManager.class); private static final String RESTORE_THREAD_NAME = "Samza Restore Thread-%d"; + private static final String SIDEINPUTS_FLUSH_THREAD_NAME = "SideInputs Flush Thread"; /** Maps containing relevant per-task objects */ private final Map<TaskName, Map<String, StorageEngine>> taskStores; private final Map<TaskName, TaskRestoreManager> taskRestoreManagers; private final Map<TaskName, TaskInstanceMetrics> taskInstanceMetrics; private final Map<TaskName, TaskInstanceCollector> taskInstanceCollectors; - private final Map<String, SystemConsumer> systemConsumers; // Mapping from storeSystemNames to SystemConsumers + private final Map<String, SystemConsumer> storeConsumers; // Mapping from store name to SystemConsumers Review comment: No its indexed by store name. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services