HBASE-22978 : Online slow response log (#1228)
Addendum to fix errorprone ERROR
This commit is contained in:
parent
72adfffd28
commit
f411e395d3
|
@ -556,7 +556,8 @@ public class TestSlowLogRecorder {
|
||||||
.build();
|
.build();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
default:
|
||||||
|
throw new RuntimeException("Not supposed to get here?");
|
||||||
}
|
}
|
||||||
|
|
||||||
return message;
|
return message;
|
||||||
|
|
Loading…
Reference in New Issue