Sravya Tirukkovalur created SENTRY-1485:
-------------------------------------------
Summary: Solr unit test failures
Key: SENTRY-1485
URL: https://issues.apache.org/jira/browse/SENTRY-1485
Project: Sentry
Issue Type: Bug
Reporter: Sravya Tirukkovalur
Priority: Blocker
There are two Solr tests failing in our unit test job:
TestSolrAdminOperations
TestSolrQueryOperations
https://builds.apache.org/job/Sentry-jdk-1.7/722/org.apache.sentry$sentry-tests-solr/testReport/
With
{noformat}
Error Message
Server did not start after 60 seconds
..
2016-09-27 16:06:17,161 (SentryService-0) [ERROR -
org.apache.sentry.service.thrift.SentryService.call(SentryService.java:171)]
Error starting server
org.apache.thrift.transport.TTransportException: Could not create ServerSocket
on address localhost/127.0.0.1:8038.
at
org.apache.thrift.transport.TServerSocket.<init>(TServerSocket.java:109)
at
org.apache.thrift.transport.TServerSocket.<init>(TServerSocket.java:91)
at
org.apache.thrift.transport.TServerSocket.<init>(TServerSocket.java:87)
at
org.apache.sentry.service.thrift.SentryService.runServer(SentryService.java:215)
at
org.apache.sentry.service.thrift.SentryService.call(SentryService.java:168)
at
org.apache.sentry.service.thrift.SentryService.call(SentryService.java:71)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.BindException: Address already in use
at java.net.PlainSocketImpl.socketBind(Native Method)
at
java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:376)
at java.net.ServerSocket.bind(ServerSocket.java:376)
at
org.apache.thrift.transport.TServerSocket.<init>(TServerSocket.java:106)
... 9 more
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)