Build Update for apache/geode
-------------------------------------

Build: #2318
Status: Broken

Duration: 21 minutes and 36 seconds
Commit: 344f93d (develop)
Author: Darrel Schneider
Message: GEODE-2485: fix leak in tx suspend/resume

The CCPTimer is now purged for every 1000 cancels done.
So we will now no longer have more than 1000
cancelled tasks eating up memory.
Now uses internalSuspend in two places the previously used suspend.
Since internalSuspend does not schedule a timer task
these places will have no more issues with leaking memory
and these code paths will perform better.

renamed resume(TxStateProxy) to internalResume for clarity.

internalResume no longer checks for a TimerTask to cancel
since internalSuspend does not add one.
Instead the only code that checks for a TimerTask is "resume".

View the changeset: 
https://github.com/apache/geode/compare/8183b1fdcf22...344f93dfd07e

View the full build log and details: 
https://travis-ci.org/apache/geode/builds/220749517

--

You can configure recipients for build notifications in your .travis.yml file. 
See https://docs.travis-ci.com/user/notifications

Reply via email to