Skip to content

Commit 6a9a2e7

Browse files
DomGarguilokeith-turner
andauthoredApr 8, 2024
Update server/tserver/src/main/java/org/apache/accumulo/tserver/tablet/Tablet.java
Co-authored-by: Keith Turner <kturner@apache.org>
1 parent 865e11b commit 6a9a2e7

File tree

1 file changed

+1
-1
lines changed
  • server/tserver/src/main/java/org/apache/accumulo/tserver/tablet

1 file changed

+1
-1
lines changed
 

‎server/tserver/src/main/java/org/apache/accumulo/tserver/tablet/Tablet.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1734,7 +1734,7 @@ public void importDataFiles(long tid, Map<ReferencedTabletFile,DataFileInfo> fil
17341734
throw new IOException("tablet " + extent + " is closed");
17351735
}
17361736

1737-
Duration rpcTimeout = Duration.ofNanos(
1737+
Duration rpcTimeout = Duration.ofMillis(
17381738
(long) (getTabletServer().getConfiguration().getTimeInMillis(Property.GENERAL_RPC_TIMEOUT)
17391739
* 1.1));
17401740

0 commit comments

Comments
 (0)