]
Diego Lovison commented on ISPN-10050:
--------------------------------------
[~dan.berindei] what is the code that checks for duplicate UDP packets and ignores it? I
would like to take a look.
unlock for fqn does not work while two udp packet received
----------------------------------------------------------
Key: ISPN-10050
URL:
https://issues.jboss.org/browse/ISPN-10050
Project: Infinispan
Issue Type: Enhancement
Components: Core
Affects Versions: 7.2.5.Final
Reporter: 俐佳 张
Priority: Minor
Labels: lock
Attachments: t783, t785
when udp packet received twice, two threads try to acquire the lock, lock was acquired
successfully twice. But unlock only executed ones. That cause fqn couldn't be
released.