pivotal-jbarrett commented on pull request #6613:
URL: https://github.com/apache/geode/pull/6613#issuecomment-861585339


   > It would be nice to add a DUnit test that replicates the issue we were 
seeing.
   
   I agree!
   
   The test doesn't need to setup all the expiration and try get the bucket 
migration timing to align with an expiration event. We could just have server A 
invoke this operation on server B for a key we know B does not have. It seems 
like it should be possible to do the same for the region too by sending the 
message with a region name that does not exist on B. In both cases without the 
fix should hang the calling thread on A. You can unstick it in the test, if 
necessary, by invoking `thread.interrupt()` followed by `LockSupport.unpark`. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to