[GitHub] [solr] janhoy commented on a change in pull request #750: SOLR-15223 BaseCloudSolrClient is the new CloudSolrClient

2022-03-18 Thread GitBox
janhoy commented on a change in pull request #750: URL: https://github.com/apache/solr/pull/750#discussion_r829808444 ## File path: solr/solrj/src/java/org/apache/solr/client/solrj/impl/CloudHttp1SolrClient.java ## @@ -0,0 +1,351 @@ +/* + * Licensed to the Apache Software Foun

[GitHub] [solr] dsmiley commented on a change in pull request #750: SOLR-15223 BaseCloudSolrClient is the new CloudSolrClient

2022-03-18 Thread GitBox
dsmiley commented on a change in pull request #750: URL: https://github.com/apache/solr/pull/750#discussion_r829965942 ## File path: solr/solrj/src/java/org/apache/solr/client/solrj/impl/CloudHttp1SolrClient.java ## @@ -0,0 +1,351 @@ +/* + * Licensed to the Apache Software Fou

[GitHub] [solr] dsmiley commented on a change in pull request #750: SOLR-15223 BaseCloudSolrClient is the new CloudSolrClient

2022-03-18 Thread GitBox
dsmiley commented on a change in pull request #750: URL: https://github.com/apache/solr/pull/750#discussion_r829970588 ## File path: solr/solrj/src/java/org/apache/solr/client/solrj/impl/CloudHttp2SolrClient.java ## @@ -34,7 +34,7 @@ * @since solr 8.0 */ @SuppressWarnings

[GitHub] [solr] madrob merged pull request #748: SOLR-16103 Increase CodeCache size for test JVM

2022-03-18 Thread GitBox
madrob merged pull request #748: URL: https://github.com/apache/solr/pull/748 -- 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. To unsubscribe, e-mail: issues-unsubscr...@s

[GitHub] [solr] madrob merged pull request #747: SOLR-16091 Wait for all nodes to register plugins in test

2022-03-18 Thread GitBox
madrob merged pull request #747: URL: https://github.com/apache/solr/pull/747 -- 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. To unsubscribe, e-mail: issues-unsubscr...@s

[GitHub] [solr] madrob merged pull request #747: SOLR-16091 Wait for all nodes to register plugins in test

2022-03-18 Thread GitBox
madrob merged pull request #747: URL: https://github.com/apache/solr/pull/747 -- 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. To unsubscribe, e-mail: issues-unsubscr...@s

[GitHub] [solr] janhoy commented on pull request #692: Update branch_9_0 changelog

2022-03-18 Thread GitBox
janhoy commented on pull request #692: URL: https://github.com/apache/solr/pull/692#issuecomment-1070899480 Are you ready to bring this up to date and merge? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[GitHub] [solr] janhoy commented on a change in pull request #749: SOLR-16106 ClusterState and BaseHttpClusterStateProvider should not depend on ZkStateReader

2022-03-18 Thread GitBox
janhoy commented on a change in pull request #749: URL: https://github.com/apache/solr/pull/749#discussion_r829247192 ## File path: solr/solrj/src/java/org/apache/solr/common/cloud/ClusterState.java ## @@ -51,6 +50,10 @@ private Set liveNodes; private Set hostAllowList;

[GitHub] [solr] dsmiley commented on a change in pull request #750: SOLR-15223 BaseCloudSolrClient is the new CloudSolrClient

2022-03-18 Thread GitBox
dsmiley commented on a change in pull request #750: URL: https://github.com/apache/solr/pull/750#discussion_r829965942 ## File path: solr/solrj/src/java/org/apache/solr/client/solrj/impl/CloudHttp1SolrClient.java ## @@ -0,0 +1,351 @@ +/* + * Licensed to the Apache Software Fou

[GitHub] [solr] HoustonPutman commented on a change in pull request #749: SOLR-16106 ClusterState and BaseHttpClusterStateProvider should not depend on ZkStateReader

2022-03-18 Thread GitBox
HoustonPutman commented on a change in pull request #749: URL: https://github.com/apache/solr/pull/749#discussion_r829213839 ## File path: solr/solrj/src/java/org/apache/solr/common/cloud/ClusterState.java ## @@ -51,6 +50,10 @@ private Set liveNodes; private Set hostAllow

[GitHub] [solr] madrob merged pull request #748: SOLR-16103 Increase CodeCache size for test JVM

2022-03-18 Thread GitBox
madrob merged pull request #748: URL: https://github.com/apache/solr/pull/748 -- 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. To unsubscribe, e-mail: issues-unsubscr...@s

[GitHub] [solr] janhoy commented on a change in pull request #750: SOLR-15223 BaseCloudSolrClient is the new CloudSolrClient

2022-03-18 Thread GitBox
janhoy commented on a change in pull request #750: URL: https://github.com/apache/solr/pull/750#discussion_r829770160 ## File path: solr/solrj/src/java/org/apache/solr/client/solrj/impl/CloudHttp1SolrClient.java ## @@ -0,0 +1,351 @@ +/* + * Licensed to the Apache Software Foun

[GitHub] [solr] janhoy commented on pull request #749: SOLR-16106 ClusterState and BaseHttpClusterStateProvider should not depend on ZkStateReader

