Commit 4727fd3 1 parent 2f65c47 commit 4727fd3 Copy full SHA for 4727fd3
File tree 1 file changed +2
-3
lines changed
server/manager/src/main/java/org/apache/accumulo/manager/tableOps/bulkVer2
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -258,9 +258,8 @@ private void sendQueued(int threshhold) {
258
258
client .service .recv_loadFilesV2 ();
259
259
} catch (TException ex ) {
260
260
String additionalInfo = "" ;
261
- if (ex instanceof TApplicationException ) {
262
- if (((TApplicationException ) ex ).getType ()
263
- == TApplicationException .UNKNOWN_METHOD ) {
261
+ if (ex instanceof TApplicationException && ((TApplicationException ) ex ).getType ()
262
+ == TApplicationException .UNKNOWN_METHOD ) {
264
263
// A new RPC method was added in 2.1.4, a tserver running 2.1.3 or earlier will
265
264
// not have this RPC. This should not kill the fate operation, it can wait until
266
265
// all tablet servers are upgraded.
You can’t perform that action at this time.
0 commit comments