File tree Expand file tree Collapse file tree
test/src/main/java/org/apache/accumulo/test/functional Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949import org .apache .accumulo .core .client .ScannerBase .ConsistencyLevel ;
5050import org .apache .accumulo .core .client .TimedOutException ;
5151import org .apache .accumulo .core .client .admin .servers .ServerId ;
52- import org .apache .accumulo .core .clientImpl .ClientContext ;
5352import org .apache .accumulo .core .clientImpl .ThriftScanner ;
5453import org .apache .accumulo .core .conf .ClientProperty ;
5554import org .apache .accumulo .core .conf .Property ;
@@ -363,7 +362,7 @@ public void testIOExceptionDuringScanFileOpen() throws Exception {
363362
364363 client .tableOperations ().flush (table , null , null , true );
365364
366- var ctx = ( ClientContext ) client ;
365+ var ctx = getCluster (). getServerContext () ;
367366 var tableId = ctx .getTableId (table );
368367
369368 // Delete the tablets file to cause an IOException during opening the file. By default
You can’t perform that action at this time.
0 commit comments