Skip to content

Concurrent lock writes from different TYPO3 nodes resulting in wait timeouts #1

Description

@vixe76

Hello,

we had a massive problem with concurrent lock writes. We have an environment with a single Redis server which handles all the caching and locking. This Redis server is used by 2 TYPO3 nodes. Under some circumstances both instances want to write the same lock which results in long waits (blocked each other) and the php processes on both increased drastically. We had to restart the Redis server for holding the environment alive. We had experimented with 2 shared Redis servers for separating caching and locking but with the same result.

In the meantime we have switched our architecture to separated Redis server per TYPO3 instance to get rid of this locking wait problem.

Btw. many thanks for this extensions!

Best Regards
Falk

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions