You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 3, 2024. It is now read-only.
We are getting error UDF: Execution Error 1 when UDF function is executed using method Aerospike->aggregate(). Lua functions on itself are correct and works perfectly when triggered using tool aql.
This could be a udf registration issue. Stream udfs require that the udf is registered with both the server and the client. Please see this similar issue and the php client example.
@dwelch-spike thanks for answer. Actually we tried to register functions right before aggregation but still no luck.
Everythong works great from CLI even without single time register, while FPM fails almost every time.
@dwelch-spike would it possible to submit original error message to php error handler function as last parameter? This would not be a breaking change since all other params stays in same order.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We are getting error
UDF: Execution Error 1
when UDF function is executed using methodAerospike->aggregate()
. Lua functions on itself are correct and works perfectly when triggered using tool aql.Here is how we enable log output:
And output:
The text was updated successfully, but these errors were encountered: