[JBoss JIRA] (ISPN-7301) Right operand in term query is not being analyzed
by Adrian Nistor (JIRA)
[ https://issues.jboss.org/browse/ISPN-7301?page=com.atlassian.jira.plugin.... ]
Adrian Nistor updated ISPN-7301:
--------------------------------
Fix Version/s: 9.0.0.Beta2
> Right operand in term query is not being analyzed
> -------------------------------------------------
>
> Key: ISPN-7301
> URL: https://issues.jboss.org/browse/ISPN-7301
> Project: Infinispan
> Issue Type: Bug
> Components: Embedded Querying, Remote Querying
> Affects Versions: 9.0.0.Beta1
> Reporter: Jiří Holuša
> Assignee: Adrian Nistor
> Fix For: 9.0.0.Beta2
>
>
> With default configuration, default analyzer should at least do lower-casing, hence following two queries should return the same results:
> {code}
> from Entity where longDescription:'rent'
> {code}
> {code}
> from Entity where longDescription:'RENT'
> {code}
> However, according to my tests, lower-casing is not happening, hence I'm deducing that the right operand analysis doesn't happen at all.
> PR contains test for it as well as other tests for extending query testsuite.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 4 months
[JBoss JIRA] (ISPN-7300) Operator '-' doesn't work in fulltext querying
by Adrian Nistor (JIRA)
[ https://issues.jboss.org/browse/ISPN-7300?page=com.atlassian.jira.plugin.... ]
Adrian Nistor reassigned ISPN-7300:
-----------------------------------
Assignee: Adrian Nistor
> Operator '-' doesn't work in fulltext querying
> ----------------------------------------------
>
> Key: ISPN-7300
> URL: https://issues.jboss.org/browse/ISPN-7300
> Project: Infinispan
> Issue Type: Bug
> Components: Embedded Querying, Remote Querying
> Affects Versions: 9.0.0.Beta1
> Reporter: Jiří Holuša
> Assignee: Adrian Nistor
> Fix For: 9.0.0.Beta2
>
>
> Given following query:
> {code}
> from Entity t where t.longDescription : (-'really')
> {code}
> I would expect to return all entities that doesn't contain the word 'really' (opposite to +), but it seems to be not working.
> PR contains test for it as well as other tests for extending query testsuite.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 4 months
[JBoss JIRA] (ISPN-7300) Operator '-' doesn't work in fulltext querying
by Adrian Nistor (JIRA)
[ https://issues.jboss.org/browse/ISPN-7300?page=com.atlassian.jira.plugin.... ]
Adrian Nistor updated ISPN-7300:
--------------------------------
Status: Open (was: New)
> Operator '-' doesn't work in fulltext querying
> ----------------------------------------------
>
> Key: ISPN-7300
> URL: https://issues.jboss.org/browse/ISPN-7300
> Project: Infinispan
> Issue Type: Bug
> Components: Embedded Querying, Remote Querying
> Affects Versions: 9.0.0.Beta1
> Reporter: Jiří Holuša
> Assignee: Adrian Nistor
> Fix For: 9.0.0.Beta2
>
>
> Given following query:
> {code}
> from Entity t where t.longDescription : (-'really')
> {code}
> I would expect to return all entities that doesn't contain the word 'really' (opposite to +), but it seems to be not working.
> PR contains test for it as well as other tests for extending query testsuite.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 4 months
[JBoss JIRA] (ISPN-7300) Operator '-' doesn't work in fulltext querying
by Adrian Nistor (JIRA)
[ https://issues.jboss.org/browse/ISPN-7300?page=com.atlassian.jira.plugin.... ]
Adrian Nistor updated ISPN-7300:
--------------------------------
Fix Version/s: 9.0.0.Beta2
> Operator '-' doesn't work in fulltext querying
> ----------------------------------------------
>
> Key: ISPN-7300
> URL: https://issues.jboss.org/browse/ISPN-7300
> Project: Infinispan
> Issue Type: Bug
> Components: Embedded Querying, Remote Querying
> Affects Versions: 9.0.0.Beta1
> Reporter: Jiří Holuša
> Assignee: Adrian Nistor
> Fix For: 9.0.0.Beta2
>
>
> Given following query:
> {code}
> from Entity t where t.longDescription : (-'really')
> {code}
> I would expect to return all entities that doesn't contain the word 'really' (opposite to +), but it seems to be not working.
> PR contains test for it as well as other tests for extending query testsuite.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 4 months
[JBoss JIRA] (ISPN-7294) Administration console - creating new cache from template should promt confirmation dialog
by Ryan Emerson (JIRA)
[ https://issues.jboss.org/browse/ISPN-7294?page=com.atlassian.jira.plugin.... ]
Ryan Emerson resolved ISPN-7294.
--------------------------------
Fix Version/s: 9.0.0.Beta2
Resolution: Done
> Administration console - creating new cache from template should promt confirmation dialog
> ------------------------------------------------------------------------------------------
>
> Key: ISPN-7294
> URL: https://issues.jboss.org/browse/ISPN-7294
> Project: Infinispan
> Issue Type: Bug
> Components: JMX, reporting and management
> Affects Versions: 9.0.0.Beta1
> Reporter: Roman Macor
> Assignee: Vladimir Blagojevic
> Fix For: 9.0.0.Beta2
>
>
> Click on cache container -> click add cache -> fill in cache name, template, check configure template checkbox -> click next -> click create new cache button
> Result: cache is created, without confirmation dialog
> Expected results: There used to be confirmation dialog saying:
> "Create cacheName cache using cacheTemplate configuration template?"
> If this was removed on purpose, please close this JIRA.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 4 months
[JBoss JIRA] (HRJS-26) Decoded errors not being shown properly
by Galder Zamarreño (JIRA)
Galder Zamarreño created HRJS-26:
------------------------------------
Summary: Decoded errors not being shown properly
Key: HRJS-26
URL: https://issues.jboss.org/browse/HRJS-26
Project: Infinispan Javascript client
Issue Type: Bug
Affects Versions: 0.3.0
Reporter: Galder Zamarreño
Code looks like this:
{code}
logger.error('Error decoding body of request(msgId=%d):', header.msgId, msg);
{code}
So errors are not being show, e.g.
{code}
[2016-12-08 15:32:12.325] [ERROR] decoder - Error decoding body of request(msgId=18):
{code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 4 months
[JBoss JIRA] (ISPN-7297) java.lang.IllegalStateException on TriangleAckInterceptor.java
by Pedro Ruivo (JIRA)
[ https://issues.jboss.org/browse/ISPN-7297?page=com.atlassian.jira.plugin.... ]
Pedro Ruivo updated ISPN-7297:
------------------------------
Status: Pull Request Sent (was: Reopened)
Git Pull Request: https://github.com/infinispan/infinispan/pull/4713
> java.lang.IllegalStateException on TriangleAckInterceptor.java
> --------------------------------------------------------------
>
> Key: ISPN-7297
> URL: https://issues.jboss.org/browse/ISPN-7297
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 9.0.0.Beta1
> Reporter: Gustavo Fernandes
> Assignee: Pedro Ruivo
>
> {noformat}
> 17:07:19,583 ERROR (jgroups-9,gfernandes-30338) [InvocationContextInterceptor] ISPN000136: Error executing command PutKeyValueCommand, writing keys [*|entity.97|97]
> java.lang.IllegalStateException
> at org.infinispan.interceptors.TriangleAckInterceptor.handleWriteCommand(TriangleAckInterceptor.java:168)
> at org.infinispan.interceptors.TriangleAckInterceptor.visitPutKeyValueCommand(TriangleAckInterceptor.java:98)
> at org.infinispan.interceptors.TriangleAckInterceptor.visitPutKeyValueCommand(TriangleAckInterceptor.java:56)
> at org.infinispan.commands.write.PutKeyValueCommand.acceptVisitor(PutKeyValueCommand.java:79)
> at org.infinispan.interceptors.DDAsyncInterceptor.visitCommand(DDAsyncInterceptor.java:49)
> at org.infinispan.interceptors.BaseAsyncInterceptor.invokeNext(BaseAsyncInterceptor.java:52)
> at org.infinispan.statetransfer.StateTransferInterceptor.handleNonTxWriteCommand(StateTransferInterceptor.java:387)
> at org.infinispan.statetransfer.StateTransferInterceptor.handleWriteCommand(StateTransferInterceptor.java:323)
> {noformat}
> It apparently does not cause failures in the indexing apart from logging an ERROR
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 4 months