-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Atlas Streams
-
Fully Compatible
-
Sprint 31
error message when window size is <0 says 0 is valid, when using 0 processor wont run and error message is vague
Created with Jira Integration+ for joe.niemiec (joe.niemiec@mongodb.com)
MongoServerError: this request has failed: (Location51024) BSON field ‘size’ value must be >= 0, actual value ‘-100’, correlationID = 17847b9917b4085af6c76fc0
{
'$tumblingWindow': {
interval:
,
pipeline: [
{
'$group': {
_id:
,
max_temp: { '$max': '$obs.temp' },
max_watts: { '$max': '$obs.watts' },
min_watts: { '$min': '$obs.watts' },
avg_watts: { '$avg': '$obs.watts' },
median_watts: { '$median':
}
}
}
]
}
}
AtlasStreamProcessing> sp.process([s,w4])
MongoServerError: error starting sample: (InvalidOptions) streamProcessor does not exist: internal-anon-stream-processor-6501c6fb88aac01124d0e8a1, correlationID = 17847ba0f7f2167ef6c7703c
AtlasStreamProcessing> sp.process([s,w4])
MongoServerError: operation exceeded time limit, correlationID = 17847ba3811d30d3f6c770b1
AtlasStreamProcessing> sp.process([s,w4])
MongoServerError: operation exceeded time limit, correlationID = 17847ba85f5dd9e9f6c770d2