commit | b110b0ddb1ce6bcb9ab99c4e67ff2bf5d0146470 | [log] [tgz] |
---|---|---|
author | Jason Koch <jkoch@netflix.com> | Thu Dec 28 21:51:21 2023 -0800 |
committer | Jason Koch <jkoch@netflix.com> | Sat Jan 13 16:06:40 2024 -0800 |
tree | a09e736ab4f7acff9bb38742b9d6238bcedcb8ac | |
parent | 8474a534012a7e533c2290b2956aa356af5172f1 [diff] |
Bug 582813 Fix Contention when performing IO on slower devices (eg NFS) Introduce a readDirect call to the SimpleBufferedRandomAccessInputStream that allows caller to provide position and length. Use it from the LongIndexReader and IntIndexReader getPage calls to perform consistent reads of page data. Move said read logic outside the lock so that multiple IO reads can be serviced concurrently. Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=582813 Change-Id: Ia1b3fe83e4f6123045c971d205a8ab0b6db623c7
The Eclipse Memory Analyzer is a fast and feature-rich Java heap dump analyzer that helps you find memory leaks and reduce memory consumption.
git clone https://git.eclipse.org/r/mat/org.eclipse.mat cd org.eclipse.mat/parent mvn clean install
For detailed build documentation refer to https://wiki.eclipse.org/MemoryAnalyzer/Building_MAT_With_Tycho
This project uses Bugzilla to track ongoing development and issues.