[JBoss JIRA] (ISPN-3739) HotRod: Add a statistic with the hit ratio of HotRod requests
by Galder Zamarreño (JIRA)
[ https://issues.jboss.org/browse/ISPN-3739?page=com.atlassian.jira.plugin.... ]
Galder Zamarreño updated ISPN-3739:
-----------------------------------
Fix Version/s: (was: 7.0.0.Final)
> HotRod: Add a statistic with the hit ratio of HotRod requests
> -------------------------------------------------------------
>
> Key: ISPN-3739
> URL: https://issues.jboss.org/browse/ISPN-3739
> Project: Infinispan
> Issue Type: Feature Request
> Components: Remote Protocols
> Affects Versions: 6.0.0.Final
> Reporter: Dan Berindei
> Assignee: Galder Zamarreño
>
> The HotRod protocol is supposed to always direct requests to the primary owner of a key. It would be useful to expose a statistic with the number of requests that actually reach the primary owner as opposed to a backup owner (causing one extra RPC for non-tx write operations) or a non-owner (causing one extra RPC for both write and read operations).
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
10 years, 1 month
[JBoss JIRA] (ISPN-4794) Ant errors in some modules with partial builds (mvn -am -pl)
by Dan Berindei (JIRA)
[ https://issues.jboss.org/browse/ISPN-4794?page=com.atlassian.jira.plugin.... ]
Dan Berindei updated ISPN-4794:
-------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request: https://github.com/infinispan/infinispan/pull/3019
> Ant errors in some modules with partial builds (mvn -am -pl)
> ------------------------------------------------------------
>
> Key: ISPN-4794
> URL: https://issues.jboss.org/browse/ISPN-4794
> Project: Infinispan
> Issue Type: Bug
> Components: Build process
> Affects Versions: 7.0.0.Beta2
> Reporter: Dan Berindei
> Assignee: Dan Berindei
> Fix For: 7.0.0.Final
>
>
> I often want to run the tests in a particular module, so I run a command similar to this to build that module and its dependencies:
> {{mvn clean && mvn install -DskipTests -am -pl integrationtests/as-integration-client}}
> That doesn't work, and I get an Ant error message:
> {noformat}
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.7:run (generate-distros-and-configs) on project infinispan-as-module-client-integrationtests: An Ant BuildException has occured: The following error occurred while executing this line:
> [ERROR] /home/dan/Work/logs/infinispan/integrationtests/as-integration-client/build.xml:16: /home/dan/Work/logs/infinispan/server/integration/build/target/infinispan-server-7.0.0-SNAPSHOT does not exist.
> [ERROR] around Ant part ...<ant antfile="build.xml" target="create_distro"/>... @ 4:52 in /home/dan/Work/logs/infinispan/integrationtests/as-integration-client/target/antrun/build-main.xml
> [ERROR] -> [Help 1]
> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.7:run (generate-distros-and-configs) on project infinispan-as-module-client-integrationtests: An Ant BuildException has occured: The following error occurred while executing this line:
> /home/dan/Work/logs/infinispan/integrationtests/as-integration-client/build.xml:16: /home/dan/Work/logs/infinispan/server/integration/build/target/infinispan-server-7.0.0-SNAPSHOT does not exist.
> around Ant part ...<ant antfile="build.xml" target="create_distro"/>... @ 4:52 in /home/dan/Work/logs/infinispan/integrationtests/as-integration-client/target/antrun/build-main.xml
> {noformat}
> Running {{mvn clean && mvn install -DskipTests}} works fine, so there must be some bad interaction between the Ant build scripts and the partial build system in Maven.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
10 years, 1 month
[JBoss JIRA] (ISPN-4922) Remove carriage returns from test files
by William Burns (JIRA)
[ https://issues.jboss.org/browse/ISPN-4922?page=com.atlassian.jira.plugin.... ]
William Burns updated ISPN-4922:
--------------------------------
Description:
DistributedEntryRetrieverTest still has some carriage returns in it erroneously. they should be removed as well as any other tests although running {code}find -name *.java -exec grep -r $'\r' '{}' \; -print
{code} only seems to return DistributedEntryRetrieverTest.java
was:DistributedEntryRetrieverTest still has some carriage returns in it erroneously. they should be removed as well as any other tests although running {code}grep -r $'\r' *{code} only seems to return DistributedEntryRetrieverTest.java
> Remove carriage returns from test files
> ---------------------------------------
>
> Key: ISPN-4922
> URL: https://issues.jboss.org/browse/ISPN-4922
> Project: Infinispan
> Issue Type: Bug
> Components: Test Suite - Core
> Affects Versions: 7.0.0.CR2
> Reporter: William Burns
> Assignee: William Burns
> Fix For: 7.0.0.Final
>
>
> DistributedEntryRetrieverTest still has some carriage returns in it erroneously. they should be removed as well as any other tests although running {code}find -name *.java -exec grep -r $'\r' '{}' \; -print
> {code} only seems to return DistributedEntryRetrieverTest.java
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
10 years, 1 month
[JBoss JIRA] (ISPN-4922) Remove carriage returns from test files
by William Burns (JIRA)
William Burns created ISPN-4922:
-----------------------------------
Summary: Remove carriage returns from test files
Key: ISPN-4922
URL: https://issues.jboss.org/browse/ISPN-4922
Project: Infinispan
Issue Type: Bug
Components: Test Suite - Core
Affects Versions: 7.0.0.CR2
Reporter: William Burns
Assignee: William Burns
Fix For: 7.0.0.Final
DistributedEntryRetrieverTest still has some carriage returns in it erroneously. they should be removed as well as any other tests although running {code}grep -r $'\r' *{code} only seems to return DistributedEntryRetrieverTest.java
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
10 years, 1 month