Re: [infinispan-dev] Smoke test suite for hibernate-cache

2017-09-04 Thread Martin Gencur
functionality offer, but they run in more than just a > few seconds... Each of those normally cycle through different configuration > options, both at Hibernate and Infinispan level, so that's why they take more > than just a few seconds. > > Try those and see what you think. &

[infinispan-dev] Smoke test suite for hibernate-cache

2017-08-18 Thread Martin Gencur
Hi all, I'm currently in the process of refreshing the "smoke" test suite for Infinispan. There's a relatively new module called hibernate-cache. Could someone suggest tests that should be part of the smoke test suite? Ideally just a few tens of test cases (maybe a few hundreds at most but the

Re: [infinispan-dev] Cache migration (rolling upgrades, dump/restore, etc)

2017-05-22 Thread Martin Gencur
Hi Wolf, that was exactly my thought. Clients redirected to the target cluster do not get updates written by other clients in the source cluster during the rolling upgrade process. It is because the clients in target cluster won't read the data through the remote cache store if they already

Re: [infinispan-dev] HotRod client TCK

2017-05-10 Thread Martin Gencur
Hi, thanks for looking at the list of tests and thanks for suggestions. We'll incorporate them in the final list of tests. What Radim suggest has some advantages and some drawbacks, but I see this as an addition to the client TCK. This approach can verify that the client sends some predefined

[infinispan-dev] HotRod client TCK

2017-04-11 Thread Martin Gencur
Hello all, we have been working on https://issues.jboss.org/browse/ISPN-7120. Anna has finished the first step from the JIRA - collecting information about tests in the Java HotRod client test suite (including server integration tests) and it is now prepared for wider review. She created a

Re: [infinispan-dev] Progress with Java9 testing

2016-02-04 Thread Martin Gencur
On 1.2.2016 13:18, Sanne Grinovero wrote: > [ERROR] Failed to execute goal > org.scala-tools:maven-scala-plugin:2.15.2:script (generate-blueprint) > on project infinispan-core: wrap: > org.apache.commons.exec.ExecuteException: Process exited with an > error: 1(Exit value: 1) -> [Help 1] > >

Re: [infinispan-dev] Uber jars testing

2015-09-02 Thread Martin Gencur
Hi Jiri, comments inline. On 2.9.2015 10:40, Jiri Holusa wrote: > Hi all, > > we've been thinking for a while, how to test ISPN uber jars. The current > status is that we actually don't have many tests in the testsuite, there are > few tests in integrationtests/all-embedded-* modules that are

Re: [infinispan-dev] Ant based kill not fully working? Re: ISPN-4567

2014-09-02 Thread Martin Gencur
it makes sense to change the way the processes are searched. Otherwise I don't know what to do about that:) Martin Cheers, On 18 Aug 2014, at 15:28, Martin Gencur mgen...@redhat.com wrote: Hi Galder, I haven't seen this before. I thought the ant-based kill command was safe and reliable

[infinispan-dev] Example server config tests disabled?

2014-07-07 Thread Martin Gencur
Hi, looks like all example config tests were marked as Unstable and hence disabled. I see a note See ISPN-4026 in ExampleConfigsIT.java and it leads to https://issues.jboss.org/browse/ISPN-4026. This would be fine if not all tests for all example configs were disabled. As a result, tests for

Re: [infinispan-dev] Example server config tests disabled?

2014-07-07 Thread Martin Gencur
=ExampleConfigstatus=buildTypeId=bt34buildId=9465tab=testsInfo Thanks Pedro. I was told they don't run so apparently they run in a different group. Do the test failures get the same attention as the failures in the main test suite? Martin On 07/07/2014 10:10 AM, Martin Gencur wrote: Hi, looks like all

Re: [infinispan-dev] Infinispan Test language level to Java 8?

2014-05-02 Thread Martin Gencur
Hi, let me comment on this from QA perspective. We're running ISPN test suite with all these JDKs: IBM JDK, OpenJDK, OracleJDK. Until all these JDKs (version 1.8) are installed in Jenkins, we won't be able to run the tests. Think this should happen in the next months but no target date is

[infinispan-dev] infinispan-bom vs. infinispan-parent dependencies

2014-02-06 Thread Martin Gencur
Hi, there are currently two Maven pom files in Infinispan where dependency versions are defined - infinispan-bom and infinispan-parent. For instance, version.protostream is defined in the BOM while version.commons.pool is defined in infinispan-parent. This causes me troubles when I want to

Re: [infinispan-dev] merging all the github projects back?

2013-11-21 Thread Martin Gencur
On 21.11.2013 12:45, Galder Zamarreño wrote: On Nov 19, 2013, at 10:23 AM, Dan Berindei dan.berin...@gmail.com wrote: On Tue, Nov 19, 2013 at 11:21 AM, Martin Gencur mgen...@redhat.com wrote: On 19.11.2013 09:59, Dan Berindei wrote: BTW, Maven rebuilds every module in the reactor every time

Re: [infinispan-dev] merging all the github projects back?

2013-11-19 Thread Martin Gencur
On 19.11.2013 09:59, Dan Berindei wrote: BTW, Maven rebuilds every module in the reactor every time you run a build. On my machine, it takes 6 minutes to build everything in the Infinispan reactor. Would you really want to wait 6 minutes every time you want to test something in the server?

Re: [infinispan-dev] Which QueryBuilder ?

2013-10-08 Thread Martin Gencur
Right Sanne, it's already starting to be a documentation problem for the product. It's really confusing unless you developed one of these APIs and precisely know the differences :) Any time there's a code snippet, it must contain the package (usually this is not needed), but even then it's

