jinmeiliao commented on pull request #6049:
URL: https://github.com/apache/geode/pull/6049#issuecomment-784532217


   > is this for the test failures where we see like 295 calls instead of the 
expected 1, and a stacktrace that looks like it's happening via recursion? I 
can't help wondering if we should prevent the recursive call rather than change 
the test to say it's ok?
   
   It's not due to recursion. The test calls for a `getFuture` which repeatedly 
issues the `get` call until the async operation finishes. On a slow machine, 
there could be more than one `get` call issued.


----------------------------------------------------------------
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