summaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorMithun RK <mithunr@oath.com>2019-03-11 14:14:05 -0700
committerJames E. King III <jking@apache.org>2019-07-08 09:56:59 -0400
commitc35ed736d26a1dfd8965ae197a67904ed9b4fba3 (patch)
tree7897dddefd05391bf0ccd2769dca320588f3d998 /CHANGES.md
parent08a6eb6e1f21aa15682e414e124d7ee1a51a39c7 (diff)
downloadthrift-c35ed736d26a1dfd8965ae197a67904ed9b4fba3.tar.gz
THRIFT-4805: Suppress excessive logging of SASL TTransportExceptions in case of END_OF_FILE
Two fixes here: 1. Additional logic to properly catch and handle TTransportException. Currently, T(SASL)TransportException gets caught and handled in the wrong catch-block. 2. The fix for THRIFT-3769 mutes _all_ TTransportExceptions in TThreadPoolServer. This might mute legitimate failures. The intent of THRIFT-3769 (and THRIFT-2268) was to mute the noise caused by TTransportException.END_OF_FILE. This commit lets legitimate failures to be bubbled upwards.
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index df7312194..9f2d1e436 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -25,6 +25,7 @@
- [THRIFT-4709](https://issues.apache.org/jira/browse/THRIFT-4709) - java: changes to UTF-8 handling require JDK 1.7 at a minimum
- [THRIFT-4712](https://issues.apache.org/jira/browse/THRIFT-4712) - java: class org.apache.thrift.ShortStack is no longer public
- [THRIFT-4725](https://issues.apache.org/jira/browse/THRIFT-4725) - java: change return type signature of 'process' methods
+- [THRIFT-4805](https://issues.apache.org/jira/browse/THRIFT-4805) - java: Suppress excessive logging of SASL TTransportExceptions in case of END_OF_FILE
- [THRIFT-4675](https://issues.apache.org/jira/browse/THRIFT-4675) - js: now uses node-int64 for 64 bit integer constants
- [THRIFT-4841](https://issues.apache.org/jira/browse/THRIFT-4841) - delphi: old THTTPTransport is now TMsxmlHTTPTransport
- [THRIFT-4536](https://issues.apache.org/jira/browse/THRIFT-4536) - rust: convert from try-from crate to rust stable (1.34+), re-export ordered-float