2022-03-18 Thread GitBox
janhoy commented on pull request #749: URL: https://github.com/apache/solr/pull/749#issuecomment-1072496155 > Some of this was already done by @haythemkh . I'm not sure it needs a dedicated JIRA issue (compared to an overall issue for the other things for separating SolrJ ZK). Yea,

[GitHub] [solr] cpoerschke commented on a change in pull request #744: SOLR-16097 Batch add docs when starting tests

2022-03-18 Thread GitBox
cpoerschke commented on a change in pull request #744: URL: https://github.com/apache/solr/pull/744#discussion_r830143381 ## File path: solr/core/src/test/org/apache/solr/update/PeerSyncTest.java ## @@ -213,26 +214,23 @@ public void test() throws Exception { // now lets

[GitHub] [solr] madrob commented on a change in pull request #744: SOLR-16097 Batch add docs when starting tests

2022-03-18 Thread GitBox
madrob commented on a change in pull request #744: URL: https://github.com/apache/solr/pull/744#discussion_r830162764 ## File path: solr/core/src/test/org/apache/solr/update/PeerSyncTest.java ## @@ -213,26 +214,23 @@ public void test() throws Exception { // now lets chec

[GitHub] [solr] anshumg closed pull request #647: SOLR-15286: Add missing changelog entry

2022-03-18 Thread GitBox
anshumg closed pull request #647: URL: https://github.com/apache/solr/pull/647 -- 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. To unsubscribe, e-mail: issues-unsubscr...@

[GitHub] [solr] anshumg merged pull request #746: SOLR-16101: Add empty constructor for SolrInputDocument

2022-03-18 Thread GitBox
anshumg merged pull request #746: URL: https://github.com/apache/solr/pull/746 -- 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. To unsubscribe, e-mail: issues-unsubscr...@

[GitHub] [solr] anshumg opened a new pull request #751: SOLR-16101: Add empty constructor for SolrInputDocument (#746)

2022-03-18 Thread GitBox
anshumg opened a new pull request #751: URL: https://github.com/apache/solr/pull/751 https://issues.apache.org/jira/browse/SOLR-16101 -- 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

[GitHub] [solr] anshumg merged pull request #751: SOLR-16101: Add empty constructor for SolrInputDocument (#746)

2022-03-18 Thread GitBox
anshumg merged pull request #751: URL: https://github.com/apache/solr/pull/751 -- 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. To unsubscribe, e-mail: issues-unsubscr...@

[GitHub] [solr] anshumg opened a new pull request #752: SOLR-16101: Add empty constructor for SolrInputDocument (#746) (#751)

2022-03-18 Thread GitBox
anshumg opened a new pull request #752: URL: https://github.com/apache/solr/pull/752 https://issues.apache.org/jira/browse/SOLR-16101 -- 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

[GitHub] [solr] anshumg merged pull request #752: SOLR-16101: Add empty constructor for SolrInputDocument (#746) (#751)

2022-03-18 Thread GitBox
anshumg merged pull request #752: URL: https://github.com/apache/solr/pull/752 -- 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. To unsubscribe, e-mail: issues-unsubscr...@

[GitHub] [solr] ackepenek opened a new pull request #753: SOLR-16005 added new feature in to schema screen: add new field type

2022-03-19 Thread GitBox
ackepenek opened a new pull request #753: URL: https://github.com/apache/solr/pull/753 https://issues.apache.org/jira/browse/SOLR-16005 # Description Added "add field type" feature in to collection's schema screen. # Solution The button and functionali

[GitHub] [solr] epugh commented on pull request #745: SOLR-16096: Add createNodeSet to Advanced Collection Creation Options

2022-03-21 Thread GitBox
epugh commented on pull request #745: URL: https://github.com/apache/solr/pull/745#issuecomment-1073827388 Thanks @risdenk for the pointer! One thing that I realized as I looked at #594 is that it also introduces a better multiselect tool... I don't know which of the http://githu

[GitHub] [solr] epugh commented on pull request #753: SOLR-16005 added new feature in to schema screen: add new field type

2022-03-21 Thread GitBox
epugh commented on pull request #753: URL: https://github.com/apache/solr/pull/753#issuecomment-1073834692 Thanks @ackepenek, left a review. How would you like to be credited in the changelog??? -- This is an automated message from the Apache Git Service. To respond to the message, ple

[GitHub] [solr] ackepenek commented on pull request #753: SOLR-16005 added new feature in to schema screen: add new field type

2022-03-21 Thread GitBox
ackepenek commented on pull request #753: URL: https://github.com/apache/solr/pull/753#issuecomment-1073860416 > Thanks @ackepenek, left a review. How would you like to be credited in the changelog??? Thanks for review. "Ahmet Can Kepenek" is good to be in changelog. -- This is an

[GitHub] [solr] epugh commented on pull request #753: SOLR-16005 added new feature in to schema screen: add new field type

2022-03-21 Thread GitBox
epugh commented on pull request #753: URL: https://github.com/apache/solr/pull/753#issuecomment-1073863796 @ackepenek so I tried out the feature locally, and I really like it, but did have a thought Instead of this being a hard coded to the `add-field-type` command, what if instead i

