Details
-
Bug
-
Resolution: Fixed
-
Major
-
7.1.1
-
7.1.1-3105
-
Untriaged
-
1
-
Yes
Description
STEPS
- Create 2 eventing sbm functions such that they are listening on the same source bucket.
- Deploy both handlers.
- Deployment of 2nd handler failed as expected but the function which caused the recursion is missing from ERR_INTER_BUCKET_RECURSION error description.
curl -XPOST -k http://Administrator:password@172.23.106.67:8096/api/v1/functions/sbm3/deploy
{
"name": "ERR_INTER_BUCKET_RECURSION",
"code": 51,
"description": "Inter bucket recursion error; function: sbm3 causes a cycle involving functions: [], hence deployment is disallowed"
}
Attachments
Issue Links
- Clones
-
MB-52426 Function causing recursion is missing from ERR_INTER_BUCKET_RECURSION error description
- Resolved