Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-3058

HotRodTargetMigrator swallowing exceptions

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 5.3.0.Final
    • 5.2.5.Final, 5.3.0.Alpha1
    • None
    • None

    Description

      try {
         cache.get(key);
         int i = count.getAndIncrement();
         if (log.isDebugEnabled() && i % 100 == 0)
            log.debugf(">>    Moved %s keys\n", i);
      } catch (Exception e) {
      
      }

      Attachments

        Activity

          People

            ttarrant@redhat.com Tristan Tarrant
            rh-ee-galder Galder ZamarreƱo
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: