[infinispan-issues] [JBoss JIRA] (ISPN-3058) HotRodTargetMigrator swallowing exceptions

Tristan Tarrant (JIRA) jira-events at lists.jboss.org
Mon Jun 3 05:51:55 EDT 2013


     [ https://issues.jboss.org/browse/ISPN-3058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tristan Tarrant updated ISPN-3058:
----------------------------------

              Status: Pull Request Sent  (was: Open)
    Git Pull Request: https://github.com/infinispan/infinispan/pull/1863

    
> HotRodTargetMigrator swallowing exceptions
> ------------------------------------------
>
>                 Key: ISPN-3058
>                 URL: https://issues.jboss.org/browse/ISPN-3058
>             Project: Infinispan
>          Issue Type: Bug
>    Affects Versions: 5.2.5.Final, 5.3.0.Alpha1
>            Reporter: Galder Zamarreño
>            Assignee: Tristan Tarrant
>             Fix For: 5.3.0.Final
>
>
> {code}
> try {
>    cache.get(key);
>    int i = count.getAndIncrement();
>    if (log.isDebugEnabled() && i % 100 == 0)
>       log.debugf(">>    Moved %s keys\n", i);
> } catch (Exception e) {
> }{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the infinispan-issues mailing list