ndimiduk commented on issue #1209: HBASE-23146 Support CheckAndMutate with multiple conditions URL: https://github.com/apache/hbase/pull/1209#issuecomment-591562748 Thrift test failure looks like a broken test, ``` 2020-02-26 10:24:07,725 INFO [ThriftServer-httpServer] http.HttpServer (HttpServer.java:start(1063)) - HttpServer.start() threw a non Bind IOException java.net.BindException: Port in use: 0.0.0.0:54902 at org.apache.hadoop.hbase.http.HttpServer.openListeners(HttpServer.java:1126) at org.apache.hadoop.hbase.http.HttpServer.start(HttpServer.java:1060) at org.apache.hadoop.hbase.http.InfoServer.start(InfoServer.java:148) at org.apache.hadoop.hbase.thrift.ThriftServer.startInfoServer(ThriftServer.java:308) at org.apache.hadoop.hbase.thrift.ThriftServer.run(ThriftServer.java:849) at org.apache.hadoop.hbase.thrift.TestThriftHttpServer.lambda$startHttpServerThread$0(TestThriftHttpServer.java:121) at java.lang.Thread.run(Thread.java:748) Caused by: java.net.BindException: Address already in use at sun.nio.ch.Net.bind0(Native Method) at sun.nio.ch.Net.bind(Net.java:433) at sun.nio.ch.Net.bind(Net.java:425) at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223) at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74) at org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:351) at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:319) at org.apache.hadoop.hbase.http.HttpServer.openListeners(HttpServer.java:1120) ... 6 more ```
---------------------------------------------------------------- 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] With regards, Apache Git Services
