Branch: refs/heads/master
Home:
https://github.com/Teiid-Designer/teiid-designer
Commit: 7eadfadfa3594e396c6506b46414ade7857f3b2f
https://github.com/Teiid-Designer/teiid-designer/commit/7eadfadfa3594e396...
Author: Paul Richardson <p.g.richardson(a)redhat.com>
Date: 2013-12-20 (Fri, 20 Dec 2013)
Changed paths:
A plugins/org.teiid.designer.dqp/.options
M plugins/org.teiid.designer.dqp/src/org/teiid/designer/runtime/DebugConstants.java
M
plugins/org.teiid.designer.dqp/src/org/teiid/designer/runtime/adapter/JBossServerUtil.java
M plugins/org.teiid.designer.dqp/src/org/teiid/designer/runtime/i18n.properties
Log Message:
-----------
TEIIDDES-1971: Workaround for avoiding annoying errors in server log
* "Connection reset by peer" messages appear in the jboss log due to making
a socket connection from the host heatbeat requests but never using the
socket. Almost like the server is upset that we connected then closed!!
* The read socket stream normally returns the hostname of the server so
this is logged along with a nice message, ensuring the socket is used
before closing it.
* The successfully connected message is useful for debug purposes but is
unnecessary for users so implements tracing for the plugin in order to
only log the messages in debug mode.
Commit: d4be0fbfee5379634dd5e3abe86b57fa0fb682ea
https://github.com/Teiid-Designer/teiid-designer/commit/d4be0fbfee5379634...
Author: phantomjinx <p.g.richardson(a)phantomjinx.co.uk>
Date: 2013-12-20 (Fri, 20 Dec 2013)
Changed paths:
A plugins/org.teiid.designer.dqp/.options
M plugins/org.teiid.designer.dqp/src/org/teiid/designer/runtime/DebugConstants.java
M
plugins/org.teiid.designer.dqp/src/org/teiid/designer/runtime/adapter/JBossServerUtil.java
M plugins/org.teiid.designer.dqp/src/org/teiid/designer/runtime/i18n.properties
Log Message:
-----------
Merge pull request #276 from phantomjinx/master
TEIIDDES-1971: Workaround for avoiding annoying errors in server log
Compare:
https://github.com/Teiid-Designer/teiid-designer/compare/6f2f29559c94...d...