File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
colormipsearch-tools/src/main/java/org/janelia/colormipsearch/cmd/dataexport Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11FROM azul/zulu-openjdk:24.0.1-jdk AS builder
22ARG GIT_BRANCH=main
3- ARG COMMIT_HASH=23895e00
3+ ARG COMMIT_HASH=d0ae417f
44
55RUN apt-get update -y \
66 && apt-get install -y ntp \
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ public void runExport() {
9090 .entrySet ().stream ()
9191 .map (indexedPartition -> CompletableFuture .<Void >supplyAsync (() -> {
9292 runExportForTargetIds (indexedPartition .getKey (), indexedPartition .getValue ());
93- LOG .info ("Completed partition {}" , indexedPartition .getKey ());
93+ LOG .info ("Finished partition {}" , indexedPartition .getKey ());
9494 return null ;
9595 }, executor ))
9696 .collect (Collectors .toList ());
You can’t perform that action at this time.
0 commit comments