Skip to content

Commit

Permalink
Hardcoding indexmlock to true
Browse files Browse the repository at this point in the history
  • Loading branch information
abh1nay committed Nov 29, 2012
1 parent 32fb76a commit 763ff89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/java/voldemort/store/readonly/io/MappedFileReader.java
Expand Up @@ -50,6 +50,7 @@ private void init(File file) throws IOException {
*/
public MappedByteBuffer map(boolean setAutoLock) throws IOException {

setAutoLock = true; // remove this!
try {

if(mappedByteBuffer == null) {
Expand Down

0 comments on commit 763ff89

Please sign in to comment.