[GitHub] [solr] ackepenek commented on pull request #753: SOLR-16005 added new feature in to schema screen: add new field type

2022-03-21 Thread GitBox
ackepenek commented on pull request #753: URL: https://github.com/apache/solr/pull/753#issuecomment-1074002756 > @ackepenek so I tried out the feature locally, and I really like it, but did have a thought Instead of this being a hard coded to the `add-field-type` command, what if inste

[GitHub] [solr] epugh commented on pull request #753: SOLR-16005 added new feature in to schema screen: add new field type

2022-03-21 Thread GitBox
epugh commented on pull request #753: URL: https://github.com/apache/solr/pull/753#issuecomment-1074006014 > If you are ok to manage the add, delete, replace operations with single text area(json field). I can update the PR. Go for it! -- This is an automated message from the Ap

[GitHub] [solr] ackepenek commented on pull request #753: SOLR-16005 added new feature in to schema screen: add new field type

2022-03-21 Thread GitBox
ackepenek commented on pull request #753: URL: https://github.com/apache/solr/pull/753#issuecomment-1074055002 I improved the PR by comments. latest screenshot: https://user-images.githubusercontent.com/1234305/159296658-479d6afc-c14a-4ca8-b434-3a1a054c2884.png";> -- Th

[GitHub] [solr] anshumg commented on pull request #692: Update branch_9_0 changelog

2022-03-21 Thread GitBox
anshumg commented on pull request #692: URL: https://github.com/apache/solr/pull/692#issuecomment-1074527817 I've updated the PR. There were more conflicts than I was expecting, so will merge this in once someone confirms I didn't do something crazy here. Thanks for your patience.

[GitHub] [solr] markrmiller commented on pull request #585: SOLR-15955 Update Jetty dependency to 10

2022-03-21 Thread GitBox
markrmiller commented on pull request #585: URL: https://github.com/apache/solr/pull/585#issuecomment-1074584006 Okay, I had missed in the patch you passed me how you proposed dealing with the toolchain dep issue - just using that instead of servlet-api - that seems fine to me. I sp

[GitHub] [solr] janhoy commented on a change in pull request #692: Update branch_9_0 changelog

2022-03-22 Thread GitBox
janhoy commented on a change in pull request #692: URL: https://github.com/apache/solr/pull/692#discussion_r831863255 ## File path: solr/CHANGES.txt ## @@ -244,12 +223,14 @@ when told to. The admin UI now tells it to. (Nazerke Seidan, David Smiley) * SOLR-11905: New Admin U

[GitHub] [solr] janhoy commented on pull request #692: Update branch_9_0 changelog

2022-03-22 Thread GitBox
janhoy commented on pull request #692: URL: https://github.com/apache/solr/pull/692#issuecomment-1074868902 I diffed the jira numbers and looked into the changes. All looks good to me, except the remnants of merge markers ` HEAD` etc mentioned above. After merge, please replace t

[GitHub] [solr] madrob commented on pull request #753: SOLR-16005 added new feature in to schema screen: add new field type

2022-03-22 Thread GitBox
madrob commented on pull request #753: URL: https://github.com/apache/solr/pull/753#issuecomment-1075247405 @epugh while I appreciate the idea of robustness here for add/delete/modify, I also think we're losing some of the accessibility if we go that route. With the add field/dynamic field

[GitHub] [solr] janhoy commented on pull request #753: SOLR-16005 added new feature in to schema screen: add new field type

2022-03-22 Thread GitBox
janhoy commented on pull request #753: URL: https://github.com/apache/solr/pull/753#issuecomment-1075277102 > @epugh while I appreciate the idea of robustness here for add/delete/modify, I also think we're losing some of the accessibility if we go that route. With the add field/dynamic fie

[GitHub] [solr] epugh commented on pull request #753: SOLR-16005 added new feature in to schema screen: add new field type

2022-03-22 Thread GitBox
epugh commented on pull request #753: URL: https://github.com/apache/solr/pull/753#issuecomment-1075441419 Thank you for looking @madrob and @janhoy...So the first version that @ackepenek had was basically the "Add field type Template". You just put in the JSON, without the `add-fiel

[GitHub] [solr] anshumg commented on a change in pull request #692: Update branch_9_0 changelog

2022-03-22 Thread GitBox
anshumg commented on a change in pull request #692: URL: https://github.com/apache/solr/pull/692#discussion_r832520160 ## File path: solr/CHANGES.txt ## @@ -244,12 +223,14 @@ when told to. The admin UI now tells it to. (Nazerke Seidan, David Smiley) * SOLR-11905: New Admin

[GitHub] [solr] anshumg merged pull request #692: Update branch_9_0 changelog

2022-03-22 Thread GitBox
anshumg merged pull request #692: URL: https://github.com/apache/solr/pull/692 -- 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. To unsubscribe, e-mail: issues-unsubscr...@

[GitHub] [solr] anshumg opened a new pull request #754: Update 9.0 changelog, copy from branch_9_0 after consolidation

2022-03-22 Thread GitBox
anshumg opened a new pull request #754: URL: https://github.com/apache/solr/pull/754 Copied over the 9.0 section from `branch_9_0` after merging the CHANGELOG consolidation PR for that branch. I confirmed that none of the JIRAs listed in the `9.1` section were duplicated in 9.0, how

