shahrs87 commented on pull request #2415:
URL: https://github.com/apache/hbase/pull/2415#issuecomment-694954960
> hadoop.hbase.regionserver.wal.TestWALReplayCompressed
hadoop.hbase.regionserver.TestHRegion
These 2 tests failed since it couldn't create new thread.
2020-09-18 09:46:47,445 ERROR [nioEventLoopGroup-6-1]
logging.Slf4JLogger(181): Failed to submit a listener notification task. Event
loop shut down?
```
java.lang.OutOfMemoryError: unable to create new native thread
at java.lang.Thread.start0(Native Method)
at java.lang.Thread.start(Thread.java:717)
at
io.netty.util.concurrent.GlobalEventExecutor.startThread(GlobalEventExecutor.java:222)
at
io.netty.util.concurrent.GlobalEventExecutor.execute(GlobalEventExecutor.java:211)
at
io.netty.util.concurrent.DefaultPromise.safeExecute(DefaultPromise.java:760)
at
io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:428)
at
io.netty.util.concurrent.DefaultPromise.setSuccess(DefaultPromise.java:95)
at
io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:897)
at
io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
```
```
Running the tests locally and both of them succeeded.
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running
org.apache.hadoop.hbase.regionserver.wal.TestWALReplayCompressed
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
127.843 s - in org.apache.hadoop.hbase.regionserver.wal.TestWALReplayCompressed
[INFO] Running org.apache.hadoop.hbase.regionserver.TestHRegion
[INFO] Tests run: 109, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
139.392 s - in org.apache.hadoop.hbase.regionserver.TestHRegion
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 121, Failures: 0, Errors: 0, Skipped: 0
```
Cc @bharathv
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]