You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ec...@apache.org on 2015/05/14 15:12:38 UTC

accumulo git commit: ACCUMULO-3809 use tableId, not KeyExtent for report

Repository: accumulo
Updated Branches:
  refs/heads/master 81302d398 -> 280361245


ACCUMULO-3809 use tableId, not KeyExtent for report


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

Branch: refs/heads/master
Commit: 2803612453cc39d5eb758d840536cd51c1c527d3
Parents: 81302d3
Author: Eric Newton <er...@gmail.com>
Authored: Thu May 14 09:12:14 2015 -0400
Committer: Eric Newton <er...@gmail.com>
Committed: Thu May 14 09:12:14 2015 -0400

----------------------------------------------------------------------
 .../src/main/java/org/apache/accumulo/tserver/FileManager.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/28036124/server/tserver/src/main/java/org/apache/accumulo/tserver/FileManager.java
----------------------------------------------------------------------
diff --git a/server/tserver/src/main/java/org/apache/accumulo/tserver/FileManager.java b/server/tserver/src/main/java/org/apache/accumulo/tserver/FileManager.java
index f8d0280..d6350aa 100644
--- a/server/tserver/src/main/java/org/apache/accumulo/tserver/FileManager.java
+++ b/server/tserver/src/main/java/org/apache/accumulo/tserver/FileManager.java
@@ -320,7 +320,7 @@ public class FileManager {
         readersReserved.put(reader, file);
       } catch (Exception e) {
 
-        ProblemReports.getInstance(context).report(new ProblemReport(tablet.toString(), ProblemType.FILE_READ, file, e));
+        ProblemReports.getInstance(context).report(new ProblemReport(tablet.getTableId().toString(), ProblemType.FILE_READ, file, e));
 
         if (continueOnFailure) {
           // release the permit for the file that failed to open