[ 
https://issues.apache.org/jira/browse/ACCUMULO-670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13546373#comment-13546373
 ] 

Hudson commented on ACCUMULO-670:
---------------------------------

Integrated in Accumulo-Trunk #613 (See 
[https://builds.apache.org/job/Accumulo-Trunk/613/])
    ACCUMULO-670 - I committed too much (Revision 1430036)
ACCUMULO-670 - now a map of KeyExtent->SecurityErrorCode (Revision 1430031)

     Result = SUCCESS
vines : 
Files : 
* 
/accumulo/trunk/server/src/main/c++/nativeMap/org_apache_accumulo_server_tabletserver_NativeMap.h
* 
/accumulo/trunk/server/src/main/c++/nativeMap/org_apache_accumulo_server_tabletserver_NativeMap_ConcurrentIterator.h
* 
/accumulo/trunk/server/src/main/c++/nativeMap/org_apache_accumulo_server_tabletserver_NativeMap_NMEntry.h
* 
/accumulo/trunk/server/src/main/c++/nativeMap/org_apache_accumulo_server_tabletserver_NativeMap_NMIterator.h
* 
/accumulo/trunk/server/src/main/c++/nativeMap/org_apache_accumulo_server_tabletserver_NativeMap_NMSKVIter.h

vines : 
Files : 
* 
/accumulo/trunk/core/src/main/java/org/apache/accumulo/core/client/MutationsRejectedException.java
* 
/accumulo/trunk/core/src/main/java/org/apache/accumulo/core/client/impl/TabletServerBatchWriter.java
* 
/accumulo/trunk/core/src/main/java/org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.java
* 
/accumulo/trunk/core/src/main/java/org/apache/accumulo/core/data/thrift/UpdateErrors.java
* 
/accumulo/trunk/core/src/main/java/org/apache/accumulo/core/master/thrift/TabletServerStatus.java
* 
/accumulo/trunk/core/src/main/java/org/apache/accumulo/core/util/shell/commands/InsertCommand.java
* /accumulo/trunk/core/src/main/thrift/data.thrift
* 
/accumulo/trunk/examples/simple/src/main/java/org/apache/accumulo/examples/simple/client/RandomBatchWriter.java
* 
/accumulo/trunk/server/src/main/c++/nativeMap/org_apache_accumulo_server_tabletserver_NativeMap.h
* 
/accumulo/trunk/server/src/main/c++/nativeMap/org_apache_accumulo_server_tabletserver_NativeMap_ConcurrentIterator.h
* 
/accumulo/trunk/server/src/main/c++/nativeMap/org_apache_accumulo_server_tabletserver_NativeMap_NMEntry.h
* 
/accumulo/trunk/server/src/main/c++/nativeMap/org_apache_accumulo_server_tabletserver_NativeMap_NMIterator.h
* 
/accumulo/trunk/server/src/main/c++/nativeMap/org_apache_accumulo_server_tabletserver_NativeMap_NMSKVIter.h
* 
/accumulo/trunk/server/src/main/java/org/apache/accumulo/server/tabletserver/TabletServer.java
* 
/accumulo/trunk/server/src/main/java/org/apache/accumulo/server/test/TestIngest.java
* 
/accumulo/trunk/server/src/main/java/org/apache/accumulo/server/test/performance/thrift/NullTserver.java

                
> BatchWriters do not track Throwables beyond Constraint Violations
> -----------------------------------------------------------------
>
>                 Key: ACCUMULO-670
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-670
>             Project: Accumulo
>          Issue Type: Improvement
>          Components: client
>    Affects Versions: 1.4.1
>            Reporter: John Vines
>            Assignee: John Vines
>             Fix For: 1.5.0
>
>
> Working on ACCUMULO-259 and adapting the Security Random Walk test to account 
> for cached credentials, to prevent it from crapping out on ambiguous 
> credentials (credentials which are currently propagating). And I noticed that 
> our client side Writers provide no means of feedback to the client if there 
> is a non-ConstraintViolationException.
> That is, looking at the TabletServerBatchWriter specifically, we keep track 
> of which servers had errors, which key extents had errors, and what 
> ConstrainViolations we saw, but we don't actually track the actual Throwables 
> we get, aside from ConstraintViolation. We should keep a Collection or Set of 
> the Throwables we see so client code can do proper case checking as well.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to