taklwu commented on pull request #4069:
URL: https://github.com/apache/hbase/pull/4069#issuecomment-1023932127
i need to check why `TestCheckAndMutate` and `TestAsyncTableBatch` are
failing with `java.lang.StackOverflowError`
```
[ERROR] Tests run: 10, Failures: 0, Errors: 1, Skipped: 0, Time elapsed:
30.338 s <<< FAILURE! - in org.apache.hadoop.hbase.client.TestMultiParallel
[ERROR]
org.apache.hadoop.hbase.client.TestMultiParallel.testBatchWithMixedActions
Time elapsed: 0.085 s <<< ERROR!
java.lang.StackOverflowError
at
org.apache.hadoop.hbase.client.trace.TableOperationSpanBuilder.unpackRowOperations(TableOperationSpanBuilder.java:130)
at
org.apache.hadoop.hbase.client.trace.TableOperationSpanBuilder.unpackRowOperations(TableOperationSpanBuilder.java:130)
```
--
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]