You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by "jkevan (via GitHub)" <gi...@apache.org> on 2023/05/12 09:36:16 UTC

[GitHub] [unomi] jkevan opened a new pull request, #623: UNOMI-430: Fix batch profile update by using scrolling

jkevan opened a new pull request, #623:
URL: https://github.com/apache/unomi/pull/623

   (no comment)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@unomi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [unomi] jsinovassin merged pull request #623: UNOMI-430: Fix batch profile update by using scrolling

Posted by "jsinovassin (via GitHub)" <gi...@apache.org>.
jsinovassin merged PR #623:
URL: https://github.com/apache/unomi/pull/623


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@unomi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [unomi] saurav-milestone commented on pull request #623: UNOMI-430: Fix batch profile update by using scrolling

Posted by "saurav-milestone (via GitHub)" <gi...@apache.org>.
saurav-milestone commented on PR #623:
URL: https://github.com/apache/unomi/pull/623#issuecomment-1661961423

   ![image](https://github.com/apache/unomi/assets/126774607/31d163f2-74b5-4f91-a290-2a6a4bc2bda6)
   Throws too many profiles error when using pastEventCondition.
   
   `10:29:51.052 ERROR [qtp1791358430-28225] Internal server error Too many profiles: java.lang.UnsupportedOperationException: Too many profiles in org.apache.unomi.plugins.baseplugin.conditions.IdsConditionESQueryBuilder.buildQuery(IdsConditionESQueryBuilder.java:45) (Set RuntimeExceptionMapper in debug to get the full stacktrace)`
   
   `{
       "offset": 0,
       "scrollTimeValidity":"10m",
       "condition": {
           "type": "booleanCondition",
           "parameterValues": {
               "operator": "AND",
               "subConditions": [
                   {
                       "parameterValues": {
                           "eventCondition": {
                               "parameterValues": {
                                   "operator": "and",
                                   "subConditions": [
                                       {
                                           "parameterValues": {
                                               "propertyName": "target.properties.pageInfo.destinationURL",
                                               "comparisonOperator": "exists"
                                           },
                                           "type": "eventPropertyCondition"
                                       }
                                   ]
                               },
                               "type": "booleanCondition"
                           },
                           "numberOfDays": 10,
                           "minimumEventCount": 1
                       },
                       "type": "pastEventCondition"
                   }
               ]
           }
       }
   }`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@unomi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org