RE: Getting 401 Unauthorized HTTP errors when trying to create collection with async flag

2021-08-04 Thread Michael Erlikhman
el -Original Message- From: Timothy Potter Sent: Tuesday, August 3, 2021 6:38 PM To: users@solr.apache.org Subject: Re: Getting 401 Unauthorized HTTP errors when trying to create collection with async flag WARNING - External email, exercise caution. I tried reproducing this with a checkout of

RE: Getting 401 Unauthorized HTTP errors when trying to create collection with async flag

2021-08-03 Thread Michael Erlikhman
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Thanks, Michael -Original Message- From: Timothy Potter Sent: Tuesda

Re: Getting 401 Unauthorized HTTP errors when trying to create collection with async flag

2021-08-03 Thread Timothy Potter
I tried reproducing this with a checkout of 8.9.0 to no avail but found another issue (SOLR-15575). From the stack trace you supplied, the PKI Authentication Plugin should be supplying the internal server identity for the ShardRequestor call and in my env (once I fixed 15575) my quick hack test cas

Getting 401 Unauthorized HTTP errors when trying to create collection with async flag

2021-08-02 Thread Michael Erlikhman
Hello, I am seeing a weird behavior with my Solr 8.9.0 environment. I am trying to create a collection in async mode and the process fails with 401 Unauthorized errors, which seem to occur during the internode requests (according to my debug). When I am trying to create the same collection with t