[JBoss JIRA] (ISPN-10884) Expose index details for a cache
by Gustavo Fernandes (Jira)
[ https://issues.jboss.org/browse/ISPN-10884?page=com.atlassian.jira.plugin... ]
Gustavo Fernandes updated ISPN-10884:
-------------------------------------
Description:
It should provide runtime status together with configuration aspects such as index location, type, etc.
Also it should contain all information currently exposed through JMX
{code:json}
{
"size": 1000,
"reindexing": false,
"provider": {
"disk" : {
"path": "/path/to/index"
}
}
}
{code}
was:
It should provide runtime status together with configuration aspects such as index location, type, etc.
Also it should contain all information currently exposes through JMX
{code:json}
{
"size": 1000,
"reindexing": false,
"provider": {
"disk" : {
"path": "/path/to/index"
}
}
}
{code}
> Expose index details for a cache
> --------------------------------
>
> Key: ISPN-10884
> URL: https://issues.jboss.org/browse/ISPN-10884
> Project: Infinispan
> Issue Type: Enhancement
> Components: REST
> Affects Versions: 10.0.1.Final
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
> Priority: Major
>
> It should provide runtime status together with configuration aspects such as index location, type, etc.
> Also it should contain all information currently exposed through JMX
> {code:json}
> {
> "size": 1000,
> "reindexing": false,
> "provider": {
> "disk" : {
> "path": "/path/to/index"
> }
> }
> }
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 2 months
[JBoss JIRA] (ISPN-10886) Server side objects implementing Serializable causes serialization errors
by Nistor Adrian (Jira)
[ https://issues.jboss.org/browse/ISPN-10886?page=com.atlassian.jira.plugin... ]
Nistor Adrian updated ISPN-10886:
---------------------------------
Status: Open (was: New)
> Server side objects implementing Serializable causes serialization errors
> -------------------------------------------------------------------------
>
> Key: ISPN-10886
> URL: https://issues.jboss.org/browse/ISPN-10886
> Project: Infinispan
> Issue Type: Bug
> Components: Server
> Affects Versions: 10.0.0.Final, 10.0.1.Final
> Reporter: Gustavo Fernandes
> Priority: Major
>
> This changed between 10.0.0.CR3 and 10.0.1.Final: filters/converters/entities deployed on the server that implements Serializable don't work any more: although JBoss Marshaller is in the classpath and the Hot Rod client users Jboss marshaller, it tries to use protostream to replicate commands involving those objects
> The workaround it to annotate all of them with @SerializeWith and write Externalizers
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 2 months
[JBoss JIRA] (ISPN-10893) Avoid sending HTTP date headers for entries that don't contain metadata
by Gustavo Fernandes (Jira)
[ https://issues.jboss.org/browse/ISPN-10893?page=com.atlassian.jira.plugin... ]
Gustavo Fernandes updated ISPN-10893:
-------------------------------------
Summary: Avoid sending HTTP date headers for entries that don't contain metadata (was: Avoid sending data headers for entries that don't contain metadata)
> Avoid sending HTTP date headers for entries that don't contain metadata
> -----------------------------------------------------------------------
>
> Key: ISPN-10893
> URL: https://issues.jboss.org/browse/ISPN-10893
> Project: Infinispan
> Issue Type: Bug
> Components: REST
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
> Priority: Major
>
> Currently, the REST server returns date headers like "Thu, 1 Jan 1970 01:00:00 +0100" for entries that don't contain metadata.
> It should not return those headers if the server doesn't store those informations (e.g. for immortal cache entries)
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 2 months
[JBoss JIRA] (ISPN-10893) Avoid sending data headers for entries that don't contain metadata
by Gustavo Fernandes (Jira)
[ https://issues.jboss.org/browse/ISPN-10893?page=com.atlassian.jira.plugin... ]
Gustavo Fernandes updated ISPN-10893:
-------------------------------------
Description:
Currently, the REST server returns date headers like "Thu, 1 Jan 1970 01:00:00 +0100" for entries that don't contain metadata.
It should not return those headers if the server doesn't store those informations (e.g. for immortal cache entries)
was:
Currently, the REST server returns date headers like "Thu, 1 Jan 1970 01:00:00 +0100" for immortal entries or entries that don't contain metadata.
It should not return those headers if the server doesn't store those information (e.g. for immortal cache entries)
> Avoid sending data headers for entries that don't contain metadata
> ------------------------------------------------------------------
>
> Key: ISPN-10893
> URL: https://issues.jboss.org/browse/ISPN-10893
> Project: Infinispan
> Issue Type: Bug
> Components: REST
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
> Priority: Major
>
> Currently, the REST server returns date headers like "Thu, 1 Jan 1970 01:00:00 +0100" for entries that don't contain metadata.
> It should not return those headers if the server doesn't store those informations (e.g. for immortal cache entries)
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 2 months
[JBoss JIRA] (ISPN-10893) Avoid sending data headers for entries that don't contain metadata
by Gustavo Fernandes (Jira)
[ https://issues.jboss.org/browse/ISPN-10893?page=com.atlassian.jira.plugin... ]
Gustavo Fernandes updated ISPN-10893:
-------------------------------------
Description:
Currently, the REST server returns date headers like "Thu, 1 Jan 1970 01:00:00 +0100" for immortal entries or entries that don't contain metadata.
It should not return those headers if the server doesn't store those information (e.g. for immortal cache entries)
was:
Currently, the REST servers returns date headers like "Thu, 1 Jan 1970 01:00:00 +0100" for immortal entries or entries that don't contain metadata.
It should not return those headers if the server doesn't store those information (e.g. for immortal cache entries)
> Avoid sending data headers for entries that don't contain metadata
> ------------------------------------------------------------------
>
> Key: ISPN-10893
> URL: https://issues.jboss.org/browse/ISPN-10893
> Project: Infinispan
> Issue Type: Bug
> Components: REST
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
> Priority: Major
>
> Currently, the REST server returns date headers like "Thu, 1 Jan 1970 01:00:00 +0100" for immortal entries or entries that don't contain metadata.
> It should not return those headers if the server doesn't store those information (e.g. for immortal cache entries)
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 2 months
[JBoss JIRA] (ISPN-10893) Avoid sending data headers for entries that don't contain metadata
by Gustavo Fernandes (Jira)
Gustavo Fernandes created ISPN-10893:
----------------------------------------
Summary: Avoid sending data headers for entries that don't contain metadata
Key: ISPN-10893
URL: https://issues.jboss.org/browse/ISPN-10893
Project: Infinispan
Issue Type: Bug
Components: REST
Reporter: Gustavo Fernandes
Assignee: Gustavo Fernandes
Currently, the REST servers returns date headers like "Thu, 1 Jan 1970 01:00:00 +0100" for immortal entries or entries that don't contain metadata.
It should not return those headers if the server doesn't store those information (e.g. for immortal cache entries)
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 2 months