[JBoss JIRA] (HRJS-25) Test pkill command might be killing itself
by Galder Zamarreño (JIRA)
[ https://issues.jboss.org/browse/HRJS-25?page=com.atlassian.jira.plugin.sy... ]
Galder Zamarreño updated HRJS-25:
---------------------------------
Fix Version/s: 0.4.0
> Test pkill command might be killing itself
> ------------------------------------------
>
> Key: HRJS-25
> URL: https://issues.jboss.org/browse/HRJS-25
> Project: Infinispan Javascript client
> Issue Type: Bug
> Affects Versions: 0.3.0
> Reporter: Galder Zamarreño
> Fix For: 0.4.0
>
>
> In some environments (e.g. ubuntu), failover and xsite tests fail with errors like this:
> {code}
> 1) Infinispan cluster client can failover when nodes crash
> Message:
> Error: Command failed: /bin/sh -c pkill -9 -f '.*java.*node4 .*'
> Stacktrace:
> Error: Command failed: /bin/sh -c pkill -9 -f '.*java.*node4 .*'
> at ChildProcess.exithandler (child_process.js:213:12)
> at emitTwo (events.js:87:13)
> at ChildProcess.emit (events.js:172:7)
> at maybeClose (internal/child_process.js:854:16)
> at Process.ChildProcess._handle.onexit (internal/child_process.js:222:5)
> {code}
> After adding more info the error, we've found that the error contains:
> {code}
> exec error (JS): {"killed":false,"code":null,"signal":"SIGKILL","cmd":"/bin/sh -c pkill -9 -f '.*java.*node4 .*'"}
> {code}
> The node.js documentation says:
> {code}
> If the process terminated normally, code is the final exit code of
> the process, otherwise null. If the process terminated due to
> receipt of a signal, signal is the string name of the signal,
> otherwise null.
> {code}
> So, it might imply that the {{pkill}} command is killing itself...
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 4 months
[JBoss JIRA] (ISPN-7288) Indexed queries with IN clause should use TermsQuery
by Gustavo Fernandes (JIRA)
Gustavo Fernandes created ISPN-7288:
---------------------------------------
Summary: Indexed queries with IN clause should use TermsQuery
Key: ISPN-7288
URL: https://issues.jboss.org/browse/ISPN-7288
Project: Infinispan
Issue Type: Enhancement
Components: Embedded Querying
Affects Versions: 8.2.5.Final, 9.0.0.Beta1
Reporter: Gustavo Fernandes
There are two reasons for it:
* TermsQuery don't have a clause limit as Boolean Queries do (default is 1024)
* Performance for high number of clauses is vastly superior
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 4 months
[JBoss JIRA] (ISPN-7287) Queries obtained from the DSL should not compute score
by Gustavo Fernandes (JIRA)
[ https://issues.jboss.org/browse/ISPN-7287?page=com.atlassian.jira.plugin.... ]
Gustavo Fernandes updated ISPN-7287:
------------------------------------
Description:
The Infinispan DSL is not tailored for full-text use cases but rather to "filtering" use cases, so Lucene does not need to spend time calculating scores.
was:
The Infinispan DSL is not tailored for full-text use cases but rather to "filtering" use cases, so underlying Lucene query does not need to spend time calculating score.
> Queries obtained from the DSL should not compute score
> ------------------------------------------------------
>
> Key: ISPN-7287
> URL: https://issues.jboss.org/browse/ISPN-7287
> Project: Infinispan
> Issue Type: Enhancement
> Components: Embedded Querying
> Affects Versions: 9.0.0.Beta1, 8.2.5.Final
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
>
> The Infinispan DSL is not tailored for full-text use cases but rather to "filtering" use cases, so Lucene does not need to spend time calculating scores.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 4 months
[JBoss JIRA] (ISPN-7287) Queries obtained from the DSL should not compute score
by Gustavo Fernandes (JIRA)
Gustavo Fernandes created ISPN-7287:
---------------------------------------
Summary: Queries obtained from the DSL should not compute score
Key: ISPN-7287
URL: https://issues.jboss.org/browse/ISPN-7287
Project: Infinispan
Issue Type: Enhancement
Components: Embedded Querying
Affects Versions: 8.2.5.Final, 9.0.0.Beta1
Reporter: Gustavo Fernandes
Assignee: Gustavo Fernandes
The Infinispan DSL is not tailored for full-text use cases but rather to "filtering" use cases, so underlying Lucene query does not need to spend time calculating score.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 4 months
[JBoss JIRA] (ISPN-7286) Cache stores should declare whether they can be shared
by Tristan Tarrant (JIRA)
Tristan Tarrant created ISPN-7286:
-------------------------------------
Summary: Cache stores should declare whether they can be shared
Key: ISPN-7286
URL: https://issues.jboss.org/browse/ISPN-7286
Project: Infinispan
Issue Type: Enhancement
Components: Loaders and Stores
Affects Versions: 9.0.0.Beta1
Reporter: Tristan Tarrant
Assignee: Ryan Emerson
Fix For: 9.0.0.Final
Cache stores should expose whether they work in shared mode (e.g. JDBC, Cassandra) or not (File, RocksDB, ...)
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 4 months
[JBoss JIRA] (ISPN-7285) Administration console - BULK_READ permission is not set in identity/role
by Ryan Emerson (JIRA)
Ryan Emerson created ISPN-7285:
----------------------------------
Summary: Administration console - BULK_READ permission is not set in identity/role
Key: ISPN-7285
URL: https://issues.jboss.org/browse/ISPN-7285
Project: Infinispan
Issue Type: Bug
Components: Console
Reporter: Ryan Emerson
Assignee: Vladimir Blagojevic
Fix For: 9.0.0.Beta2
It appears that BULK_READ permission is nor properly wired/transferred into API invocations. When attempting to access schema names we get the following exceptions in the server:
[Server:server-two] 11:51:44,982 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 33) WFLYCTL0013: Operation ("get-proto-schema-names") failed - address: ([
[Server:server-two] ("subsystem" => "datagrid-infinispan"),
[Server:server-two] ("cache-container" => "clustered")
[Server:server-two] ]) - failure description: "DGISPN0118: Failed to invoke operation: ISPN000287: Unauthorized access: subject 'Subject with principal(s): [vladimir@ManagementRealm, InetAddressPrincipal <127.0.0.1/127.0.0.1>]' lacks 'BULK_READ' permission"
However, we have set this permission for the role identity/role making invocations (i.e vladimir in the example above)
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 4 months
[JBoss JIRA] (ISPN-7264) Administration console - BULK_READ permission is not set in identity/role
by Ryan Emerson (JIRA)
[ https://issues.jboss.org/browse/ISPN-7264?page=com.atlassian.jira.plugin.... ]
Ryan Emerson updated ISPN-7264:
-------------------------------
Fix Version/s: 9.0.0.Beta2
> Administration console - BULK_READ permission is not set in identity/role
> -------------------------------------------------------------------------
>
> Key: ISPN-7264
> URL: https://issues.jboss.org/browse/ISPN-7264
> Project: Infinispan
> Issue Type: Bug
> Components: Console
> Reporter: Vladimir Blagojevic
> Assignee: Vladimir Blagojevic
> Fix For: 9.0.0.Beta2
>
>
> It appears that BULK_READ permission is nor properly wired/transferred into API invocations. When attempting to access schema names we get the following exceptions in the server:
> [Server:server-two] 11:51:44,982 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 33) WFLYCTL0013: Operation ("get-proto-schema-names") failed - address: ([
> [Server:server-two] ("subsystem" => "datagrid-infinispan"),
> [Server:server-two] ("cache-container" => "clustered")
> [Server:server-two] ]) - failure description: "DGISPN0118: Failed to invoke operation: ISPN000287: Unauthorized access: subject 'Subject with principal(s): [vladimir@ManagementRealm, InetAddressPrincipal <127.0.0.1/127.0.0.1>]' lacks 'BULK_READ' permission"
> However, we have set this permission for the role identity/role making invocations (i.e vladimir in the example above)
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 4 months