[jbosscache-issues] [JBoss JIRA] Created: (JBCACHE-1491) JBC 1.4.x cache wrapper not reading data in cache

Galder Zamarreno (JIRA) jira-events at lists.jboss.org
Wed Mar 11 06:38:22 EDT 2009


JBC 1.4.x cache wrapper not reading data in cache
-------------------------------------------------

                 Key: JBCACHE-1491
                 URL: https://jira.jboss.org/jira/browse/JBCACHE-1491
             Project: JBoss Cache
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: CacheBenchFwk
            Reporter: Galder Zamarreno
            Assignee: Galder Zamarreno


Eventually figured out why no matter how I did it, the benchmark for JBC 1.4.x did not work:

org.cachebench.cachewrappers.JBossCacheWrapper inside jbosscache-1.4.1 shows:

   public Object getReplicatedData(List<String> l, String key)
   {
      return null;
   }

So, replication works but checking whether the data has been replicated has not been implemented!! I'll get it fixed.

Where do we fill JIRAs for the cache benchmark framework?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbosscache-issues mailing list