[JBoss JIRA] (ISPN-6790) Distribution interceptors re-compute key location after remote get
by Tristan Tarrant (JIRA)
[ https://issues.jboss.org/browse/ISPN-6790?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant updated ISPN-6790:
----------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 9.0.0.Final
Resolution: Done
> Distribution interceptors re-compute key location after remote get
> ------------------------------------------------------------------
>
> Key: ISPN-6790
> URL: https://issues.jboss.org/browse/ISPN-6790
> Project: Infinispan
> Issue Type: Bug
> Components: Core
> Affects Versions: 9.0.0.Alpha2, 8.2.2.Final
> Reporter: Dan Berindei
> Assignee: Dan Berindei
> Priority: Minor
> Fix For: 9.0.0.Alpha3, 9.0.0.Final
>
>
> If the distribution interceptors don't find a key remotely, they try again to retrieve it from the local data container. Before reading the local value, though, they compute the key's ownership again, to make sure they don't read a stale value that was previously owned by the local node.
> Most of the time, the topology doesn't change during the invocation through the interceptor chain, so there's no need to look up the value locally again, or to re-compute the key's location.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 6 months
[JBoss JIRA] (ISPN-6683) LevelDB ConfigurationTest#testXmlConfig fails on Windows
by Tristan Tarrant (JIRA)
[ https://issues.jboss.org/browse/ISPN-6683?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant updated ISPN-6683:
----------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> LevelDB ConfigurationTest#testXmlConfig fails on Windows
> --------------------------------------------------------
>
> Key: ISPN-6683
> URL: https://issues.jboss.org/browse/ISPN-6683
> Project: Infinispan
> Issue Type: Bug
> Components: Loaders and Stores
> Environment: Apache Maven 3.3.9
> Java version: 1.8.0_91, vendor: Oracle Corporation
> Default locale: pl_PL, platform encoding: Cp1250
> OS name: "windows 8.1", version: "6.3", arch: "amd64", family: "dos"
> Reporter: Sebastian Łaskawiec
> Assignee: Sebastian Łaskawiec
> Labels: windows
> Fix For: 9.0.0.Alpha3, 9.0.0.Final
>
>
> LevelDB tests operate on the same directory. Windows someones reports deleting file to the JVM but the file is still there.
> The easiest way to workaround this problem is to use different directories for all the tests.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 6 months
[JBoss JIRA] (ISPN-6796) Administration console - improve error messages when executing script
by Roman Macor (JIRA)
Roman Macor created ISPN-6796:
---------------------------------
Summary: Administration console - improve error messages when executing script
Key: ISPN-6796
URL: https://issues.jboss.org/browse/ISPN-6796
Project: Infinispan
Issue Type: Enhancement
Components: JMX, reporting and management
Reporter: Roman Macor
Priority: Minor
When executing javascript which results in error, the error message displayed by Administration console is not very helpful:
Error Some unexpected problem happened when launching the task: DGISPN0118: Failed to invoke operation: ISPN026003: Script execution error
Executing the same script through hotrod client throws more descriptive exception:
ReferenceError: "console" is not defined in <eval> at line number 4
The script is:
console.debug("test");
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 6 months
[JBoss JIRA] (ISPN-6758) JDBC DB Major/Minor Versions not exposed by the server
by Tristan Tarrant (JIRA)
[ https://issues.jboss.org/browse/ISPN-6758?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant updated ISPN-6758:
----------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 9.0.0.Alpha3
9.0.0.Final
Resolution: Done
> JDBC DB Major/Minor Versions not exposed by the server
> ------------------------------------------------------
>
> Key: ISPN-6758
> URL: https://issues.jboss.org/browse/ISPN-6758
> Project: Infinispan
> Issue Type: Bug
> Components: Loaders and Stores, Server
> Affects Versions: 9.0.0.Alpha2
> Reporter: Ryan Emerson
> Assignee: Ryan Emerson
> Fix For: 9.0.0.Alpha3, 9.0.0.Final
>
>
> The ability for the user to configure the Major and Minor versions of the underlying DB that JDBC connects was added as part of ISPN-20, however the ability to read/configure these values via the server was omitted.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 6 months
[JBoss JIRA] (ISPN-6768) CommandAwareRpcDispatcher channel listener can cause classloader leaks
by Tristan Tarrant (JIRA)
[ https://issues.jboss.org/browse/ISPN-6768?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant updated ISPN-6768:
----------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> CommandAwareRpcDispatcher channel listener can cause classloader leaks
> ----------------------------------------------------------------------
>
> Key: ISPN-6768
> URL: https://issues.jboss.org/browse/ISPN-6768
> Project: Infinispan
> Issue Type: Bug
> Components: Core
> Affects Versions: 9.0.0.Alpha2, 8.1.4.Final, 8.2.2.Final
> Reporter: Paul Ferraro
> Assignee: Paul Ferraro
> Priority: Blocker
> Fix For: 8.1.5.Final, 9.0.0.Alpha3, 8.2.3.Final
>
>
> CommandAwareRpcDispatcher registers a listener with the channel in its constructor, but never unregisters it. Thus, if the channel persists following shutdown of the CommandAwareRpcDispatcher (e.g. in WildFly), this will cause a classloader leak.
> See linked issue for details.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 6 months