[JBoss JIRA] (ISPN-3204) Implement Last-Modified header returned by REST endpoint correctly
by Martin Gencur (JIRA)
Martin Gencur created ISPN-3204:
-----------------------------------
Summary: Implement Last-Modified header returned by REST endpoint correctly
Key: ISPN-3204
URL: https://issues.jboss.org/browse/ISPN-3204
Project: Infinispan
Issue Type: Bug
Affects Versions: 5.3.0.CR1
Reporter: Martin Gencur
Assignee: Galder Zamarreño
Fix For: 6.0.0.Final
As described in ISPN-3153, the Last-Modified HTTP header does not always return correct date/time of the last modification.
The goal of this JIRA is to fix this behaviour.
Explanation of the bug:
"Since immortal entries never die, we don't track creation time for them. We don't wanna be doing that either cos it takes valuable space that's might only be relevant for REST. In fact, we don't have anything that maps directly to last-modified per se. For transient entries, we track when the entry was last used (read or write) and for mortal entries, we track the creation time, which is not necessarily last modified time. Last-modified returns the expected value only when timeToLiveSeconds has been set and we're tracking creation time (mortal entry)."
--
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
11 years, 7 months
[JBoss JIRA] (ISPN-2753) Drop the staxmapper dependency
by Tristan Tarrant (JIRA)
[ https://issues.jboss.org/browse/ISPN-2753?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant updated ISPN-2753:
----------------------------------
Description:
staxmapper is composed of very few classes, of which we only use half. In order to minimize the number of dependencies, the logic of staxmapper can be incorporated in Infinispan, tailored to our own specific needs.
was:staxmapper is composed of very few classes, of which we only use half.
> Drop the staxmapper dependency
> ------------------------------
>
> Key: ISPN-2753
> URL: https://issues.jboss.org/browse/ISPN-2753
> Project: Infinispan
> Issue Type: Enhancement
> Components: Configuration
> Reporter: Tristan Tarrant
> Assignee: Tristan Tarrant
> Fix For: 6.0.0.Alpha1, 6.0.0.Final
>
>
> staxmapper is composed of very few classes, of which we only use half. In order to minimize the number of dependencies, the logic of staxmapper can be incorporated in Infinispan, tailored to our own specific needs.
--
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
11 years, 7 months
[JBoss JIRA] (ISPN-3203) Infinispan cache index not loading initial data
by Ralph Jennings (JIRA)
[ https://issues.jboss.org/browse/ISPN-3203?page=com.atlassian.jira.plugin.... ]
Ralph Jennings updated ISPN-3203:
---------------------------------
Environment:
Linux: debian wheezy
uname -a: Linux hostname 3.2.0-4-amd64 #1 SMP Debian 3.2.41-2+deb7u2 x86_64 GNU/Linux
JBoss: 7.1.2.Final
Embedded cache using infinispan 5.2.6.Final jars included in WAR's WEB-INF/lib directory.
> Infinispan cache index not loading initial data
> -----------------------------------------------
>
> Key: ISPN-3203
> URL: https://issues.jboss.org/browse/ISPN-3203
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 5.2.6.Final
> Environment: Linux: debian wheezy
> uname -a: Linux hostname 3.2.0-4-amd64 #1 SMP Debian 3.2.41-2+deb7u2 x86_64 GNU/Linux
> JBoss: 7.1.2.Final
> Embedded cache using infinispan 5.2.6.Final jars included in WAR's WEB-INF/lib directory.
> Reporter: Ralph Jennings
> Assignee: Mircea Markus
> Labels: cache-store, index, infinispan, preload
>
> If you create a cache with an existing store to preload data from, the data is available to the cache (get and keySet works) but not to the index (no cache queries work).
> Only entries put into the cache after it starts up can be seen by the index.
--
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
11 years, 7 months
[JBoss JIRA] (ISPN-3203) Infinispan cache index not loading initial data
by Ralph Jennings (JIRA)
Ralph Jennings created ISPN-3203:
------------------------------------
Summary: Infinispan cache index not loading initial data
Key: ISPN-3203
URL: https://issues.jboss.org/browse/ISPN-3203
Project: Infinispan
Issue Type: Bug
Affects Versions: 5.2.6.Final
Reporter: Ralph Jennings
Assignee: Mircea Markus
If you create a cache with an existing store to preload data from, the data is available to the cache (get and keySet works) but not to the index (no cache queries work).
Only entries put into the cache after it starts up can be seen by the index.
--
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
11 years, 7 months