mirror of
https://github.com/internetarchive/heritrix3.git
synced 2026-09-20 12:46:00 +00:00
* ObjectIdentityBdbCache
comment-out debug output
This commit is contained in:
@@ -549,7 +549,7 @@ implements ObjectIdentityCache<String, V>, Closeable, Serializable {
|
||||
* new 'canary' insertion. */
|
||||
public void finalize() {
|
||||
ObjectIdentityBdbCache.this.pageOutStaleEntries();
|
||||
System.err.println("CANARY KILLED - "+ObjectIdentityBdbCache.this);
|
||||
// System.err.println("CANARY KILLED - "+ObjectIdentityBdbCache.this);
|
||||
// only install new canary if map still 'open' with db reference
|
||||
if(ObjectIdentityBdbCache.this.db !=null) {
|
||||
ObjectIdentityBdbCache.this.canary =
|
||||
|
||||
Reference in New Issue
Block a user