Terracotta-OSS / offheap-store

A library that provides a set of map and cache implementations that store data outside of the normal Java heap
Apache License 2.0
90 stars 46 forks source link

Prevent NPE if FileBackedStorageEngine is closed by another… #53

Closed aybgim closed 6 years ago

aybgim commented 6 years ago

… thread while reading from channel.

The Exception was caused by attempting to use the value of readChannelReference while it was already set to null, in ClosedChannelException catch block.

aybgim commented 6 years ago

Test this please.

akomakom commented 6 years ago

test this please

akomakom commented 6 years ago

test this please

akomakom commented 6 years ago

test this please

akomakom commented 6 years ago

test this please

akomakom commented 6 years ago

test this please

akomakom commented 6 years ago

test this please

akomakom commented 6 years ago

test this please

akomakom commented 6 years ago

test this please

akomakom commented 6 years ago

test this please

aybgim commented 6 years ago

Test this please

aybgim commented 6 years ago

Test this please.

rkavanap commented 6 years ago

LGTM..maybe add a test that ensures interrupts are properly handled..