chrajeshbabu commented on PR #5661:
URL: https://github.com/apache/hbase/pull/5661#issuecomment-1920517145
There is a test case timeout which is not related to this.
{noformat}
Error
test timed out after 780 seconds
Stacktrace
org.junit.runners.model.TestTimedOutException: test timed out after 780
seconds
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
at
[email protected]/java.util.concurrent.CompletableFuture$Signaller.block(CompletableFuture.java:1798)
at
[email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3128)
at
[email protected]/java.util.concurrent.CompletableFuture.timedGet(CompletableFuture.java:1868)
at
[email protected]/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2021)
at
app//org.apache.hadoop.hbase.util.FutureUtils.get(FutureUtils.java:196)
at app//org.apache.hadoop.hbase.client.Admin.deleteTable(Admin.java:309)
at jdk.internal.reflect.GeneratedMethodAccessor276.invoke(Unknown
Source)
at
[email protected]/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at [email protected]/java.lang.reflect.Method.invoke(Method.java:566)
at
app//org.jruby.javasupport.JavaMethod.invokeDirectWithExceptionHandling(JavaMethod.java:457)
at
app//org.jruby.javasupport.JavaMethod.invokeDirect(JavaMethod.java:318)
at
app//org.jruby.java.invokers.InstanceMethodInvoker.call(InstanceMethodInvoker.java:42)
at
app//org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:173)
at
app//org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
at
app//org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
at
app//org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:86)
at
app//org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:201)
at
app//org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:188)
at
app//org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:218)
at
app//org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:173)
at
app//org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
at
app//org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
at
app//org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:86)
at
app//org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:201)
at
app//org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:188)
at
app//org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:218)
at
app//org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:173)
at
app//org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
at
app//org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:72)
at
app//org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:80)
at
app//org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:164)
at
app//org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:151)
at app//org.jruby.RubyClass.finvokeWithRefinements(RubyClass.java:497)
at app//org.jruby.RubyBasicObject.send(RubyBasicObject.java:1707)
at
app//org.jruby.RubyBasicObject$INVOKER$i$send.call(RubyBasicObject$INVOKER$i$send.gen)
{noformat}
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]