poolee integration to support multiple solr nodes#141
Conversation
|
I'll take a look over this in the next few days and test it out before pulling it. It also looks like you edited almost every single line, mostly just for formatting purposes. This makes it a bit difficult for me to see if you changed anything else in the documents. |
|
Thanks for your time to review this pull request. I am sorry I forgot to turn off my auto-formatting. One more thing I need to mention, by saying multiple solr nodes, I mean solr cloud mode. |
|
It would be nice to support the old signature of the function |
|
Hi Remy, Thanks for reviewing my pull request.
Please let me know your opinion, then I will submit a new pull request if new changes are needed. |
|
Also, I am thinking
Please let me know if you like all these changes or not. |
Hi,
I added poolee to support multiple solr nodes.
As a consequence, most of the old tests failed because the parameters to create the client have been changed. I modified the tests slightly and all the tests have been passed now. The only problem is that pool.request from poolee does not return the request object. To let the tests pass, I returned the created request option as a temporary solution. However, it won't affect the functionality of the module and this should be a problem of poolee. I also submitted a pull request to poolee to make the request function return the request object. Once that pull request get accepted, I will change it back to return the request object.
Thanks,
Bangsheng