You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2018/08/20 23:04:59 UTC

[GitHub] dlg99 opened a new issue #1614: netty leak detector logs "LEAK: HashedWheelTimer.release() was not called before it's garbage-collected." in AuditorElector-related unit tests

dlg99 opened a new issue #1614: netty leak detector logs "LEAK: HashedWheelTimer.release() was not called before it's garbage-collected." in AuditorElector-related unit tests
URL: https://github.com/apache/bookkeeper/issues/1614
 
 
   
   
   **BUG REPORT**
   
   1. Please describe the issue you observed:
   
   related to Issue #1610 
   
   - What did you do?
   
   Ran bookkeeper-server unit tests with paranoid leak detector
   
   - What did you expect to see?
   
   no leaks
   
   - What did you see instead?
   
   ERROR - [Time-limited test:Slf4JLogger@171] - LEAK: HashedWheelTimer.release() was not called before it's garbage-collected. See http://netty.io/wiki/reference-counted-objects.html for more information.
   Recent access records:
   Created at:
           io.netty.util.HashedWheelTimer.<init>(HashedWheelTimer.java:272)
           io.netty.util.HashedWheelTimer.<init>(HashedWheelTimer.java:216)
           io.netty.util.HashedWheelTimer.<init>(HashedWheelTimer.java:195)
           org.apache.bookkeeper.client.BookKeeper.<init>(BookKeeper.java:484)
           org.apache.bookkeeper.client.BookKeeper.<init>(BookKeeper.java:380)
           org.apache.bookkeeper.replication.Auditor.initialize(Auditor.java:142)
           org.apache.bookkeeper.replication.Auditor.<init>(Auditor.java:123)
           org.apache.bookkeeper.replication.AuditorElector$3.run(AuditorElector.java:276)
           java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
           java.util.concurrent.FutureTask.run(FutureTask.java:266)
           java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
           java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
           java.lang.Thread.run(Thread.java:748)
   
   Got this in logs of
   org.apache.bookkeeper.replication.AuditorLedgerCheckerTest
   org.apache.bookkeeper.replication.AuditorPeriodicCheckTest
   org.apache.bookkeeper.server.http.TestHttpService
   

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