[teiid-designer-dev] [Teiid-Designer/teiid-designer] 7eadfa: TEIIDDES-1971: Workaround for avoiding annoying er...

phantomjinx p.g.richardson at phantomjinx.co.uk
Fri Dec 20 15:48:14 EST 2013


  Branch: refs/heads/master
  Home:   https://github.com/Teiid-Designer/teiid-designer
  Commit: 7eadfadfa3594e396c6506b46414ade7857f3b2f
      https://github.com/Teiid-Designer/teiid-designer/commit/7eadfadfa3594e396c6506b46414ade7857f3b2f
  Author: Paul Richardson <p.g.richardson at 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/d4be0fbfee5379634dd5e3abe86b57fa0fb682ea
  Author: phantomjinx <p.g.richardson at 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...d4be0fbfee53


More information about the teiid-designer-dev mailing list