You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by kt...@apache.org on 2013/07/23 18:55:00 UTC

[35/50] git commit: ACCUMULO-1000 added TODO

ACCUMULO-1000 added TODO


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/7bb5f8ff
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/7bb5f8ff
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/7bb5f8ff

Branch: refs/heads/ACCUMULO-1000
Commit: 7bb5f8ff3cc35c49573e452f0ceba029d803354b
Parents: fdb95b4
Author: keith@deenlo.com <ke...@deenlo.com>
Authored: Sat Jul 20 12:10:30 2013 -0400
Committer: keith@deenlo.com <ke...@deenlo.com>
Committed: Sat Jul 20 12:10:30 2013 -0400

----------------------------------------------------------------------
 .../org/apache/accumulo/core/client/impl/ConditionalWriterImpl.java | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/7bb5f8ff/core/src/main/java/org/apache/accumulo/core/client/impl/ConditionalWriterImpl.java
----------------------------------------------------------------------
diff --git a/core/src/main/java/org/apache/accumulo/core/client/impl/ConditionalWriterImpl.java b/core/src/main/java/org/apache/accumulo/core/client/impl/ConditionalWriterImpl.java
index 0e86ec7..c87c865 100644
--- a/core/src/main/java/org/apache/accumulo/core/client/impl/ConditionalWriterImpl.java
+++ b/core/src/main/java/org/apache/accumulo/core/client/impl/ConditionalWriterImpl.java
@@ -361,6 +361,7 @@ class ConditionalWriterImpl implements ConditionalWriter {
       if (mutations != null)
         sendToServer(location, mutations);
       
+      //TODO if exception is thrown, will not reschedule
       reschedule(this);
     }
   }