[JBoss JIRA] (ISPN-11416) ContainerInfinispanServerDriver should not change permissions with a prebuilt server image
by Ryan Emerson (Jira)
[ https://issues.redhat.com/browse/ISPN-11416?page=com.atlassian.jira.plugi... ]
Ryan Emerson commented on ISPN-11416:
-------------------------------------
I was pre-empting ISPN-11370 being merged as I knew I would forget to close this later :)
> ContainerInfinispanServerDriver should not change permissions with a prebuilt server image
> ------------------------------------------------------------------------------------------
>
> Key: ISPN-11416
> URL: https://issues.redhat.com/browse/ISPN-11416
> Project: Infinispan
> Issue Type: Bug
> Components: Test Suite
> Affects Versions: 10.1.3.Final, 11.0.0.Alpha2
> Reporter: Ryan Emerson
> Assignee: Ryan Emerson
> Priority: Major
>
> When running the server/runtime testsuite with a Infinispan image build, the testsuite will fail as infinispan/server image does not contain the usermod and the groupmod commands.
> Instead, when the {{usePrebuiltServer}} param is passed, we should assume that the user permissions are correct on the existing image.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month
[JBoss JIRA] (ISPN-11416) ContainerInfinispanServerDriver should not change permissions with a prebuilt server image
by Alan Field (Jira)
[ https://issues.redhat.com/browse/ISPN-11416?page=com.atlassian.jira.plugi... ]
Alan Field commented on ISPN-11416:
-----------------------------------
Confused by why this has a resolution of "Out of Date" and two pull requests?
> ContainerInfinispanServerDriver should not change permissions with a prebuilt server image
> ------------------------------------------------------------------------------------------
>
> Key: ISPN-11416
> URL: https://issues.redhat.com/browse/ISPN-11416
> Project: Infinispan
> Issue Type: Bug
> Components: Test Suite
> Affects Versions: 10.1.3.Final, 11.0.0.Alpha2
> Reporter: Ryan Emerson
> Assignee: Ryan Emerson
> Priority: Major
>
> When running the server/runtime testsuite with a Infinispan image build, the testsuite will fail as infinispan/server image does not contain the usermod and the groupmod commands.
> Instead, when the {{usePrebuiltServer}} param is passed, we should assume that the user permissions are correct on the existing image.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month
[JBoss JIRA] (ISPN-11249) Unexpected functionality added by Java8 default interface methods
by Tristan Tarrant (Jira)
[ https://issues.redhat.com/browse/ISPN-11249?page=com.atlassian.jira.plugi... ]
Tristan Tarrant updated ISPN-11249:
-----------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> Unexpected functionality added by Java8 default interface methods
> -----------------------------------------------------------------
>
> Key: ISPN-11249
> URL: https://issues.redhat.com/browse/ISPN-11249
> Project: Infinispan
> Issue Type: Bug
> Reporter: Wolf-Dieter Fink
> Assignee: Will Burns
> Priority: Critical
> Fix For: 10.1.4.Final, 11.0.0.Dev03
>
>
> With Java8 there are interfaces which implement default methods.
> Those defaults are available if not overridden, but the function behind might not be correct because the method was not meant to be implemented.
> There are issues with the transaction and locking because of the remote invocation, so the conditional operation will not work consistent.
> Such methods need to be checked and throw a UnsupportedOperation.
> This appears for the compute(...) methods
> compute(key, BiFunct) -> default to java.util.concurrent.ConcurrentMap interface
> compute() methods with expiration will throw an UnsupportedOperationException as expected.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month
[JBoss JIRA] (ISPN-11414) Infinispan 10 Server fail when start with -D parameter on Windows
by Tristan Tarrant (Jira)
[ https://issues.redhat.com/browse/ISPN-11414?page=com.atlassian.jira.plugi... ]
Tristan Tarrant updated ISPN-11414:
-----------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request: https://github.com/infinispan/infinispan/pull/7983, https://github.com/infinispan/infinispan/pull/7984
> Infinispan 10 Server fail when start with -D parameter on Windows
> -----------------------------------------------------------------
>
> Key: ISPN-11414
> URL: https://issues.redhat.com/browse/ISPN-11414
> Project: Infinispan
> Issue Type: Bug
> Components: Server
> Affects Versions: 10.1.3.Final
> Reporter: 智博 伊藤
> Assignee: Tristan Tarrant
> Priority: Major
> Labels: windows
> Fix For: 10.1.4.Final, 11.0.0.Dev03
>
>
> When I start Infinispan server 10.1.3.Final, the server fails as follows.
> {noformat}
> bin\server.bat -Dinfinispan.bind.address=192.168.0.64
> null
> java.lang.reflect.InvocationTargetException
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.infinispan.server.loader.Loader.main(Loader.java:52)
> Caused by: java.lang.StringIndexOutOfBoundsException: String index out of range: -1
> at java.lang.String.substring(String.java:1967)
> at org.infinispan.server.tool.Main.run(Main.java:80)
> at org.infinispan.server.Bootstrap.main(Bootstrap.java:39)
> ... 5 more
> {noformat}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month
[JBoss JIRA] (ISPN-11416) ContainerInfinispanServerDriver should not change permissions with a prebuilt server image
by Ryan Emerson (Jira)
[ https://issues.redhat.com/browse/ISPN-11416?page=com.atlassian.jira.plugi... ]
Ryan Emerson updated ISPN-11416:
--------------------------------
Summary: ContainerInfinispanServerDriver should not change permissions with a prebuilt server image (was: ContainerInfinispanServerDriver should not change files with a prebuilt server image)
> ContainerInfinispanServerDriver should not change permissions with a prebuilt server image
> ------------------------------------------------------------------------------------------
>
> Key: ISPN-11416
> URL: https://issues.redhat.com/browse/ISPN-11416
> Project: Infinispan
> Issue Type: Bug
> Components: Test Suite
> Affects Versions: 10.1.3.Final, 11.0.0.Alpha2
> Reporter: Ryan Emerson
> Assignee: Ryan Emerson
> Priority: Major
>
> When running the server/runtime testsuite with a Infinispan image build, the testsuite will fail as infinispan/server image does not contain the usermod and the groupmod commands.
> Instead, when the {{usePrebuiltServer}} param is passed, we should assume that the user permissions are correct on the existing image.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month