Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

enabling Solr SSL with kerberos

avatar
Contributor

Dear Team,

 

I am using CDH5.4.7 i enabled kerberos and level1&2 TLS/SSL.. Successfully enabled for other CDH services except Solr... After enabling ssl for solr the following errors occurs.

 

 

In the solr server logs:

 

ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted

 

could not read the data
org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/leader

 

Error while calling watcher 
java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.FutureTask@27cd611e rejected from java.util.concurrent.ThreadPoolExecutor@1ca30cfc[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0]

 

 

 

1 ACCEPTED SOLUTION

avatar
Contributor
In my case, Actually the storepass and keypass should be same for solr keystore.

View solution in original post

1 REPLY 1

avatar
Contributor
In my case, Actually the storepass and keypass should be same for solr keystore.