You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@fluo.apache.org by GitBox <gi...@apache.org> on 2017/10/25 07:01:08 UTC

[GitHub] kpm1985 opened a new issue #958: Oracle IT Test fails

kpm1985 opened a new issue #958: Oracle IT Test fails 
URL: https://github.com/apache/fluo/issues/958
 
 
   Currently if you run the test it will fail. This is because it waits for the predicate client.getOracle to satisfy being null. However, this predicate will never be satisfied for the lifecycle
   
   It seems reasonable that the client closing can null this reference out as currentLeader is fairly dynamic or could be nice to be in the case of node failure. However, object creation is expensive so considering the load on the oracle server with respect to connections created and destroyed, it seems reasonable to take the object creation hit. Please correct me if I am wrong and add insight.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services