[Bug 62168] PersistentManager.minIdleSwap=-1 does not disable swapping as documented.

2018-03-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62168 --- Comment #5 from Mark Thomas --- The old behaviour was wrong because it did not differentiate between minIdleSwap==0 and minIdleSwap==-1 -- You are receiving this mail because: You are the assignee for the bug.

[Bug 62168] PersistentManager.minIdleSwap=-1 does not disable swapping as documented.

2018-03-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62168 --- Comment #4 from Felix Schumacher --- Ok, I spoke without looking at the code. I believe you are referring to if ((maxActiveSessions >= 0) && (getActiveSessions() >= maxActiveSessions)) { rejectedSessions

[Bug 62168] PersistentManager.minIdleSwap=-1 does not disable swapping as documented.

2018-03-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62168 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|REOPENED

[Bug 62168] PersistentManager.minIdleSwap=-1 does not disable swapping as documented.

2018-03-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62168 Felix Schumacher changed: What|Removed |Added Resolution|FIXED |--- Status|RESOLVED

[Bug 62168] PersistentManager.minIdleSwap=-1 does not disable swapping as documented.

2018-03-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62168 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---