Author: elserj Date: Wed Feb 17 23:55:18 2016 New Revision: 1730981 URL: http://svn.apache.org/viewvc?rev=1730981&view=rev Log: Simple grammar fixes on 1.6.5 release notes
Modified: accumulo/site/trunk/content/release_notes/1.6.5.mdtext Modified: accumulo/site/trunk/content/release_notes/1.6.5.mdtext URL: http://svn.apache.org/viewvc/accumulo/site/trunk/content/release_notes/1.6.5.mdtext?rev=1730981&r1=1730980&r2=1730981&view=diff ============================================================================== --- accumulo/site/trunk/content/release_notes/1.6.5.mdtext (original) +++ accumulo/site/trunk/content/release_notes/1.6.5.mdtext Wed Feb 17 23:55:18 2016 @@ -74,9 +74,9 @@ be blocked until the Accumulo Master pro Accumulo relies on Apache Thrift to implement remote procedure calls between Accumulo services. Accumulo's use of Thrift uncovered an unfortunate situation -where this special RPC (a "oneway" call) would leave unwanted data on the underlying -Thrift connection. After this extra was left on connection, all subsequent RPCs -re-using that connection would fail with "out of sequence reponse" error messages. +where a special RPC (a "oneway" call) would leave unwanted data on the underlying +Thrift connection. After this extra data was left on connection, all subsequent RPCs +re-using that connection would fail with "out of sequence response" error messages. Accumulo would be left in a bad state until the mishandled connections were released or Accumulo services were restarted. ([ACCUMULO-4065][ACCUMULO-4065])