Skip to content

[🐛 BUG]: Error 'empty ID is not allowed' for 'forceRelease' method. #2050

Closed
@fugikzl

Description

No duplicates 🥲.

  • I have searched for a similar issue in our bug tracker and didn't find any solutions.

What happened?

RoadRunner\Lock\Lock::forceRelease(string $resource): bool - method throws RPC exception with message "Error 'empty ID is not allowed'". It may be caused by check in https://github.com/roadrunner-server/lock/blob/05729ecc410d2c61a7124da03c6d7d235063c284/rpc.go#L105

Version (rr --version)

2024.2.1

How to reproduce the issue?

Set up RPC server in .rr.yaml. Create lock for resource and try forceRelease() method.

Relevant log output

Spiral\\Goridge\\RPC\\Exception\\ServiceException: Error 'empty ID is not allowed' on tcp://0.0.0.0:6001

Metadata

Assignees

Labels

B-bugBug: bug, exception

Type

No type

Projects

  • Status

    ✅ Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions