Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ISPN-8396 Add interceptor preventing going out of memory #5694

Merged

Conversation

wburns
Copy link
Member

@wburns wburns commented Jan 22, 2018

  • Add strategy type configuration
  • Add documentation describing strategies

https://issues.jboss.org/browse/ISPN-8396

@wburns wburns added Preview and removed Preview labels Jan 22, 2018
@gustavocoding gustavocoding added this to the 9.2.0.CR2 milestone Jan 29, 2018
@@ -1748,4 +1749,10 @@ CacheConfigurationException offHeapMemoryEvictionSizeNotLargeEnoughForAddresses(

@Message(value = "Cannot acquire lock '%s' for persistent global state", id = 512)
CacheConfigurationException globalStateCannotAcquireLockFile(@Cause Throwable cause, File lockFile);

@Message(value = "Memory based eviction requires a transactional cache that doesn't allow for 1 phase commit or synchronizations", id = 513)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should it be "Exception based eviction requires (...)" ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, thanks.

* Add strategy type configuration
* Add documentation describing strategies
@wburns wburns force-pushed the ISPN-8396_interceptor_out_of_memory branch from 21d7af3 to 47eb219 Compare January 29, 2018 15:35
@wburns
Copy link
Member Author

wburns commented Jan 29, 2018

Updated and rebased

@gustavocoding gustavocoding merged commit 4375fca into infinispan:master Jan 29, 2018
@gustavocoding
Copy link

Merged, thanks @wburns !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants