Re: [infinispan-dev] [ISPN1797] Cannot find ispn core metadata file

2013-01-03 Thread Tristan Tarrant
That file is generated by the build machinery: mvn -pl parent,core clean install -DskipTests will build it and package it for you Tristan On 01/03/2013 03:29 AM, Guillaume SCHEIBEL wrote: Hi guys, I'm finishing the last version of the MongoDB cache store module and I'm facing to a problem

Re: [infinispan-dev] MFC/UFC credits in default config

2013-01-03 Thread Bela Ban
Let's make sure though that we have a meaningful default that's not optimized for an edge case. Also, if we use TCP, we can remove UFC from the config, as TCP already performs point-to-point flow control. On 1/3/13 11:29 AM, Radim Vansa wrote: 20k credits seems to be the best choice for this

Re: [infinispan-dev] MFC/UFC credits in default config

2013-01-03 Thread Dan Berindei
Bela, I'm pretty sure these tests use UDP. I'd be really surprised if we could improve TCP performance by lowering max_credits. We do have a JIRA to change the state transfer behaviour to request state from only a few nodes at a time (perhaps only 1): https://issues.jboss.org/browse/ISPN-2580.

Re: [infinispan-dev] MFC/UFC credits in default config

2013-01-03 Thread Radim Vansa
| | | Bela, I'm pretty sure these tests use UDP. I'd be really surprised if | we could improve TCP performance by lowering max_credits. True, they do. | | We do have a JIRA to change the state transfer behaviour to request | state from only a few nodes at a time (perhaps only 1): |

Re: [infinispan-dev] MFC/UFC credits in default config

2013-01-03 Thread Dan Berindei
On Thu, Jan 3, 2013 at 3:46 PM, Radim Vansa rva...@redhat.com wrote: | | | Bela, I'm pretty sure these tests use UDP. I'd be really surprised if | we could improve TCP performance by lowering max_credits. True, they do. So you are running the tests with TCP? | | We do have a JIRA to

Re: [infinispan-dev] MFC/UFC credits in default config

2013-01-03 Thread Radim Vansa
| | | | | | | Bela, I'm pretty sure these tests use UDP. I'd be really surprised | | if | | we could improve TCP performance by lowering max_credits. | | True, they do. | | So you are running the tests with TCP? | No, I have confirmed the first sentence. The tests use UDP. | | | | | We