Re: [infinispan-dev] Expiration element of LevelDB cache store redundant?

2013-09-12 Thread Martin Gencur
should default somehow. Eg., leveldb-store path=leveldb-nc../... A data directory can be created in leveldb-nc/data, and expiration directory can be created in leveldb-nc/expired What do you guys feel? I think this is a good idea. Martin On Wed, Sep 11, 2013 at 5:46 AM, Martin Gencur

[infinispan-dev] Expiration element of LevelDB cache store redundant?

2013-09-11 Thread Martin Gencur
Hi, let's look at configuration of LevelDB in Infinispan Server: https://gist.github.com/mgencur/6520948 After investigating what the expiration configuration element is good for, I think it's an implementation detail and should be removed. Every time a mortal entry is stored in the cache,

Re: [infinispan-dev] Expiration element of LevelDB cache store redundant?

2013-09-11 Thread Martin Gencur
Adding Ray. Ray, can you please comment on this? Thanks Martin On 11.9.2013 11:34, Martin Gencur wrote: Hi, let's look at configuration of LevelDB in Infinispan Server: https://gist.github.com/mgencur/6520948 After investigating what the expiration configuration element is good for, I

Re: [infinispan-dev] still to do on HR-embedded integration in ISPN-2281

2013-05-27 Thread Martin Gencur
entry 1kB - 159 REST 1kB - 199 Memcached 1kB - 212 Martin Dne 24.5.2013 14:50, Martin Gencur napsal(a): Hi, so I gave it another try with latest Infinispan and Infinispan-server snapshots (HEAD: a901168, resp. bc432fa) . In short, the results are still the same for inVM mode but worse

Re: [infinispan-dev] still to do on HR-embedded integration in ISPN-2281

2013-05-24 Thread Martin Gencur
Surtani msurt...@redhat.com wrote: On 7 May 2013, at 15:39, Martin Gencur mgen...@redhat.com wrote: I can make a blog post once we have this for Memcached and REST. I guess it is not ready yet. Yes please. Nice work. :) Cheers, ___ infinispan-dev

Re: [infinispan-dev] write-heavy performance degradation between 5.1 and 5.2

2013-05-07 Thread Martin Gencur
Kind oftheir configuration is replicated embedded cache + async replication + batching + file store + passivation off + write-heavy We, indeed, do *not* test this configuration for regression (especially the batching + file store + write-heavy). And even if we did, we wouldn't spot the

