Skip to:
While chasing down a different issue, we noticed that the aggregation tasks were not running. We would see the following error every time the node attempts to run the task:
ERROR [uP-TaskExec-1-aggregateRawEvents] o.h.e.j.batch.internal.BatchingBatch 2018-02-05 16:01:09,665 - HHH000315: Exception executing batch [could not execute batch]
Eventually we get the attached stacktrace with the information we need
In UP_SEARCH_REQ_AGGR, SEARCH_TERM has a length of 255
We can either 1) limit search queries to 255 characters or 2) increase the length of UP_SEARCH_REQ_AGGR.SEARCH_TERM
I came across https://apereo.atlassian.net/browse/UP-4739#icft=UP-4739 while looking to see if an issue for a different issue exists
While chasing down a different issue, we noticed that the aggregation tasks were not running. We would see the following error every time the node attempts to run the task:
ERROR [uP-TaskExec-1-aggregateRawEvents] o.h.e.j.batch.internal.BatchingBatch 2018-02-05 16:01:09,665 - HHH000315: Exception executing batch [could not execute batch]
Eventually we get the attached stacktrace with the information we need
In UP_SEARCH_REQ_AGGR, SEARCH_TERM has a length of 255
We can either 1) limit search queries to 255 characters or 2) increase the length of UP_SEARCH_REQ_AGGR.SEARCH_TERM