Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Always return activation without log on blocking invoke. (apache#4100)
If a user invokes a blocking action today, the invoker executes the activation and sends back the result to the controller, which passes it back to the client. If it is not possible to pass the result back to the controller, the controller will try to get the result from the database. And here's the problem. If the controller receives the result of the activation from the invoker, there are no logs included. If it polls it from the database, the logs are included. This should be unified to never return logs.
- Loading branch information