[JBoss JIRA] (TEIID-5018) Unable to deploy war using Quickstart: hibernate-on-top-of-teiid using "mvn package jboss-as:deploy" method
by Van Halbert (JIRA)
Van Halbert created TEIID-5018:
----------------------------------
Summary: Unable to deploy war using Quickstart: hibernate-on-top-of-teiid using "mvn package jboss-as:deploy" method
Key: TEIID-5018
URL: https://issues.jboss.org/browse/TEIID-5018
Project: Teiid
Issue Type: Bug
Components: Quick Starts
Affects Versions: 8.12.x-6.4
Reporter: Van Halbert
Assignee: Van Halbert
Priority: Minor
When trying to deploy the vdb as part of the hibernate-on-top-of-teiid quickstart, unable to run the command: mvn -s ../settings.xml package jboss-as:deploy
had to manually deploy the war.
Would suggest changing to use a CLI script. example:
execute: ./jboss-cli.sh --connect --file=../quickstarts/hibernate-on-top-of-teiid/src/scripts/deploy-vdb.cli
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 4 months
[JBoss JIRA] (TEIID-4557) Enable memory management at the query level
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-4557?page=com.atlassian.jira.plugin... ]
Steven Hawkins updated TEIID-4557:
----------------------------------
Fix Version/s: 8.12.x-6.4
> Enable memory management at the query level
> -------------------------------------------
>
> Key: TEIID-4557
> URL: https://issues.jboss.org/browse/TEIID-4557
> Project: Teiid
> Issue Type: Feature Request
> Components: Server
> Reporter: Van Halbert
> Assignee: Steven Hawkins
> Fix For: 9.3, 8.12.x-6.4
>
>
> Allows managing (and limiting if needed) the memory consumed by the execution of a particular view. Maybe this can be done through a max. memory and swapping settings on the view.
> Would it also be possible to set a global memory limit for the execution of any query in the server or in a particular VDB. This provides a simple and general setting to guarantee no query can monopolize server resources
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 4 months
[JBoss JIRA] (TEIID-4700) Google translator inconsistent behavior for DELETE and SELECT for null values
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-4700?page=com.atlassian.jira.plugin... ]
Steven Hawkins updated TEIID-4700:
----------------------------------
Fix Version/s: 8.12.x-6.4
> Google translator inconsistent behavior for DELETE and SELECT for null values
> -----------------------------------------------------------------------------
>
> Key: TEIID-4700
> URL: https://issues.jboss.org/browse/TEIID-4700
> Project: Teiid
> Issue Type: Bug
> Components: Misc. Connectors
> Affects Versions: 9.2
> Environment: 9.2.0.Alpha2
> Reporter: Lucie Fabrikova
> Assignee: Steven Hawkins
> Fix For: 9.2, 9.1.3, 8.12.x-6.4
>
>
> In teiid I observed following inconsistent behavior:
> Q1: select intnum, intkey from smalla where intnum > -10 AND intnum < 20
> Q2: delete from smalla where intnum > -10 AND intnum < 20
> Q1 returns rows without null values for intnum, but Q2 deletes also rows with null values for intnum.
> I observed that if I remove the lower boundary (ie. Q3: select intnum, intkey from smalla where intnum < 20 and similarly for delete), both selected and deleted rows contain null values, so the result is consistent.
> The server.log is empty, so I didn't attach it...
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 4 months
[JBoss JIRA] (TEIID-4844) Google translator unexpected behavior for comparison with time
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-4844?page=com.atlassian.jira.plugin... ]
Steven Hawkins updated TEIID-4844:
----------------------------------
Fix Version/s: 8.12.x-6.4
> Google translator unexpected behavior for comparison with time
> --------------------------------------------------------------
>
> Key: TEIID-4844
> URL: https://issues.jboss.org/browse/TEIID-4844
> Project: Teiid
> Issue Type: Bug
> Affects Versions: 8.12.10.6_3
> Reporter: Lucie Fabrikova
> Assignee: Steven Hawkins
> Fix For: 9.3, 8.12.x-6.4, 9.2.2
>
>
> Comparison operators <, <=, >, >=, =, <> work unexpectedly for 'time' datatype, foreign table has column 'timevalue time OPTIONS (NATIVE_TYPE 'TIMEOFDAY')'.
> I created view with column 'TimeValue time', inserted data in format '10:57:23'.
> I run queries like 'DELETE FROM smalla WHERE TimeValue < {t '10:57:23'}'
> * <, <>, <= deletes all rows, including rows that should be left
> * >, >=, = deletes no rows
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 4 months
[JBoss JIRA] (TEIID-4557) Enable memory management at the query level
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-4557?page=com.atlassian.jira.plugin... ]
Steven Hawkins commented on TEIID-4557:
---------------------------------------
Is TEIID-2465 expected as well?
> Enable memory management at the query level
> -------------------------------------------
>
> Key: TEIID-4557
> URL: https://issues.jboss.org/browse/TEIID-4557
> Project: Teiid
> Issue Type: Feature Request
> Components: Server
> Reporter: Van Halbert
> Assignee: Steven Hawkins
> Fix For: 9.3
>
>
> Allows managing (and limiting if needed) the memory consumed by the execution of a particular view. Maybe this can be done through a max. memory and swapping settings on the view.
> Would it also be possible to set a global memory limit for the execution of any query in the server or in a particular VDB. This provides a simple and general setting to guarantee no query can monopolize server resources
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 4 months