-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: NXP-10.3
-
Component/s: AI Nuxeo Services
-
Epic Link:
-
Tags:
-
Backlog priority:900
-
Sprint:nxAI Sprint 10.10.2
-
Story Points:2
I noticed in the logs when starting that the stream encoding is inconsistent.
AvroMessage
2018-11-15T13:43:13,608 DEBUG [main] [org.nuxeo.ai.pipes.services.PipelineServiceImpl] Listening for org.nuxeo.ai.pipes.services.PipeDescriptor$PipeEvent@4ad667c8 event and sending it to LogAppenderConsumer{appender=ChronicleLogAppender{nbPartitions=4, basePath=/home/gethin/development/nuxeo/releases/nuxeo-server-tomcat-20181115/nxserver/data/stream/pipes/images, name='images', retention=4d, closed=false, codec=org.nuxeo.lib.stream.codec.AvroMessageCodec@7c5f244c}}
NoCodec
2018-11-15T13:46:15,829 DEBUG [main] [org.nuxeo.ai.pipes.services.PipelineServiceImpl] Listening for org.nuxeo.ai.pipes.services.PipeDescriptor$PipeEvent@5195117 event and sending it to LogAppenderConsumer{appender=ChronicleLogAppender{nbPartitions=4, basePath=/home/gethin/development/nuxeo/releases/nuxeo-server-tomcat-20181115/nxserver/data/stream/pipes/images, name='images', retention=4d, closed=false, codec=org.nuxeo.lib.stream.codec.NoCodec@5194394}}
We need to work out why that's happening and fix it.
- is related to
-
NXP-26138 Fix Bulk Action operation in listener
- Resolved