Re: [infinispan-dev] Fwd: still to do on HR-embedded integration in ISPN-2281

2013-05-07 Thread Martin Gencur
improvement for the HotRod client. I can make a blog post once we have this for Memcached and REST. I guess it is not ready yet. Cheers, Martin Dne 6.5.2013 08:57, Martin Gencur napsal(a): Hi Mircea, yes, I'll try to run the tests this week. Martin Dne 3.5.2013 00:40, Mircea Markus napsal

Re: [infinispan-dev] Fwd: still to do on HR-embedded integration in ISPN-2281

2013-05-06 Thread Martin Gencur
Hi Mircea, yes, I'll try to run the tests this week. Martin Dne 3.5.2013 00:40, Mircea Markus napsal(a): Hi Martin, The server memory consumption should improve now that we have ISPN-2281 integrated. would it be possible to run the memory consumption tests to see where we are? Begin

Re: [infinispan-dev] infinispan-quickstart vs. infinispan/demos

2013-04-30 Thread Martin Gencur
Dne 30.4.2013 16:26, Galder Zamarreño napsal(a): On Apr 29, 2013, at 2:40 PM, Martin Gencur mgen...@redhat.com wrote: Hey, I'd be interested why we have examples in two different locations: 1) https://github.com/infinispan/infinispan-quickstart 2) https://github.com/infinispan/infinispan

[infinispan-dev] infinispan-quickstart vs. infinispan/demos

2013-04-29 Thread Martin Gencur
Hey, I'd be interested why we have examples in two different locations: 1) https://github.com/infinispan/infinispan-quickstart 2) https://github.com/infinispan/infinispan/tree/master/demos Can someone please shed some light on this? The infinispan-quickstart repo seems a bit out of date.

[infinispan-dev] Infinispan Arquillian Container 1.0.0.CR1 released

2012-09-05 Thread Martin Gencur
Hello all, I released the Infinispan Arquillian extension yesterday - only as libraries in JBoss Maven repo. More information at http://infinispan.blogspot.com/ Cheers -- Martin Gencur -- QE Lead, JBoss Data Grid Desk phone: +420 532 294 192, ext. 62192

Re: [infinispan-dev] Exposing numOwners through JMX

2012-08-02 Thread Martin Gencur
-- Martin Gencur -- QE Lead, JBoss Data Grid Desk phone: +420 532 294 192, ext. 62192 ___ infinispan-dev mailing list infinispan-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/infinispan-dev

[infinispan-dev] infinispan-arquillian-container - please review

2012-06-28 Thread Martin Gencur
of JDG during the last year. Thanks a lot in advance -- Martin Gencur -- QA Engineer, JBoss Data Grid Desk phone: +420 532 294 192, ext. 62192 ___ infinispan-dev mailing list infinispan-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo

[infinispan-dev] Externalizer in AtomicHashMap needed?

2012-06-20 Thread Martin Gencur
Delta (similar to AtomicHashMapDelta) ...and only BicycleDelta's externalizer's methods were called. Not those of Bicycle's externalizer. This brings me to AtomicHashMap... is the externalizer for this class ever used/needed? Thanks in advance -- Martin Gencur -- QA Engineer, JBoss Data Grid

Re: [infinispan-dev] Externalizer in AtomicHashMap needed?

2012-06-20 Thread Martin Gencur
Manik Surtani píše v St 20. 06. 2012 v 15:48 +0100: On 20 Jun 2012, at 14:30, Martin Gencur wrote: Hi, I'm playing with partial object's state transfer, similar to how AtomicHashMap/AtomicHashMapDelta works. The purpose of these classes is, among other things, to show

Re: [infinispan-dev] Let's stop with pull requests

2012-05-25 Thread Martin Gencur
___ infinispan-dev mailing list infinispan-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/infinispan-dev -- Martin Gencur -- QA Engineer, JBoss Data Grid Desk phone: +420 532 294 192, ext. 62192 ___ infinispan-dev mailing list infinispan-dev

[infinispan-dev] How to configure Infinispan with transactions, backed by relational DB on JBoss AS 7 vs. Tomcat 7 ?