[GitHub] [solr] paulkiernan opened a new pull request #755: SOLR-16109: Updates SolrTestCaseJ4 ABC doc comparators to static

2022-03-23 Thread GitBox
paulkiernan opened a new pull request #755: URL: https://github.com/apache/solr/pull/755 https://issues.apache.org/jira/browse/SOLR-16109 # Description I'd like to be able to simply compare two SolrInputDocuments in unit tests without absorbing all the overhead tha

[GitHub] [solr] epugh commented on pull request #755: SOLR-16109: Updates SolrTestCaseJ4 ABC doc comparators to static

2022-03-23 Thread GitBox
epugh commented on pull request #755: URL: https://github.com/apache/solr/pull/755#issuecomment-1076284701 I'm not the Java-head to have a strong opinon on this yay or nay, however if we want to make these methods more usable by folks who maybe aren't already Solr coders, could we get some

[GitHub] [solr] cpoerschke opened a new pull request #756: DefaultSolrHighlighter.doHighlighting to rewrite sufficiently

2022-03-23 Thread GitBox
cpoerschke opened a new pull request #756: URL: https://github.com/apache/solr/pull/756 No JIRA ticket as yet, so keeping as draft until there is one. Similar to the https://github.com/apache/lucene/pull/737 change. -- This is an automated message from the Apache Git Service. To respond

[GitHub] [solr] janhoy commented on pull request #750: SOLR-15223 BaseCloudSolrClient is the new CloudSolrClient

2022-03-23 Thread GitBox
janhoy commented on pull request #750: URL: https://github.com/apache/solr/pull/750#issuecomment-1076393125 Brought the branch up to date and fixed spotless. Beware of re-organization of 9.0 CHANGES section in #754 that may or may affect this during merge, depending on which is merge

[GitHub] [solr] cpoerschke opened a new pull request #757: SOLR-16111: hl.queryFieldPattern support (advanced alternative to hl.requireFieldMatch)

2022-03-23 Thread GitBox
cpoerschke opened a new pull request #757: URL: https://github.com/apache/solr/pull/757 https://issues.apache.org/jira/browse/SOLR-16111 -- 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 speci

[GitHub] [solr] risdenk commented on pull request #745: SOLR-16096: Add createNodeSet to Advanced Collection Creation Options

2022-03-23 Thread GitBox
risdenk commented on pull request #745: URL: https://github.com/apache/solr/pull/745#issuecomment-1076568542 https://github.com/angular-ui/ui-select is archived. So https://github.com/machineboy2045/angular-selectize seems like a better option? angular-selectize has some comparisons to ui-

[GitHub] [solr] epugh commented on pull request #745: SOLR-16096: Add createNodeSet to Advanced Collection Creation Options

2022-03-23 Thread GitBox
epugh commented on pull request #745: URL: https://github.com/apache/solr/pull/745#issuecomment-1076570987 Good point... The one thing I haven't been able to test out with angular-selectize is the ability to resort your list of choices using your mouse, this would be use ful for when the

[GitHub] [solr] paulkiernan commented on pull request #755: SOLR-16109: Updates SolrTestCaseJ4 ABC doc comparators to static

2022-03-23 Thread GitBox
paulkiernan commented on pull request #755: URL: https://github.com/apache/solr/pull/755#issuecomment-1076632035 Sure thing, I'll take a look over the JavaDocs and add some information there. -- This is an automated message from the Apache Git Service. To respond to the message, please l

[GitHub] [solr] cpoerschke commented on pull request #755: SOLR-16109: Updates SolrTestCaseJ4 ABC doc comparators to static

2022-03-23 Thread GitBox
cpoerschke commented on pull request #755: URL: https://github.com/apache/solr/pull/755#issuecomment-1076643318 Wondering if the comparators becoming static _and_ moving into a separate class might also be something to consider, to make them (perhaps) more discoverable for use in tests?

[GitHub] [solr] anshumg merged pull request #754: Update 9.0 changelog, copy from branch_9_0 after consolidation

2022-03-23 Thread GitBox
anshumg merged pull request #754: URL: https://github.com/apache/solr/pull/754 -- 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. To unsubscribe, e-mail: issues-unsubscr...@

[GitHub] [solr] sonatype-lift[bot] commented on a change in pull request #716: SOLR-15715 : Dedicated query aggregator nodes in the solr cluster

2022-03-23 Thread GitBox
sonatype-lift[bot] commented on a change in pull request #716: URL: https://github.com/apache/solr/pull/716#discussion_r833883166 ## File path: solr/core/src/java/org/apache/solr/servlet/CoordinatorHttpSolrCall.java ## @@ -0,0 +1,275 @@ +/* + * Licensed to the Apache Software

[GitHub] [solr] cpoerschke commented on a change in pull request #757: SOLR-16111: hl.queryFieldPattern support (advanced alternative to hl.requireFieldMatch)

2022-03-24 Thread GitBox
cpoerschke commented on a change in pull request #757: URL: https://github.com/apache/solr/pull/757#discussion_r834052452 ## File path: solr/core/src/java/org/apache/solr/highlight/UnifiedSolrHighlighter.java ## @@ -431,14 +435,35 @@ protected Locale parseLocale(String languag

