[JBoss JIRA] (TEIID-2856) IP address incorrectly exposed via SECURITY logger
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-2856?page=com.atlassian.jira.plugin... ]
Steven Hawkins closed TEIID-2856.
---------------------------------
> IP address incorrectly exposed via SECURITY logger
> --------------------------------------------------
>
> Key: TEIID-2856
> URL: https://issues.jboss.org/browse/TEIID-2856
> Project: Teiid
> Issue Type: Bug
> Components: Query Engine
> Affects Versions: 8.5
> Environment: RHEL6 linux 2.6.32-431.1.2.el6.x86_64 #1 SMP Sun Nov 24 09:37:37 EST 2013 x86_64 x86_64 x86_64 GNU/Linux
> jbossas-standalone 7.2.1 6.Final_redhat_10.1.ep6.el6
> Reporter: Marco Grigull
> Assignee: Steven Hawkins
> Fix For: 8.7
>
>
> After configuring a logger for org.teiid.SECURITY debug level, fields for IP address information appears to be supplied by the client and not observed from the connection itself (odbc connections). It is reported as null for psql based connections.
> This had previously been reported as TEIID-1586 and TEIID-1672 . IT still presents an issue where audit trail is required.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
10 years, 8 months
[JBoss JIRA] (TEIID-2889) MongoDB translator fails to deploy
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-2889?page=com.atlassian.jira.plugin... ]
Steven Hawkins closed TEIID-2889.
---------------------------------
> MongoDB translator fails to deploy
> ----------------------------------
>
> Key: TEIID-2889
> URL: https://issues.jboss.org/browse/TEIID-2889
> Project: Teiid
> Issue Type: Bug
> Components: Build/Kits
> Affects Versions: 8.7
> Reporter: Tom Arnold
> Assignee: Ramesh Reddy
> Labels: 8.7, Beta2, mongodb
> Fix For: 8.7
>
>
> I am building Teiid from GIT master. I noticed that the MongoDB translator failed to deploy. Upon further investigation I found that the module.xml was looking for a different version of the MongoDB Java driver than what was packaged.
> {code:xml}
> <?xml version="1.0" encoding="UTF-8"?>
> <module xmlns="urn:jboss:module:1.0" name="org.jboss.teiid.translator.mongodb.api">
> <resources>
> <resource-root path="mongodb-api-8.7.0.Beta2-SNAPSHOT.jar" />
> <resource-root path="mongo-java-driver-2.11.1.jar" />
> </resources>
> <dependencies>
> <module name="javax.api"/>
> <module name="javax.resource.api"/>
> <module name="org.jboss.teiid.common-core" />
> <module name="org.jboss.teiid.api" />
> </dependencies>
> </module>
> {code}
>
> {code}
> mongo-java-driver-2.7.3.jar
> {code}
> {code}
> git clean -fdx
> git reset --hard
> mvn clean install -P release -s settings.xml -DskipTests
> {code}
> Building just the translator, I see that 2.11.1 and 2.7.3 get pulled down. I've been doing greps and cannot find what is pulling in the older version.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
10 years, 8 months
[JBoss JIRA] (TEIID-2626) If a column type is not set, null values will be written into persisted batches
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-2626?page=com.atlassian.jira.plugin... ]
Steven Hawkins closed TEIID-2626.
---------------------------------
> If a column type is not set, null values will be written into persisted batches
> -------------------------------------------------------------------------------
>
> Key: TEIID-2626
> URL: https://issues.jboss.org/browse/TEIID-2626
> Project: Teiid
> Issue Type: Bug
> Components: Query Engine
> Affects Versions: 7.5
> Reporter: Steven Hawkins
> Assignee: Steven Hawkins
> Priority: Blocker
> Fix For: 8.4.1, 8.5, 7.7.9
>
>
> The buffer manager will choose the null serializer if a column type is not set. This is not expected to happen, but test code can be sloppy which isn't evident if the weak reference cache is working effectively.
> However there is one place in the code that is effected, which is the internally generated partitionId column on any window function expression with a non-empty over clause. This means that on systems with limited memory and or poor performing weak references no results for the window function may be returned.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
10 years, 8 months