Yingyi Bu has posted comments on this change. Change subject: Fix Number of LocalFS Readers ......................................................................
Patch Set 1: (1 comment) https://asterix-gerrit.ics.uci.edu/#/c/782/1/asterix-external-data/src/main/java/org/apache/asterix/external/input/stream/factory/LocalFSInputStreamFactory.java File asterix-external-data/src/main/java/org/apache/asterix/external/input/stream/factory/LocalFSInputStreamFactory.java: Line 129: List<String> locs = new ArrayList<>(); 1. List->Set, ArrayList--> TreeSet Otherwise, the for-loop is of O(n^2). 2. So the number of partitions is the same the number of nodes? Therefore, no concurrent scanners in a node? (which should be fine for now.) -- To view, visit https://asterix-gerrit.ics.uci.edu/782 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: comment Gerrit-Change-Id: Id948bfd2c1a4e79863378ed98fb27f662fffba93 Gerrit-PatchSet: 1 Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Owner: abdullah alamoudi <[email protected]> Gerrit-Reviewer: Jenkins <[email protected]> Gerrit-Reviewer: Yingyi Bu <[email protected]> Gerrit-HasComments: Yes
