[infinispan-dev] [patch] Unit test to highlight potential performance and cache eviction issues in distributed mode
Juha Heljoranta
juha.heljoranta at iki.fi
Mon Dec 7 13:47:17 EST 2009
Thanks,
Here is a third revision of the patch.
- Removed tests with eviction enabled, let me know these are useful and I'll
make a separate patch for them.
- Added a 2000 ms timeout for cache.get() and put() operations
jgroups.bind_addr = null
bind.address = 127.0.0.1
java.runtime.version = 1.6.0_0-b16
java.runtime.name =OpenJDK Runtime Environment
java.vm.version = 14.0-b16
java.vm.vendor = Sun Microsystems Inc.
os.name = Linux
os.version = 2.6.30.9-99.fc11.x86_64
sun.arch.data.model = 64
sun.cpu.endian = little
protocol.stack = tcp
java.net.preferIPv4Stack = true
java.net.preferIPv6Stack = null
MAVEN_OPTS = null
The timeout makes even the L1 enabled test to fail...
Failed tests:
testL1Disabled(org.infinispan.asymmetric.L1DisabledAsymmetricClusterTest)
testL1Enabled(org.infinispan.asymmetric.NonAsymmetricClusterTest)
Again, if the tests doesn't fail for you, please try to adjust cacheEntriesNum
and cacheOpTimeout. For me the tests seem to fail quite often.
Regards,
Juha Heljoranta
On Monday 07 December 2009 18:09:22 Manik Surtani wrote:
> On 7 Dec 2009, at 15:50, Juha Heljoranta wrote:
> > Hi,
> >
> > Thanks for clarifying. The eviction policy seems to make sense.
> >
> > I still get test failure when running a test with L1 cache disabled. I
> > added an assertion check for the cache put/get operations to detect
> > timeout. And this is what I'm constantly getting:
> > java.lang.AssertionError: Cache get took 15002 milliseconds
> > (timeout=2000) key=L1DisabledAsymmetricClusterTest-28.
> >
> > Could you try to re-run the test? I've enclosed an improved version of
> > the patch. Also, if you still cannot reproduce the issue, please try to
> > increase cacheEntriesNum in AbstractAsymmetricClusterTest.
>
> I too have changed the patch a bit to work better in the test framework -
> care to have a look and merge with your changes?
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: asymmetric-v3.patch.gz
Type: application/x-gzip
Size: 1787 bytes
Desc: not available
Url : http://lists.jboss.org/pipermail/infinispan-dev/attachments/20091207/57736233/attachment-0002.gz
More information about the infinispan-dev
mailing list