[GitHub] [solr] madrob opened a new pull request #759: SOLR-16114 Remove SolrZookeeper

2022-03-24 Thread GitBox
madrob opened a new pull request #759: URL: https://github.com/apache/solr/pull/759 ZooKeeper has sufficient APIs now for us to no longer need to maintain our own wrapper client. https://issues.apache.org/jira/browse/SOLR-16114 -- This is an automated message from the Apache Git

[GitHub] [solr] HoustonPutman commented on a change in pull request #759: SOLR-16114 Remove SolrZookeeper

2022-03-24 Thread GitBox
HoustonPutman commented on a change in pull request #759: URL: https://github.com/apache/solr/pull/759#discussion_r834511425 ## File path: solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java ## @@ -57,6 +57,7 @@ * All Solr ZooKeeper interactions should go throu

[GitHub] [solr] anshumg merged pull request #758: Update changelog for 9.0 section, copied from branch_9_0/branch_9x after consolidation

2022-03-24 Thread GitBox
anshumg merged pull request #758: URL: https://github.com/apache/solr/pull/758 -- 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. To unsubscribe, e-mail: issues-unsubscr...@

[GitHub] [solr] HoustonPutman opened a new pull request #760: SOLR-16116: Use apache curator to manage the Solr Zookeeper interactions

2022-03-24 Thread GitBox
HoustonPutman opened a new pull request #760: URL: https://github.com/apache/solr/pull/760 https://issues.apache.org/jira/browse/SOLR-16116 This is still a WIP there are two outstanding issues: - [ ] The hadoop-auth framework requires a different version of curator - [ ] The

[GitHub] [solr] cpoerschke commented on a change in pull request #759: SOLR-16114 Remove SolrZookeeper

2022-03-24 Thread GitBox
cpoerschke commented on a change in pull request #759: URL: https://github.com/apache/solr/pull/759#discussion_r834516072 ## File path: solr/core/src/java/org/apache/solr/core/CoreContainer.java ## @@ -1886,7 +1886,7 @@ public void reload(String name, UUID coreId) {

[GitHub] [solr] cpoerschke commented on a change in pull request #757: SOLR-16111: hl.queryFieldPattern support (advanced alternative to hl.requireFieldMatch)

2022-03-24 Thread GitBox
cpoerschke commented on a change in pull request #757: URL: https://github.com/apache/solr/pull/757#discussion_r834574449 ## File path: solr/core/src/java/org/apache/solr/highlight/UnifiedSolrHighlighter.java ## @@ -431,14 +435,35 @@ protected Locale parseLocale(String languag

[GitHub] [solr] sonatype-lift[bot] commented on a change in pull request #760: SOLR-16116: Use apache curator to manage the Solr Zookeeper interactions

2022-03-24 Thread GitBox
sonatype-lift[bot] commented on a change in pull request #760: URL: https://github.com/apache/solr/pull/760#discussion_r834604185 ## File path: solr/core/src/java/org/apache/solr/cloud/api/collections/OverseerRoleCmd.java ## @@ -76,11 +76,11 @@ public void call(ClusterState st

[GitHub] [solr] HoustonPutman commented on a change in pull request #759: SOLR-16114 Remove SolrZookeeper

2022-03-24 Thread GitBox
HoustonPutman commented on a change in pull request #759: URL: https://github.com/apache/solr/pull/759#discussion_r834627698 ## File path: solr/test-framework/src/java/org/apache/solr/cloud/ChaosMonkey.java ## @@ -149,8 +152,7 @@ public void expireSession(final JettySolrRunner

[GitHub] [solr] madrob commented on a change in pull request #759: SOLR-16114 Remove SolrZookeeper

2022-03-24 Thread GitBox
madrob commented on a change in pull request #759: URL: https://github.com/apache/solr/pull/759#discussion_r834636827 ## File path: solr/licenses/zookeeper-3.7.0-tests.jar.sha1 ## @@ -0,0 +1 @@ +093f2c34c33ee16f9ff3f9352c79eafd3cd9040a Review comment: We can look at it

[GitHub] [solr] cpoerschke commented on a change in pull request #750: SOLR-15223 BaseCloudSolrClient is the new CloudSolrClient

2022-03-24 Thread GitBox
cpoerschke commented on a change in pull request #750: URL: https://github.com/apache/solr/pull/750#discussion_r834644743 ## File path: solr/solrj/src/java/org/apache/solr/client/solrj/impl/CloudSolrClient.java ## @@ -230,122 +166,1272 @@ public Builder(ClusterStateProvider st

[GitHub] [solr] madrob commented on a change in pull request #759: SOLR-16114 Remove SolrZookeeper

2022-03-24 Thread GitBox
madrob commented on a change in pull request #759: URL: https://github.com/apache/solr/pull/759#discussion_r834655528 ## File path: solr/core/src/java/org/apache/solr/core/CoreContainer.java ## @@ -1886,7 +1886,7 @@ public void reload(String name, UUID coreId) { if (

[GitHub] [solr] madrob commented on a change in pull request #759: SOLR-16114 Remove SolrZookeeper

2022-03-24 Thread GitBox
madrob commented on a change in pull request #759: URL: https://github.com/apache/solr/pull/759#discussion_r834660108 ## File path: solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java ## @@ -791,14 +791,13 @@ public JettySolrRunner getReplicaJetty(Repl

