[jira] [Commented] (SOLR-14557) Unable to parse local params followed by parenthesis like {!lucene}(gigabyte)

2020-08-02 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17169710#comment-17169710 ] David Smiley commented on SOLR-14557: - Is there really no fix aside from using \_query_ ? I view

[jira] [Comment Edited] (SOLR-14704) Add download option to solr/cloud-dev/cloud.sh

2020-08-02 Thread Gus Heck (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17169700#comment-17169700 ] Gus Heck edited comment on SOLR-14704 at 8/3/20, 3:57 AM: -- For example:

[jira] [Commented] (SOLR-14704) Add download option to solr/cloud-dev/cloud.sh

2020-08-02 Thread Gus Heck (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17169700#comment-17169700 ] Gus Heck commented on SOLR-14704: - For example: {code:java} ./cloud.sh new -t

[GitHub] [lucene-solr] MarcusSorealheis commented on pull request #1712: SOLR-14702: Remove oppressive language (part1)

2020-08-02 Thread GitBox
MarcusSorealheis commented on pull request #1712: URL: https://github.com/apache/lucene-solr/pull/1712#issuecomment-667788473 Looks like `doTestStressReplicaion` is a confirmed Bad Apple as defined here: https://issues.apache.org/jira/browse/SOLR-12028 In other words, moving on to

[GitHub] [lucene-solr] MarcusSorealheis commented on pull request #1712: SOLR-14702: Remove oppressive language (part1)

2020-08-02 Thread GitBox
MarcusSorealheis commented on pull request #1712: URL: https://github.com/apache/lucene-solr/pull/1712#issuecomment-667786472 I ran it again and shard split tests didn't fail so there seems to be some inconsistency there. ReplicationHandler tests still failed. I'm digging as to what they

[GitHub] [lucene-solr] gus-asf opened a new pull request #1715: SOLR-14704 download option

2020-08-02 Thread GitBox
gus-asf opened a new pull request #1715: URL: https://github.com/apache/lucene-solr/pull/1715 Initial cut at this, only tested on mac osx so far. This is an automated message from the Apache Git Service. To respond to

[jira] [Created] (SOLR-14704) Add download option to solr/cloud-dev/cloud.sh

2020-08-02 Thread Gus Heck (Jira)
Gus Heck created SOLR-14704: --- Summary: Add download option to solr/cloud-dev/cloud.sh Key: SOLR-14704 URL: https://issues.apache.org/jira/browse/SOLR-14704 Project: Solr Issue Type: New Feature

[jira] [Commented] (SOLR-14702) Remove Master and Slave from Code Base and Docs

2020-08-02 Thread Marcus Eagan (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14702?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17169679#comment-17169679 ] Marcus Eagan commented on SOLR-14702: - >I suggest we stick to one naming convention. leader follower

[GitHub] [lucene-solr] MarcusSorealheis commented on pull request #1710: SOLR-14604: Uninstall package cli command

2020-08-02 Thread GitBox
MarcusSorealheis commented on pull request #1710: URL: https://github.com/apache/lucene-solr/pull/1710#issuecomment-667773267 >There is a precommit failure due to some class cast exception. I think I can tackle that at the time of merging. Thanks for getting this feature in! Open

[jira] [Commented] (SOLR-14702) Remove Master and Slave from Code Base and Docs

2020-08-02 Thread Noble Paul (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14702?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17169674#comment-17169674 ] Noble Paul commented on SOLR-14702: --- I suggest we stick to one naming convention. leader follower (for

[GitHub] [lucene-solr] noblepaul opened a new pull request #1714: Assign sdk based on the new public APIs

2020-08-02 Thread GitBox
noblepaul opened a new pull request #1714: URL: https://github.com/apache/lucene-solr/pull/1714 for review and discussion purposes This is an automated message from the Apache Git Service. To respond to the message, please

[jira] [Commented] (SOLR-14701) Deprecate Schemaless Mode (Discussion)

2020-08-02 Thread Noble Paul (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17169664#comment-17169664 ] Noble Paul commented on SOLR-14701: --- [~erickerickson] I like that suggestion. Other than the {{id}}

[GitHub] [lucene-solr] MarcusSorealheis edited a comment on pull request #1712: SOLR-14702: Remove oppressive language (part1)

2020-08-02 Thread GitBox
MarcusSorealheis edited a comment on pull request #1712: URL: https://github.com/apache/lucene-solr/pull/1712#issuecomment-667748906 I've gone through and tested these classes individually and they all pass, yet these tests fail when run with the entire project: ```[junit4] Tests

[GitHub] [lucene-solr] MarcusSorealheis commented on pull request #1712: SOLR-14702: Remove oppressive language (part1)

2020-08-02 Thread GitBox
MarcusSorealheis commented on pull request #1712: URL: https://github.com/apache/lucene-solr/pull/1712#issuecomment-667749162 This suggests to me that there must be some shared state that exists between other tests in the suite or there is flakiness. I don't know anything about the

[GitHub] [lucene-solr] MarcusSorealheis commented on pull request #1712: SOLR-14702: Remove oppressive language (part1)

2020-08-02 Thread GitBox
MarcusSorealheis commented on pull request #1712: URL: https://github.com/apache/lucene-solr/pull/1712#issuecomment-667748906 I've gone through and tested these classes individually and they all pass, yet these tests fail when run with the entire project: ```[junit4] Tests with

[GitHub] [lucene-solr] MarcusSorealheis commented on pull request #1712: SOLR-14702: Remove oppressive language (part1)

2020-08-02 Thread GitBox
MarcusSorealheis commented on pull request #1712: URL: https://github.com/apache/lucene-solr/pull/1712#issuecomment-667748559 This also passes: ![image](https://user-images.githubusercontent.com/2353608/89136223-6bd6e200-d4e7-11ea-8c1e-96a87de73f64.png)

[GitHub] [lucene-solr] MarcusSorealheis commented on pull request #1712: SOLR-14702: Remove oppressive language (part1)

2020-08-02 Thread GitBox
MarcusSorealheis commented on pull request #1712: URL: https://github.com/apache/lucene-solr/pull/1712#issuecomment-667748404 @chatman it looks like the tests pass when I run the TestReplicationHandler on its own but it fails when I run ant test locally:

[jira] [Commented] (SOLR-14613) Provide a clean API for pluggable replica assignment implementations

2020-08-02 Thread Ilan Ginzburg (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17169661#comment-17169661 ] Ilan Ginzburg commented on SOLR-14613: -- I'm getting closer to being happy with the interfaces. Will

[GitHub] [lucene-solr] yuriy-b-koval opened a new pull request #1713: SOLR-14703 Edismax parser replaces whitespace characters with spaces

2020-08-02 Thread GitBox
yuriy-b-koval opened a new pull request #1713: URL: https://github.com/apache/lucene-solr/pull/1713 # Description Please provide a short description of the changes you're making with this pull request. # Solution Please provide a short description of the

[GitHub] [lucene-solr] MarcusSorealheis commented on a change in pull request #1712: SOLR-14702: Remove oppressive language (part1)

2020-08-02 Thread GitBox
MarcusSorealheis commented on a change in pull request #1712: URL: https://github.com/apache/lucene-solr/pull/1712#discussion_r464142802 ## File path: solr/core/src/java/org/apache/solr/handler/ReplicationHandler.java ## @@ -1241,33 +1241,33 @@ public void inform(SolrCore

[GitHub] [lucene-solr] murblanc commented on a change in pull request #1712: SOLR-14702: Remove oppressive language (part1)

2020-08-02 Thread GitBox
murblanc commented on a change in pull request #1712: URL: https://github.com/apache/lucene-solr/pull/1712#discussion_r464141895 ## File path: solr/core/src/java/org/apache/solr/handler/ReplicationHandler.java ## @@ -1241,33 +1241,33 @@ public void inform(SolrCore core) {

[jira] [Updated] (SOLR-14703) Edismax parser replaces whitespace characters with spaces

2020-08-02 Thread Yuriy Koval (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yuriy Koval updated SOLR-14703: --- Summary: Edismax parser replaces whitespace characters with spaces (was: Edismax parser replaces

[jira] [Created] (SOLR-14703) Edismax parser replaces whitespace characters to spaces

2020-08-02 Thread Yuriy Koval (Jira)
Yuriy Koval created SOLR-14703: -- Summary: Edismax parser replaces whitespace characters to spaces Key: SOLR-14703 URL: https://issues.apache.org/jira/browse/SOLR-14703 Project: Solr Issue Type:

[GitHub] [lucene-solr] MarcusSorealheis commented on a change in pull request #1712: SOLR-14702: Remove oppressive language (part1)

2020-08-02 Thread GitBox
MarcusSorealheis commented on a change in pull request #1712: URL: https://github.com/apache/lucene-solr/pull/1712#discussion_r464140926 ## File path: solr/core/src/java/org/apache/solr/handler/ReplicationHandler.java ## @@ -1241,33 +1241,33 @@ public void inform(SolrCore

[GitHub] [lucene-solr] MarcusSorealheis commented on pull request #1712: SOLR-14702: Remove oppressive language (part1)

2020-08-02 Thread GitBox
MarcusSorealheis commented on pull request #1712: URL: https://github.com/apache/lucene-solr/pull/1712#issuecomment-667742202 After all the recent changes, making sure the tests pass This is an automated message from the

[GitHub] [lucene-solr] MarcusSorealheis commented on a change in pull request #1712: SOLR-14702: Remove oppressive language (part1)

2020-08-02 Thread GitBox
MarcusSorealheis commented on a change in pull request #1712: URL: https://github.com/apache/lucene-solr/pull/1712#discussion_r464139788 ## File path: solr/solr-ref-guide/src/query-settings-in-solrconfig.adoc ## @@ -203,7 +203,7 @@ This setting controls whether search requests

[GitHub] [lucene-solr] MarcusSorealheis commented on pull request #1710: SOLR-14604: Uninstall package cli command

2020-08-02 Thread GitBox
MarcusSorealheis commented on pull request #1710: URL: https://github.com/apache/lucene-solr/pull/1710#issuecomment-667741261 Thanks for the review! :) On Sun, Aug 2, 2020 at 4:27 PM Ishan Chattopadhyaya < notificati...@github.com> wrote: > There is a precommit failure due

[GitHub] [lucene-solr] MarcusSorealheis commented on a change in pull request #1712: SOLR-14702: Remove oppressive language (part1)

2020-08-02 Thread GitBox
MarcusSorealheis commented on a change in pull request #1712: URL: https://github.com/apache/lucene-solr/pull/1712#discussion_r464138343 ## File path: solr/core/src/java/org/apache/solr/handler/ReplicationHandler.java ## @@ -1241,33 +1241,33 @@ public void inform(SolrCore

[GitHub] [lucene-solr] chatman commented on pull request #1710: SOLR-14604: Uninstall package cli command

2020-08-02 Thread GitBox
chatman commented on pull request #1710: URL: https://github.com/apache/lucene-solr/pull/1710#issuecomment-667738758 There is a precommit failure due to some class cast exception. I think I can tackle that at the time of merging. Thanks for getting this feature in!

[GitHub] [lucene-solr] MarcusSorealheis commented on a change in pull request #1712: SOLR-14702: Remove oppressive language (part1)

2020-08-02 Thread GitBox
MarcusSorealheis commented on a change in pull request #1712: URL: https://github.com/apache/lucene-solr/pull/1712#discussion_r464134375 ## File path: solr/solr-ref-guide/src/query-settings-in-solrconfig.adoc ## @@ -203,7 +203,7 @@ This setting controls whether search requests

[jira] [Commented] (SOLR-14701) Deprecate Schemaless Mode (Discussion)

2020-08-02 Thread Marcus Eagan (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17169654#comment-17169654 ] Marcus Eagan commented on SOLR-14701: - >Even though dev@ list may have been a better place

[jira] [Commented] (SOLR-14702) Remove Master and Slave from Code Base and Docs

2020-08-02 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14702?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17169652#comment-17169652 ] Erick Erickson commented on SOLR-14702: --- I can adapt to whichever convention is most convenient

[GitHub] [lucene-solr] chatman commented on a change in pull request #1712: SOLR-14702: Remove oppressive language (part1)

2020-08-02 Thread GitBox
chatman commented on a change in pull request #1712: URL: https://github.com/apache/lucene-solr/pull/1712#discussion_r464133924 ## File path: solr/solr-ref-guide/src/query-settings-in-solrconfig.adoc ## @@ -203,7 +203,7 @@ This setting controls whether search requests for

[jira] [Comment Edited] (SOLR-14702) Remove Master and Slave from Code Base and Docs

2020-08-02 Thread Marcus Eagan (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14702?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17169649#comment-17169649 ] Marcus Eagan edited comment on SOLR-14702 at 8/2/20, 10:26 PM: --- For the

[jira] [Comment Edited] (SOLR-14702) Remove Master and Slave from Code Base and Docs

2020-08-02 Thread Marcus Eagan (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14702?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17169649#comment-17169649 ] Marcus Eagan edited comment on SOLR-14702 at 8/2/20, 10:25 PM: --- For the

[jira] [Commented] (SOLR-14702) Remove Master and Slave from Code Base and Docs

2020-08-02 Thread Marcus Eagan (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14702?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17169649#comment-17169649 ] Marcus Eagan commented on SOLR-14702: - For the repo, I think trunk would be fine, but I think that we

[jira] [Commented] (SOLR-14702) Remove Master and Slave from Code Base and Docs

2020-08-02 Thread Marcus Eagan (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14702?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17169648#comment-17169648 ] Marcus Eagan commented on SOLR-14702: - [~erickerickson] Thanks for the contribution, I like

[GitHub] [lucene-solr] MarcusSorealheis commented on pull request #1712: SOLR-14702: Remove oppressive language (part1)

2020-08-02 Thread GitBox
MarcusSorealheis commented on pull request #1712: URL: https://github.com/apache/lucene-solr/pull/1712#issuecomment-667730192 > PR description says: > > > Replaces master with leader and slave with follower. > > Actual replacement is primary/secondary. > I've fixed the

[GitHub] [lucene-solr] MarcusSorealheis commented on a change in pull request #1712: SOLR-14702: Remove oppressive language (part1)

2020-08-02 Thread GitBox
MarcusSorealheis commented on a change in pull request #1712: URL: https://github.com/apache/lucene-solr/pull/1712#discussion_r464128075 ## File path: solr/core/src/java/org/apache/solr/security/JWTVerificationkeyResolver.java ## @@ -106,7 +106,7 @@ public Key

[jira] [Updated] (SOLR-14557) Unable to parse local params followed by parenthesis like {!lucene}(gigabyte)

2020-08-02 Thread Mikhail Khludnev (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Khludnev updated SOLR-14557: Resolution: Won't Fix Status: Resolved (was: Patch Available) > Unable to parse

[jira] [Commented] (SOLR-14557) Unable to parse local params followed by parenthesis like {!lucene}(gigabyte)

2020-08-02 Thread Mikhail Khludnev (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17169645#comment-17169645 ] Mikhail Khludnev commented on SOLR-14557: - Ok. There are two places where local params are

[jira] [Assigned] (SOLR-14557) Unable to parse local params followed by parenthesis like {!lucene}(gigabyte)

2020-08-02 Thread Mikhail Khludnev (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Khludnev reassigned SOLR-14557: --- Assignee: Mikhail Khludnev > Unable to parse local params followed by parenthesis

[jira] [Commented] (SOLR-14613) Provide a clean API for pluggable replica assignment implementations

2020-08-02 Thread Ilan Ginzburg (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17169617#comment-17169617 ] Ilan Ginzburg commented on SOLR-14613: -- In [PR 1684|https://github.com/apache/lucene-solr/pull/1684]

[GitHub] [lucene-solr] murblanc commented on a change in pull request #1712: SOLR-14702: Remove oppressive language (part1)

2020-08-02 Thread GitBox
murblanc commented on a change in pull request #1712: URL: https://github.com/apache/lucene-solr/pull/1712#discussion_r464111546 ## File path: solr/core/src/java/org/apache/solr/handler/ReplicationHandler.java ## @@ -1241,33 +1241,33 @@ public void inform(SolrCore core) {

[GitHub] [lucene-solr] murblanc commented on a change in pull request #1712: SOLR-14702: Remove oppressive language (part1)

2020-08-02 Thread GitBox
murblanc commented on a change in pull request #1712: URL: https://github.com/apache/lucene-solr/pull/1712#discussion_r46468 ## File path: solr/core/src/java/org/apache/solr/handler/ReplicationHandler.java ## @@ -1241,33 +1241,33 @@ public void inform(SolrCore core) {

[GitHub] [lucene-solr] murblanc commented on a change in pull request #1712: SOLR-14702: Remove oppressive language (part1)

2020-08-02 Thread GitBox
murblanc commented on a change in pull request #1712: URL: https://github.com/apache/lucene-solr/pull/1712#discussion_r464110429 ## File path: solr/core/src/java/org/apache/solr/security/JWTVerificationkeyResolver.java ## @@ -106,7 +106,7 @@ public Key

[GitHub] [lucene-solr] murblanc commented on pull request #1712: SOLR-14702: Remove oppressive language (part1)

2020-08-02 Thread GitBox
murblanc commented on pull request #1712: URL: https://github.com/apache/lucene-solr/pull/1712#issuecomment-667710021 PR description says: > Replaces master with leader and slave with follower. Actual replacement is primary/secondary. I don't see the renamed `.png` files.

[GitHub] [lucene-solr] murblanc commented on a change in pull request #1712: SOLR-14702: Remove oppressive language (part1)

2020-08-02 Thread GitBox
murblanc commented on a change in pull request #1712: URL: https://github.com/apache/lucene-solr/pull/1712#discussion_r464108501 ## File path: solr/contrib/dataimporthandler/src/test/org/apache/solr/handler/dataimport/TestContentStreamDataSource.java ## @@ -120,7 +120,7 @@

[GitHub] [lucene-solr] MarcusSorealheis commented on pull request #1712: SOLR-14702: Remove oppressive language (part1)

2020-08-02 Thread GitBox
MarcusSorealheis commented on pull request #1712: URL: https://github.com/apache/lucene-solr/pull/1712#issuecomment-667706581 This is an automated message from the Apache Git Service. To respond to the message, please log on

[jira] [Updated] (SOLR-14702) Remove Master and Slave from Code Base and Docs

2020-08-02 Thread Marcus Eagan (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14702?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcus Eagan updated SOLR-14702: Description: Every time I read _master_ and _slave_, I get pissed. I think about the last and

[jira] [Updated] (SOLR-14702) Remove Master and Slave from Code Base and Docs

2020-08-02 Thread Marcus Eagan (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14702?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcus Eagan updated SOLR-14702: Description: Every time I read _master_ and _slave_, I get pissed. I think about the last and

[GitHub] [lucene-solr] MarcusSorealheis commented on a change in pull request #1712: SOLR-14702: Remove oppressive language (part1)

2020-08-02 Thread GitBox
MarcusSorealheis commented on a change in pull request #1712: URL: https://github.com/apache/lucene-solr/pull/1712#discussion_r464098026 ## File path: solr/core/src/java/org/apache/solr/util/hll/HLL.java ## @@ -47,7 +47,7 @@ *

[jira] [Commented] (SOLR-14702) Remove Master and Slave from Code Base and Docs

2020-08-02 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14702?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17169550#comment-17169550 ] Erick Erickson commented on SOLR-14702: --- Personally I like leader/follower, I've been using those

[jira] [Commented] (SOLR-14701) Deprecate Schemaless Mode (Discussion)

2020-08-02 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17169548#comment-17169548 ] Erick Erickson commented on SOLR-14701: --- This was one of those "Elasticsearch is much easier to get

[GitHub] [lucene-solr] risdenk commented on a change in pull request #1712: SOLR-14702: Remove oppressive language (part1)

2020-08-02 Thread GitBox
risdenk commented on a change in pull request #1712: URL: https://github.com/apache/lucene-solr/pull/1712#discussion_r464075185 ## File path: solr/core/src/java/org/apache/solr/util/hll/HLL.java ## @@ -47,7 +47,7 @@ *

[jira] [Commented] (SOLR-14636) Provide a reference implementation for SolrCloud that is stable and fast.

2020-08-02 Thread Mark Robert Miller (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17169538#comment-17169538 ] Mark Robert Miller commented on SOLR-14636: --- There is not enough fun that goes on in

[jira] [Updated] (SOLR-14636) Provide a reference implementation for SolrCloud that is stable and fast.

2020-08-02 Thread Mark Robert Miller (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14636?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Robert Miller updated SOLR-14636: -- Attachment: solr-ref-branch.gif > Provide a reference implementation for SolrCloud

[GitHub] [lucene-solr] MarcusSorealheis opened a new pull request #1712: SOLR-14702: Remove oppressive language (part1)

2020-08-02 Thread GitBox
MarcusSorealheis opened a new pull request #1712: URL: https://github.com/apache/lucene-solr/pull/1712 …iet. # Description This PR removes all references of "master slave" from the Solr code base. this should've happened years ago as it can result in alienating

[GitHub] [lucene-solr] MarcusSorealheis closed pull request #1711: SOLR-14702: Remove oppressive language (part1)

2020-08-02 Thread GitBox
MarcusSorealheis closed pull request #1711: URL: https://github.com/apache/lucene-solr/pull/1711 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [lucene-solr] MarcusSorealheis opened a new pull request #1711: SOLR-14702: Remove oppressive language (part1)

2020-08-02 Thread GitBox
MarcusSorealheis opened a new pull request #1711: URL: https://github.com/apache/lucene-solr/pull/1711 # Description This PR removes all references of "master slave" from the Solr code base. this should've happened years ago as it can result in alienating many people

[GitHub] [lucene-solr] MarcusSorealheis commented on pull request #1710: SOLR-14604: Uninstall package cli command

2020-08-02 Thread GitBox
MarcusSorealheis commented on pull request #1710: URL: https://github.com/apache/lucene-solr/pull/1710#issuecomment-667648035 I don't know why all these commits show up. Maybe it's because I started this a while ago and then got pulled in different direction and had to merge over and over

[GitHub] [lucene-solr] MarcusSorealheis closed pull request #1710: SOLR-14604: Uninstall package cli command

2020-08-02 Thread GitBox
MarcusSorealheis closed pull request #1710: URL: https://github.com/apache/lucene-solr/pull/1710 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [lucene-solr] MarcusSorealheis opened a new pull request #1710: SOLR-14604: Uninstall package cli command

2020-08-02 Thread GitBox
MarcusSorealheis opened a new pull request #1710: URL: https://github.com/apache/lucene-solr/pull/1710 # Description Developers should be able to uninstall a package they upload via the package management system. If a package becomes vulnerable, it's code should be

[jira] [Updated] (SOLR-14702) Remove Master and Slave from Code Base and Docs

2020-08-02 Thread Marcus Eagan (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14702?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcus Eagan updated SOLR-14702: Description: Every time I read _master_ and _slave_, I get pissed. I think about the last and

[jira] [Comment Edited] (SOLR-14702) Remove Master and Slave from Code Base and Docs

2020-08-02 Thread Marcus Eagan (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14702?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17169479#comment-17169479 ] Marcus Eagan edited comment on SOLR-14702 at 8/2/20, 8:09 AM: --

[jira] [Commented] (SOLR-14702) Remove Master and Slave from Code Base and Docs

2020-08-02 Thread Marcus Eagan (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14702?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17169479#comment-17169479 ] Marcus Eagan commented on SOLR-14702: - [~o...@apache.org] and [~simonwillnauer] agree, ate least, on

[jira] [Created] (SOLR-14702) Remove Master and Slave from Code Base and Docs

2020-08-02 Thread Marcus Eagan (Jira)
Marcus Eagan created SOLR-14702: --- Summary: Remove Master and Slave from Code Base and Docs Key: SOLR-14702 URL: https://issues.apache.org/jira/browse/SOLR-14702 Project: Solr Issue Type:

[jira] [Commented] (SOLR-14701) Deprecate Schemaless Mode (Discussion)

2020-08-02 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17169474#comment-17169474 ] Ishan Chattopadhyaya commented on SOLR-14701: - +1, this is the default experience today and

[jira] [Created] (SOLR-14701) Deprecate Schemaless Mode (Discussion)

2020-08-02 Thread Marcus Eagan (Jira)
Marcus Eagan created SOLR-14701: --- Summary: Deprecate Schemaless Mode (Discussion) Key: SOLR-14701 URL: https://issues.apache.org/jira/browse/SOLR-14701 Project: Solr Issue Type: Improvement