
|
If you were logged in you would be able to see more operations.
|
|
|
|
I faced a problem with long running transaction in which a CompassQuery is executed many times.
I found that even when I call CompassHits.close() the reference to the hits and all retrieved documents are kept in AbstractTransaction.delegateClose.. so in long running transaction I have an effect of memory leaking, the more queries and more results in response the memory is used... and actually I can't free it by myself.
|
|
Description
|
I faced a problem with long running transaction in which a CompassQuery is executed many times.
I found that even when I call CompassHits.close() the reference to the hits and all retrieved documents are kept in AbstractTransaction.delegateClose.. so in long running transaction I have an effect of memory leaking, the more queries and more results in response the memory is used... and actually I can't free it by myself. |
Show » |
|