2012-05-23 Thread Martin Gencur
Read and share :) http://martingencur.blogspot.com/ Cheers -- Martin Gencur -- QA Engineer, JBoss Data Grid Desk phone: +420 532 294 192, ext. 62192 ___ infinispan-dev mailing list infinispan-dev@lists.jboss.org https://lists.jboss.org/mailman

Re: [infinispan-dev] OutOfMemory:PermGenSpace

2012-04-05 Thread Martin Gencur
Martin Gencur píše v Thu 05. 04. 2012 v 17:40 +0200: value${log4j.configuration.file}/value Eh, just value${log4j.configuration}/value ...of course -- Martin Gencur -- QA Engineer, JBoss Data Grid Desk phone: +420 532 294 192, ext. 62192

Re: [infinispan-dev] OutOfMemory:PermGenSpace

2012-04-05 Thread Martin Gencur
@lists.jboss.org https://lists.jboss.org/mailman/listinfo/infinispan-dev -- Martin Gencur -- QA Engineer, JBoss Data Grid Desk phone: +420 532 294 192, ext. 62192 ___ infinispan-dev mailing list infinispan-dev@lists.jboss.org https://lists.jboss.org/mailman

Re: [infinispan-dev] IMPORTANT: Renamed JDG repository

2012-03-26 Thread Martin Gencur
-- Martin Gencur -- QA Engineer, JBoss Data Grid Desk phone: +420 532 294 192, ext. 62192 ___ infinispan-dev mailing list infinispan-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/infinispan-dev

Re: [infinispan-dev] Eviction maxEntries analysis

2012-02-07 Thread Martin Gencur
! I am ok with this! Regards, Vladimir On 12-02-03 11:59 AM, Martin Gencur wrote: I see, for the bigger numbers entries are evicted (more than just to decrease the number to maxEntries) before I actually check the number so this is expected. For the 2,4,6,8,10 eviction did not run so

[infinispan-dev] Eviction maxEntries analysis

