Transactions failed

Many transactions in the test fail when there are large amount of concurrent access with Update or Retrieve.

Phenomena: The script playback is successful in the Virtual User Generator, and the logs in AEM report no errors. But the transaction fails when there are large amount of concurrent access.

Solution: Move the Commit request after the Update request, that is, move the Commit request in recorded scripts from end.c to action.c.