Author: kturner
Date: Thu Jul  2 16:11:47 2015
New Revision: 1688853

URL: http://svn.apache.org/r1688853
Log:
Added a known issue and info about ITs to release notes 

Modified:
    accumulo/site/trunk/content/release_notes/1.6.3.mdtext

Modified: accumulo/site/trunk/content/release_notes/1.6.3.mdtext
URL: 
http://svn.apache.org/viewvc/accumulo/site/trunk/content/release_notes/1.6.3.mdtext?rev=1688853&r1=1688852&r2=1688853&view=diff
==============================================================================
--- accumulo/site/trunk/content/release_notes/1.6.3.mdtext (original)
+++ accumulo/site/trunk/content/release_notes/1.6.3.mdtext Thu Jul  2 16:11:47 
2015
@@ -56,8 +56,10 @@ longer necessary as this bug was fixed b
 
  * [ACCUMULO-3589][ACCUMULO-3589] `du` in Shell does not check table existence.
  * [ACCUMULO-3692][ACCUMULO-3692] Offline'ing a table disabled subsequent 
balancing.
+ * [ACCUMULO-3696][ACCUMULO-3696] Tracing could queue too many traces
  * [ACCUMULO-3718][ACCUMULO-3718] Fixed a bug that prevented a Mutation from
    being created in Scala.
+ * [ACCUMULO-3747][ACCUMULO-3747] Thrashing tablet servers would be removed 
from the Monitor's Dead Server list.
  * [ACCUMULO-3750][ACCUMULO-3750] Fixed an issue where the Master would 
perpetually
    fail when there was a bad `instance.secret` setting.
  * [ACCUMULO-3784][ACCUMULO-3784] Fixed a bug in `getauths` Shell command 
where it
@@ -69,9 +71,6 @@ longer necessary as this bug was fixed b
  * [ACCUMULO-3890][ACCUMULO-3890] Fixed a performance issue with 
CredentialProvider. Information
    stored in the CredentialProvider was not cached which resulted in 
repeatedly reading the
    file from HDFS which can degrade HDFS performance.
- * [ACCUMULO-3747][ACCUMULO-3747] Thrashing tablet servers would be removed 
from the Monitor's Dead Server list.
- * [ACCUMULO-3696][ACCUMULO-3696] Tracing could queue too many traces
- * [ACCUMULO-3597][ACCUMULO-3597] Problems processing routing messages would 
prevent critical messages from being processed.
 
 ## Known Issues
 
@@ -84,6 +83,11 @@ this issue, the following steps can be d
  3. Delete the walog whose lease can not be recovered.
  4. Move TMP_WALOG to the filename of the walog deleted in the previous step.
 
+Using the `fetchColumns()` method on a scanner in conjunction with custom 
iterators that 
+add column families in their `seek()` method can lead to unexpected behavior.  
See 
+[ACCUMULO-3905][ACCUMULO-3905] for more details.  In that issue javadoc 
updates were made,
+but the updates did not make it into 1.6.3. 
+
 ## Testing
 
 Each unit and functional test only runs on a single node, while the RandomWalk
@@ -102,7 +106,7 @@ HDFS High-Availability instances, forcin
   </tr>
   <tr>
     <td>Amazon Linux 2014.09</td>
-    <td>2.6</td>
+    <td>2.6.0</td>
     <td>20</td>
     <td>3.4.5</td>
     <td>No</td>
@@ -110,7 +114,7 @@ HDFS High-Availability instances, forcin
   </tr>
   <tr>
     <td>Amazon Linux 2014.09</td>
-    <td>2.6</td>
+    <td>2.6.0</td>
     <td>20</td>
     <td>3.4.5</td>
     <td>No</td>
@@ -124,7 +128,14 @@ HDFS High-Availability instances, forcin
     <td>No</td>
     <td>Continuous Ingest and Verify (6B entries)</td>
   </tr>
-
+  <tr>
+    <td>Centos 6.6</tdt>
+    <td>2.2.0</td>
+    <td>6</td>
+    <td>3.4.5</td>
+    <td>No</td>
+    <td>All integration test passed.  Some needed to be run a 2nd time.</td>
+  </tr>
 </table>
 
 [1]: https://issues.apache.org/jira/browse/HDFS-8406
@@ -136,12 +147,15 @@ HDFS High-Availability instances, forcin
 [ACCUMULO-3589]: https://issues.apache.org/jira/browse/ACCUMULO-3589
 [ACCUMULO-3597]: https://issues.apache.org/jira/browse/ACCUMULO-3597
 [ACCUMULO-3692]: https://issues.apache.org/jira/browse/ACCUMULO-3692
+[ACCUMULO-3696]: https://issues.apache.org/jira/browse/ACCUMULO-3696
 [ACCUMULO-3709]: https://issues.apache.org/jira/browse/ACCUMULO-3709
 [ACCUMULO-3718]: https://issues.apache.org/jira/browse/ACCUMULO-3718
 [ACCUMULO-3745]: https://issues.apache.org/jira/browse/ACCUMULO-3745
+[ACCUMULO-3747]: https://issues.apache.org/jira/browse/ACCUMULO-3747
 [ACCUMULO-3750]: https://issues.apache.org/jira/browse/ACCUMULO-3750
 [ACCUMULO-3784]: https://issues.apache.org/jira/browse/ACCUMULO-3784
 [ACCUMULO-3796]: https://issues.apache.org/jira/browse/ACCUMULO-3796
 [ACCUMULO-3859]: https://issues.apache.org/jira/browse/ACCUMULO-3859
 [ACCUMULO-3880]: https://issues.apache.org/jira/browse/ACCUMULO-3880
 [ACCUMULO-3890]: https://issues.apache.org/jira/browse/ACCUMULO-3890
+[ACCUMULO-3905]: https://issues.apache.org/jira/browse/ACCUMULO-3905


Reply via email to