2012-02-03 Thread Martin Gencur
Environment (build pxi3270-20110827_01) IBM J9 VM (build 2.6, JRE 1.7.0 Linux x86-32 20110810_88604 (JIT enabled, AOT enabled) -- Martin Gencur -- JBoss QE, Enterprise Data Grid Desk phone: +420 532 294 192, ext. 62192 ___ infinispan-dev mailing list

Re: [infinispan-dev] Eviction maxEntries analysis

2012-02-03 Thread Martin Gencur
at 15:29 +0100, Martin Gencur wrote: Hi all, I ran a few tests to find out what is the actual number of entries held in a cache when certain maxEntries param is set for eviction and I store more than maxEntries entries. I tested with HotSpot JDK6 [1], IBM JDK 6,7 [2]. OpenJDK6 seems to have

Re: [infinispan-dev] Eviction maxEntries analysis

2012-02-03 Thread Martin Gencur
ok with this! Regards, Vladimir On 12-02-03 11:59 AM, Martin Gencur wrote: I see, for the bigger numbers entries are evicted (more than just to decrease the number to maxEntries) before I actually check the number so this is expected. For the 2,4,6,8,10 eviction did not run so

[infinispan-dev] Bucket-based cache stores not removing buckets when they're empty

2011-12-06 Thread Martin Gencur
this to remove buckets when removing last entry from them? Thanks for any thoughts -- Martin Gencur -- JBoss QE, Enterprise Data Grid Desk phone: +420 532 294 192, ext. 62192 ___ infinispan-dev mailing list infinispan-dev@lists.jboss.org https

Re: [infinispan-dev] Bucket-based cache stores not removing buckets when they're empty

2011-12-06 Thread Martin Gencur
, but creation would need to be a blocking operation. Sanne On 6 December 2011 09:35, Martin Gencur mgen...@redhat.com wrote: I found out through our tests that bucket-based cache stores (JdbcBinaryCacheStore and FileCacheStore) are not removing buckets (this is either a database table row

Re: [infinispan-dev] getting ISPN config as XML via JMX

2011-10-17 Thread Martin Gencur
this? EDG currently doesn't support deploying applications into it. And even if I was able to do this I wouldn't get to the advanced cache because I'm accessing the cache remotely - using RemoteCache. On 13 Oct 2011, at 14:12, Mircea Markus wrote: On 13 Oct 2011, at 12:40, Martin Gencur wrote

[infinispan-dev] getting ISPN config as XML via JMX

2011-10-13 Thread Martin Gencur
AdvancedCache and so on, so getting the real configuration is hard (if possible at all). Thanks for your thoughts -- Martin Gencur -- JBoss QE, Enterprise Data Grid Desk phone: +420 532 294 192, ext. 62192 ___ infinispan-dev mailing list infinispan

Re: [infinispan-dev] ISPN-ARQUILLIAN - embedded mode

2011-10-05 Thread Martin Gencur
On Tue, 2011-10-04 at 22:53 +0100, Mircea Markus wrote: On 22 Sep 2011, at 14:45, Martin Gencur wrote: Hi, I'm currently implementing support for testing of embedded caches in https://github.com/mgencur/infinispan-arquillian-container project and would like to discuss future steps

Re: [infinispan-dev] ISPN-ARQUILLIAN - embedded mode

2011-09-27 Thread Martin Gencur
On Tue, 2011-09-27 at 09:11 +0200, Galder Zamarreño wrote: On Sep 26, 2011, at 5:42 PM, Martin Gencur wrote: On Mon, 2011-09-26 at 15:50 +0200, Galder Zamarreño wrote: On Sep 22, 2011, at 2:45 PM, Martin Gencur wrote: Hi, I'm currently implementing support for testing of embedded

Re: [infinispan-dev] Dependencies not found while building master branch

2011-09-26 Thread Martin Gencur
/mailman/listinfo/infinispan-dev ___ infinispan-dev mailing list infinispan-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/infinispan-dev -- Martin Gencur -- JBoss QE, Enterprise Data Grid Desk phone: +420 532 294 192, ext. 62192

Re: [infinispan-dev] ISPN-ARQUILLIAN - embedded mode

2011-09-26 Thread Martin Gencur
On Mon, 2011-09-26 at 15:50 +0200, Galder Zamarreño wrote: On Sep 22, 2011, at 2:45 PM, Martin Gencur wrote: Hi, I'm currently implementing support for testing of embedded caches in https://github.com/mgencur/infinispan-arquillian-container project and would like to discuss future steps

[infinispan-dev] ISPN-ARQUILLIAN - embedded mode

2011-09-22 Thread Martin Gencur
, it will be just a matter of changing of 2-3 classes. What do you think about this approach? Thanks for each reply -- Martin Gencur -- JBoss QE, Enterprise Data Grid Desk phone: +420 532 294 192, ext. 62192 ___ infinispan-dev mailing list infinispan

Re: [infinispan-dev] Request for feedback on cache store support in AS7 Infinispan subsystem

2011-09-19 Thread Martin Gencur
://lists.jboss.org/mailman/listinfo/infinispan-dev -- Martin Gencur -- JBoss QE, Enterprise Data Grid Desk phone: +420 532 294 192, ext. 62192 ___ infinispan-dev mailing list infinispan-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/infinispan-dev

[infinispan-dev] Cannot compile infinispan-cachestore-bdbje - missing maven artifacts

2011-08-17 Thread Martin Gencur
://repository.jboss.org/nexus/content/groups/developer/ -- Martin Gencur -- JBoss QE, Enterprise Data Grid Desk phone: +420 532 294 192, ext. 62192 ___ infinispan-dev mailing list infinispan-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo

[infinispan-dev] ispn-arquillian - support for in-VM mode

2011-08-16 Thread Martin Gencur
solutions in the forum and would like to see what others opinions/suggestions are. Cheers -- Martin Gencur -- JBoss QE, Enterprise Data Grid Desk phone: +420 532 294 192, ext. 62192 ___ infinispan-dev mailing list infinispan-dev@lists.jboss.org https