-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Component/s: Streams
-
Tags:
-
Team:PLATFORM
-
Sprint:nxplatform #86
-
Story Points:2
Here the observed trace:
Computation: bulk/scroller fails last record: bulk-command-01:+44, after retries.
java.lang.NullPointerException: null
at org.nuxeo.ecm.core.bulk.BulkAdminServiceImpl.getInputStream(BulkAdminServiceImpl.java:119) ~[nuxeo-core-bulk-2021.31.6.jar:?]
at org.nuxeo.ecm.core.bulk.computation.BulkScrollerComputation.getCommandConfiguration(BulkScrollerComputation.java:285) ~[nuxeo-core-bulk-2021.31.6.jar:?]
at org.nuxeo.ecm.core.bulk.computation.BulkScrollerComputation.processRecord(BulkScrollerComputation.java:170) ~[nuxeo-core-bulk-2021.31.6.jar:?]
at org.nuxeo.ecm.core.bulk.computation.BulkScrollerComputation.processRecord(BulkScrollerComputation.java:154) ~[nuxeo-core-bulk-2021.31.6.jar:?]
A stream failure on the scroller computation with NPE is possible during a rolling upgrade where a new node schedule a new bulk action where the scroll is executed on a not-yet-upgraded node where the bulk action is unknown.
This can be safely ignored because the bulk command is executed on another node and the stream failure is resolved after the upgrade.