Commit efbaca0
Fix progress logging for remote projections
Prior to this commit, an adaptive scheme was used, that increased the
task volume with each processed batch.
That scheme resulted in progress reaching 100% after one batch, 50%
after two batches, 33% after three, and so on.
Generally, the progress would be 1/b where b is the batch ordinal.
For a large amount of batches, progress would reach 0%.
Instead, we now use the Iterative.OPEN task mode.
We do not know the total amount of incoming rows.
Instead, we log progress after completing each batch.1 parent 1fcaa09 commit efbaca0
File tree
1 file changed
+11
-0
lines changed- core-test-utils/src/main/java/org/neo4j/gds/assertj
1 file changed
+11
-0
lines changedLines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
34 | 45 | | |
35 | 46 | | |
36 | 47 | | |
| |||
0 commit comments