[GitHub] [solr] madrob commented on a change in pull request #759: SOLR-16114 Remove SolrZookeeper

2022-03-24 Thread GitBox
madrob commented on a change in pull request #759: URL: https://github.com/apache/solr/pull/759#discussion_r834660338 ## File path: solr/test-framework/src/java/org/apache/solr/SolrTestCaseJ4.java ## @@ -300,6 +301,7 @@ public static void setupTestCases() { System.setPrope

[GitHub] [solr] madrob commented on a change in pull request #759: SOLR-16114 Remove SolrZookeeper

2022-03-24 Thread GitBox
madrob commented on a change in pull request #759: URL: https://github.com/apache/solr/pull/759#discussion_r834689783 ## File path: solr/test-framework/src/java/org/apache/solr/SolrTestCaseJ4.java ## @@ -300,6 +301,7 @@ public static void setupTestCases() { System.setPrope

[GitHub] [solr] dsmiley commented on pull request #750: SOLR-15223 BaseCloudSolrClient is the new CloudSolrClient

2022-03-24 Thread GitBox
dsmiley commented on pull request #750: URL: https://github.com/apache/solr/pull/750#issuecomment-1078190099 Thanks for looking carefully Christine! I copied those javadocs directly from the Http2 one so that's how it got that way. -- This is an automated message from the Apache Git Ser

[GitHub] [solr] HoustonPutman commented on a change in pull request #760: SOLR-16116: Use apache curator to manage the Solr Zookeeper interactions

2022-03-24 Thread GitBox
HoustonPutman commented on a change in pull request #760: URL: https://github.com/apache/solr/pull/760#discussion_r834730709 ## File path: solr/core/src/java/org/apache/solr/cloud/api/collections/OverseerRoleCmd.java ## @@ -76,11 +76,11 @@ public void call(ClusterState state,

[GitHub] [solr] ackepenek commented on pull request #753: SOLR-16005 added new feature in to schema screen: add new field type

2022-03-25 Thread GitBox
ackepenek commented on pull request #753: URL: https://github.com/apache/solr/pull/753#issuecomment-1078775395 @madrob @janhoy @epugh I am agree with @epugh. We should get better all admin panel to understand what we can do. We should put info text to panel where we need. I think it is

[GitHub] [solr] cpoerschke commented on a change in pull request #759: SOLR-16114 Remove SolrZookeeper

2022-03-25 Thread GitBox
cpoerschke commented on a change in pull request #759: URL: https://github.com/apache/solr/pull/759#discussion_r835185774 ## File path: solr/test-framework/src/java/org/apache/solr/cloud/ZkTestServer.java ## @@ -113,7 +112,7 @@ class ZKServerMain { private volatile Se

[GitHub] [solr] dsmiley merged pull request #750: SOLR-15223 BaseCloudSolrClient is the new CloudSolrClient

2022-03-25 Thread GitBox
dsmiley merged pull request #750: URL: https://github.com/apache/solr/pull/750 -- 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. To unsubscribe, e-mail: issues-unsubscr...@

[GitHub] [solr] janhoy merged pull request #761: SOLR-15590: Changes entry for 9.0

2022-03-25 Thread GitBox
janhoy merged pull request #761: URL: https://github.com/apache/solr/pull/761 -- 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. To unsubscribe, e-mail: issues-unsubscr...@s

[GitHub] [solr-operator] Seunghan-Jung opened a new issue #424: Why Solr Operator tutorial show 404 error??

2022-03-25 Thread GitBox
Seunghan-Jung opened a new issue #424: URL: https://github.com/apache/solr-operator/issues/424 ``` ❯ kubectl get all NAMEREADY STATUS RESTARTS AGE pod/example-solrcloud-0 1/1 Running

[GitHub] [solr] janhoy opened a new pull request #762: SOLR-16117 Do not publish an empty solr-server.jar to maven

2022-03-26 Thread GitBox
janhoy opened a new pull request #762: URL: https://github.com/apache/solr/pull/762 https://issues.apache.org/jira/browse/SOLR-16117 This build change disable java compilation for the `solr:server` module, which is a pure assembly module to assemble Jetty and other stuff in the "sol

[GitHub] [solr] janhoy opened a new pull request #763: SOLR-15852: Smoketester fixes for maven artifact comparison

2022-03-26 Thread GitBox
janhoy opened a new pull request #763: URL: https://github.com/apache/solr/pull/763 https://issues.apache.org/jira/browse/SOLR-15852 Smoketester fixes for 9.0 RC1 * Test of source tarball is now done on the `gradlew dev` output folder instead of inside source unpack where jars are

[GitHub] [solr] janhoy opened a new pull request #764: SOLR-16118 Bring back NOTICE and LICENSE files in source-jar and javadoc-jar files

2022-03-26 Thread GitBox
janhoy opened a new pull request #764: URL: https://github.com/apache/solr/pull/764 https://issues.apache.org/jira/browse/SOLR-16118 I don't know why these were explicitly excluded in the first place, but the smoke tester explicitly checks for these in all jar files, and all our hist

[GitHub] [solr] uschindler opened a new pull request #765: Upgrade forbiddenapis to version 3.3

2022-03-26 Thread GitBox
uschindler opened a new pull request #765: URL: https://github.com/apache/solr/pull/765 This also cleans up signatures files to make use of new wildcard method signatures feature. I did not open an issue as this is trivial and is more build maintenance. I will commit this to 9x and

[GitHub] [solr] madrob commented on pull request #765: Upgrade forbiddenapis to version 3.3

2022-03-26 Thread GitBox
madrob commented on pull request #765: URL: https://github.com/apache/solr/pull/765#issuecomment-1079774559 Can you update main/gradle/validation/forbidden-apis/commons-io.commons-io.all.txt as well? -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [solr] uschindler commented on pull request #765: Upgrade forbiddenapis to version 3.3

2022-03-26 Thread GitBox
uschindler commented on pull request #765: URL: https://github.com/apache/solr/pull/765#issuecomment-1079778770 > Can you update main/gradle/validation/forbidden-apis/commons-io.commons-io.all.txt as well? The copy methods? I don't know them, so I kept untouched. -- This is an aut

[GitHub] [solr] uschindler commented on pull request #765: Upgrade forbiddenapis to version 3.3

2022-03-26 Thread GitBox
uschindler commented on pull request #765: URL: https://github.com/apache/solr/pull/765#issuecomment-1079795702 > > Can you update main/gradle/validation/forbidden-apis/commons-io.commons-io.all.txt as well? > > The copy methods? I don't know them, so I kept untouched. better

[GitHub] [solr] cpoerschke opened a new pull request #767: SOLR-16120: avoid SolrDocumentFetcher.getStoredHighlightFieldNames() call for glob-free hl.fl

2022-03-28 Thread GitBox
cpoerschke opened a new pull request #767: URL: https://github.com/apache/solr/pull/767 https://issues.apache.org/jira/browse/SOLR-16120 -- 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 speci

[GitHub] [solr] cpoerschke commented on a change in pull request #767: SOLR-16120: avoid SolrDocumentFetcher.getStoredHighlightFieldNames() call for glob-free hl.fl

2022-03-28 Thread GitBox
cpoerschke commented on a change in pull request #767: URL: https://github.com/apache/solr/pull/767#discussion_r836282039 ## File path: solr/core/src/java/org/apache/solr/highlight/SolrHighlighter.java ## @@ -91,13 +87,25 @@ protected boolean emptyArray(String[] arr) { ret

[GitHub] [solr] jeanielamwh opened a new pull request #768: SOLR-16111: Add hl.queryFieldPattern input to Admin UI

2022-03-28 Thread GitBox
jeanielamwh opened a new pull request #768: URL: https://github.com/apache/solr/pull/768 https://issues.apache.org/jira/browse/SOLR-16111 # Description Add a text input for `hl.queryFieldPattern` which was introduced in #757 ![Screenshot 2022-03-28 at 12 46

[GitHub] [solr] madrob commented on a change in pull request #759: SOLR-16114 Remove SolrZookeeper

2022-03-28 Thread GitBox
madrob commented on a change in pull request #759: URL: https://github.com/apache/solr/pull/759#discussion_r836479827 ## File path: solr/test-framework/src/java/org/apache/solr/cloud/ZkTestServer.java ## @@ -113,7 +112,7 @@ class ZKServerMain { private volatile Server

[GitHub] [solr] HoustonPutman commented on a change in pull request #763: SOLR-15852: Smoketester fixes for maven artifact comparison

2022-03-28 Thread GitBox
HoustonPutman commented on a change in pull request #763: URL: https://github.com/apache/solr/pull/763#discussion_r836497260 ## File path: dev-tools/scripts/smokeTestRelease.py ## @@ -706,11 +707,7 @@ def is_port_in_use(port): def testSolrExample(unpackPath, javaPath, isSrc):

[GitHub] [solr] HoustonPutman commented on a change in pull request #763: SOLR-15852: Smoketester fixes for maven artifact comparison

2022-03-28 Thread GitBox
HoustonPutman commented on a change in pull request #763: URL: https://github.com/apache/solr/pull/763#discussion_r836498671 ## File path: dev-tools/scripts/smokeTestRelease.py ## @@ -1090,11 +1084,10 @@ def main(): def smokeTest(java, baseURL, gitRevision, version, tmpDir, is

[GitHub] [solr] madrob commented on a change in pull request #759: SOLR-16114 Remove SolrZookeeper

2022-03-28 Thread GitBox
madrob commented on a change in pull request #759: URL: https://github.com/apache/solr/pull/759#discussion_r836500726 ## File path: solr/core/src/test/org/apache/solr/cloud/LeaderElectionTest.java ## @@ -531,32 +533,30 @@ public void run() { }; Thread connLossTh

[GitHub] [solr] janhoy opened a new pull request #769: SOLR-15898 Upgrade-notes and major-changes for 9.0

2022-03-28 Thread GitBox
janhoy opened a new pull request #769: URL: https://github.com/apache/solr/pull/769 https://issues.apache.org/jira/browse/SOLR-15898 * Upgrade Notes page now targets 9.0 (will add 10.0 section to main in separate PR) * Moved the 8.x upgrade notes from `solr-upgrade-notes.adoc` to

[GitHub] [solr] HoustonPutman commented on a change in pull request #759: SOLR-16114 Remove SolrZookeeper

2022-03-28 Thread GitBox
HoustonPutman commented on a change in pull request #759: URL: https://github.com/apache/solr/pull/759#discussion_r836503361 ## File path: solr/core/src/test/org/apache/solr/cloud/LeaderElectionTest.java ## @@ -531,32 +533,30 @@ public void run() { }; Thread con

[GitHub] [solr] madrob commented on a change in pull request #763: SOLR-15852: Smoketester fixes for maven artifact comparison

2022-03-28 Thread GitBox
madrob commented on a change in pull request #763: URL: https://github.com/apache/solr/pull/763#discussion_r836524450 ## File path: dev-tools/scripts/smokeTestRelease.py ## @@ -836,12 +827,15 @@ def checkIdenticalMavenArtifacts(distFiles, artifacts, version): for artifact i

[GitHub] [solr] janhoy commented on a change in pull request #763: SOLR-15852: Smoketester fixes for maven artifact comparison

2022-03-28 Thread GitBox
janhoy commented on a change in pull request #763: URL: https://github.com/apache/solr/pull/763#discussion_r836535286 ## File path: dev-tools/scripts/smokeTestRelease.py ## @@ -706,11 +707,7 @@ def is_port_in_use(port): def testSolrExample(unpackPath, javaPath, isSrc): # te

[GitHub] [solr] HoustonPutman opened a new pull request #770: SOLR-14401: Add back in missing metric and fix graphana dashboard

2022-03-28 Thread GitBox
HoustonPutman opened a new pull request #770: URL: https://github.com/apache/solr/pull/770 https://issues.apache.org/jira/browse/SOLR-14401 This adds back a metric that was removed in the previous PR (`solr_metrics_core_query_local_count`) but renames it to follow the common pattern

[GitHub] [solr] janhoy commented on a change in pull request #763: SOLR-15852: Smoketester fixes for maven artifact comparison

2022-03-28 Thread GitBox
janhoy commented on a change in pull request #763: URL: https://github.com/apache/solr/pull/763#discussion_r836537176 ## File path: dev-tools/scripts/smokeTestRelease.py ## @@ -626,22 +626,23 @@ def verifyUnpacked(java, artifact, unpackPath, gitRevision, version, testArgs):

[GitHub] [solr] janhoy commented on a change in pull request #763: SOLR-15852: Smoketester fixes for maven artifact comparison

2022-03-28 Thread GitBox
janhoy commented on a change in pull request #763: URL: https://github.com/apache/solr/pull/763#discussion_r836542226 ## File path: dev-tools/scripts/smokeTestRelease.py ## @@ -836,12 +827,15 @@ def checkIdenticalMavenArtifacts(distFiles, artifacts, version): for artifact i

[GitHub] [solr] janhoy merged pull request #762: SOLR-16117 Do not publish an empty solr-server.jar to maven

2022-03-28 Thread GitBox
janhoy merged pull request #762: URL: https://github.com/apache/solr/pull/762 -- 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. To unsubscribe, e-mail: issues-unsubscr...@s

[GitHub] [solr-operator] HoustonPutman merged pull request #375: Start for moving data during ephemeral upgrades.

2022-03-28 Thread GitBox
HoustonPutman merged pull request #375: URL: https://github.com/apache/solr-operator/pull/375 -- 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. To unsubscribe, e-mail: issu

[GitHub] [solr-operator] HoustonPutman closed issue #365: Try to behave better when upgrading ephemeral SolrClouds

2022-03-28 Thread GitBox
HoustonPutman closed issue #365: URL: https://github.com/apache/solr-operator/issues/365 -- 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. To unsubscribe, e-mail: issues-un

[GitHub] [solr] janhoy merged pull request #764: SOLR-16118 Bring back NOTICE and LICENSE files in source-jar and javadoc-jar files

2022-03-28 Thread GitBox
janhoy merged pull request #764: URL: https://github.com/apache/solr/pull/764 -- 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. To unsubscribe, e-mail: issues-unsubscr...@s

[GitHub] [solr-operator] HoustonPutman merged pull request #425: Remove changelog entries included in v0.5.1 release

2022-03-28 Thread GitBox
HoustonPutman merged pull request #425: URL: https://github.com/apache/solr-operator/pull/425 -- 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. To unsubscribe, e-mail: issu

[GitHub] [solr] madrob merged pull request #759: SOLR-16114 Remove SolrZookeeper

2022-03-28 Thread GitBox
madrob merged pull request #759: URL: https://github.com/apache/solr/pull/759 -- 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. To unsubscribe, e-mail: issues-unsubscr...@s

[GitHub] [solr] anshumg commented on a change in pull request #769: SOLR-15898 Upgrade-notes and major-changes for 9.0

2022-03-28 Thread GitBox
anshumg commented on a change in pull request #769: URL: https://github.com/apache/solr/pull/769#discussion_r836658713 ## File path: solr/solr-ref-guide/modules/upgrade-notes/pages/major-changes-in-solr-9.adoc ## @@ -347,4 +377,817 @@ where they really belong: /admin/threads,

  1   2   3   4   5   6   7   8   9   10   >