[
https://issues.apache.org/jira/browse/SOLR-15417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
xuanyu huang updated SOLR-15417:
Description:
Hi there,
I'm using solrj 8.8.2 for a 8.5.1 solr server. I have a list of records an
[
https://issues.apache.org/jira/browse/SOLR-15417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
xuanyu huang updated SOLR-15417:
Description:
Hi there,
I'm using solrj 8.8.2 for a 8.5.1 solr server. I have a list of records an
[
https://issues.apache.org/jira/browse/SOLR-15417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
xuanyu huang updated SOLR-15417:
Description:
Hi there,
I'm using solrj 8.8.2 for a 8.5.1 solr server. I have a list of records an
[
https://issues.apache.org/jira/browse/SOLR-15417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
xuanyu huang updated SOLR-15417:
Description:
Hi there,
I'm using solrj 8.8.2 for a 8.5.1 solr server. I have a list of records an
[
https://issues.apache.org/jira/browse/SOLR-15417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
xuanyu huang updated SOLR-15417:
Description:
Hi there,
I'm using solrj 8.8.2 for a 8.5.1 solr server. I have a list of records an
[
https://issues.apache.org/jira/browse/SOLR-15417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
xuanyu huang updated SOLR-15417:
Description:
Hi there,
I'm using solrj 8.8.2 for a 8.5.1 solr server. I have a list of records an
[
https://issues.apache.org/jira/browse/SOLR-15417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
xuanyu huang updated SOLR-15417:
Description:
Hi there,
I'm using solrj 8.8.2 for a 8.5.1 solr server. I have a list of records an
[
https://issues.apache.org/jira/browse/SOLR-15417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
xuanyu huang updated SOLR-15417:
Description:
Hi there,
I'm using solrj 8.8.2 for a 8.5.1 solr server. I have a list of records an
xuanyu huang created SOLR-15417:
---
Summary: exception in updateRequest caused all subsequent update
fail
Key: SOLR-15417
URL: https://issues.apache.org/jira/browse/SOLR-15417
Project: Solr
Issu
[
https://issues.apache.org/jira/browse/SOLR-15407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17347281#comment-17347281
]
David Smiley commented on SOLR-15407:
-
bq. it seems we get a document just containing
noblepaul commented on pull request #125:
URL: https://github.com/apache/solr/pull/125#issuecomment-843700977
This looks good @dsmiley ..
good catch
--
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
dsmiley commented on a change in pull request #129:
URL: https://github.com/apache/solr/pull/129#discussion_r634850011
##
File path: solr/core/src/java/org/apache/solr/parser/SolrQueryParserBase.java
##
@@ -1149,18 +1151,21 @@ protected Query getFieldQuery(String field,
List q
dsmiley commented on a change in pull request #129:
URL: https://github.com/apache/solr/pull/129#discussion_r634849686
##
File path: solr/core/src/java/org/apache/solr/parser/SolrQueryParserBase.java
##
@@ -1149,18 +1151,21 @@ protected Query getFieldQuery(String field,
List q
[
https://issues.apache.org/jira/browse/SOLR-15411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
xuanyu huang updated SOLR-15411:
Summary: "failOnVersionConflicts" doesn't get checked in getUpdatedDocument
when _version_==1 (was
[
https://issues.apache.org/jira/browse/SOLR-15411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
xuanyu huang updated SOLR-15411:
Description:
I'm using solrj for Java to update 4 docs:
{code:java}
UpdateRequest updateRequest
thelabdude opened a new pull request #133:
URL: https://github.com/apache/solr/pull/133
# Description
IndexFetcher was triggering a local commit for a PULL replica core which
caused a race condition where the PULL replica would think its index generation
/ version were the same as t
madrob commented on pull request #130:
URL: https://github.com/apache/solr/pull/130#issuecomment-843550200
Our dep on commons-lang 2 was through Zookeeper. When I updated to ZK 3.7.0,
the transitive dependency went away. I tried to look for replacements but
didn't see anything.
--
This
madrob commented on pull request #124:
URL: https://github.com/apache/solr/pull/124#issuecomment-843535903
If we don't have a reason to do it, then I'd continue to avoid it for now.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Gi
dsmiley commented on a change in pull request #130:
URL: https://github.com/apache/solr/pull/130#discussion_r634719663
##
File path:
solr/solrj/src/java/org/apache/solr/common/cloud/ZkMaintenanceUtils.java
##
@@ -33,8 +33,8 @@
import java.util.function.Predicate;
import java
dsmiley commented on pull request #124:
URL: https://github.com/apache/solr/pull/124#issuecomment-843507072
I removed the "var" usages in the other PR at this particular commit:
https://github.com/apache/solr/pull/115/commits/8c9e262401589d15a5260d0a25cf54934507b3a8
We can keep avoiding
madrob commented on pull request #124:
URL: https://github.com/apache/solr/pull/124#issuecomment-843454672
I looked over through the other PR and didn't see usage of var, can you help
me find use cases where you think this is helpful.
--
This is an automated message from the Apache Git S
[
https://issues.apache.org/jira/browse/SOLR-15348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17347091#comment-17347091
]
Andrzej Bialecki edited comment on SOLR-15348 at 5/18/21, 5:48 PM:
Andrzej Bialecki created SOLR-15416:
---
Summary: Consider removing metrics history collection (and
MetricsHistoryHandler)
Key: SOLR-15416
URL: https://issues.apache.org/jira/browse/SOLR-15416
Project:
[
https://issues.apache.org/jira/browse/SOLR-15348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17347091#comment-17347091
]
Andrzej Bialecki commented on SOLR-15348:
-
With the removal of autoscaling the us
[
https://issues.apache.org/jira/browse/SOLR-15348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17347085#comment-17347085
]
ASF subversion and git services commented on SOLR-15348:
Commit a
cpoerschke merged pull request #80:
URL: https://github.com/apache/solr/pull/80
--
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.
For queries about this service, please con
[
https://issues.apache.org/jira/browse/SOLR-15335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17347082#comment-17347082
]
ASF subversion and git services commented on SOLR-15335:
Commit b
[
https://issues.apache.org/jira/browse/SOLR-15315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17347081#comment-17347081
]
ASF subversion and git services commented on SOLR-15315:
Commit 2
cpoerschke merged pull request #58:
URL: https://github.com/apache/solr/pull/58
--
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.
For queries about this service, please con
cpoerschke commented on pull request #58:
URL: https://github.com/apache/solr/pull/58#issuecomment-843378945
> Gradle Precommit / gradle precommit w/ Java 11 (pull_request)
This failed on the pull request here but succeeded locally, hmm. I will
optimistically proceed to merge here an
[
https://issues.apache.org/jira/browse/SOLR-15399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17347064#comment-17347064
]
Timothy Potter commented on SOLR-15399:
---
Debugging this via beasting ... here's wha
[
https://issues.apache.org/jira/browse/SOLR-15335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Houston Putman reopened SOLR-15335:
---
There's an issue with the commit.
Because the SolrTgzSignature has been added as an artifact in
[
https://issues.apache.org/jira/browse/SOLR-15410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17347010#comment-17347010
]
Colvin Cowie commented on SOLR-15410:
-
JAVA_BUILD hasn't been read since
[https://gi
Mike Drob created SOLR-15415:
Summary: Use ZooKeeperServerEmbedded for tests and zkrun mode
Key: SOLR-15415
URL: https://issues.apache.org/jira/browse/SOLR-15415
Project: Solr
Issue Type: Improve
[
https://issues.apache.org/jira/browse/SOLR-15410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17347006#comment-17347006
]
Colvin Cowie commented on SOLR-15410:
-
Thanks [~epugh]. The combinations of different
[
https://issues.apache.org/jira/browse/SOLR-15412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ishan Chattopadhyaya updated SOLR-15412:
Fix Version/s: 8.9
> Strict validation on Replica metadata can cause complete outag
[
https://issues.apache.org/jira/browse/SOLR-15412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17346997#comment-17346997
]
Ishan Chattopadhyaya commented on SOLR-15412:
-
Okay, I'll mark this as a 8.9
[
https://issues.apache.org/jira/browse/SOLR-15409?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mike Drob resolved SOLR-15409.
--
Fix Version/s: main (9.0)
Resolution: Fixed
> Upgrade to Zookeeper 3.7.0
> -
[
https://issues.apache.org/jira/browse/SOLR-15409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17346996#comment-17346996
]
ASF subversion and git services commented on SOLR-15409:
Commit 6
madrob merged pull request #130:
URL: https://github.com/apache/solr/pull/130
--
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.
For queries about this service, please conta
[
https://issues.apache.org/jira/browse/SOLR-15412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17346984#comment-17346984
]
Mike Drob commented on SOLR-15412:
--
I agree with everything that Jan suggested.
> Stric
[
https://issues.apache.org/jira/browse/SOLR-15414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nazerke Seidan updated SOLR-15414:
--
Summary: Use configset api to list configs on Admin UI configset picker
instead of ZK configs
[
https://issues.apache.org/jira/browse/SOLR-15414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nazerke Seidan updated SOLR-15414:
--
Summary: Use configset api to list configs on Admin UI configset picker
instead of ZK config no
Nazerke Seidan created SOLR-15414:
-
Summary: Use configset api to list configs on Admin UI configset
picker list instead of ZK configs
Key: SOLR-15414
URL: https://issues.apache.org/jira/browse/SOLR-15414
dsmiley commented on a change in pull request #115:
URL: https://github.com/apache/solr/pull/115#discussion_r634454291
##
File path: solr/core/src/java/org/apache/solr/servlet/SolrDispatchFilter.java
##
@@ -499,6 +495,7 @@ public void doFilter(ServletRequest _request,
ServletR
[
https://issues.apache.org/jira/browse/SOLR-15399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Timothy Potter reassigned SOLR-15399:
-
Assignee: Timothy Potter
> TestPullReplica and TestPullReplicaWithAuth are flaky
> -
[
https://issues.apache.org/jira/browse/SOLR-15412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17346936#comment-17346936
]
Jan Høydahl commented on SOLR-15412:
I cannot see how the presence of a 1 yr old bug
[
https://issues.apache.org/jira/browse/SOLR-15413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joel Bernstein updated SOLR-15413:
--
Description:
One of the major features Solr offers for e-commerce search is tag/exclude
faceti
Joel Bernstein created SOLR-15413:
-
Summary: Speed up tag/exclude faceting
Key: SOLR-15413
URL: https://issues.apache.org/jira/browse/SOLR-15413
Project: Solr
Issue Type: Improvement
Se
[
https://issues.apache.org/jira/browse/SOLR-15410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17346932#comment-17346932
]
David Eric Pugh commented on SOLR-15410:
Any thoughts on how I could test this?
Ishan Chattopadhyaya created SOLR-15412:
---
Summary: Strict validation on Replica metadata can cause complete
outage
Key: SOLR-15412
URL: https://issues.apache.org/jira/browse/SOLR-15412
Project:
[
https://issues.apache.org/jira/browse/SOLR-14245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17346881#comment-17346881
]
Ishan Chattopadhyaya commented on SOLR-14245:
-
Opened https://issues.apache.o
[
https://issues.apache.org/jira/browse/SOLR-15411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
xuanyu huang updated SOLR-15411:
Description:
I'm using solrj for Java to update 4 docs:
{code:java}
UpdateRequest updateRequest
[
https://issues.apache.org/jira/browse/SOLR-15411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
xuanyu huang updated SOLR-15411:
Description:
I'm using solrj for Java to update 4 docs:
{code:java}
UpdateRequest updateRequest
[
https://issues.apache.org/jira/browse/SOLR-14245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrzej Bialecki resolved SOLR-14245.
-
I'm closing this issue. Please create a separate Jira to discuss the bug and
the fix - this
[
https://issues.apache.org/jira/browse/SOLR-14245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17346847#comment-17346847
]
Ishan Chattopadhyaya commented on SOLR-14245:
-
{quote}incidentally, the bug t
[
https://issues.apache.org/jira/browse/SOLR-14245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17346846#comment-17346846
]
Noble Paul commented on SOLR-14245:
---
There are 2 important steps right now.
# revert t
janhoy opened a new pull request #132:
URL: https://github.com/apache/solr/pull/132
See https://issues.apache.org/jira/browse/SOLR-15401
--
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
[
https://issues.apache.org/jira/browse/SOLR-14245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17346836#comment-17346836
]
Ishan Chattopadhyaya commented on SOLR-14245:
-
{quote}[~ichattopadhyaya] and
[
https://issues.apache.org/jira/browse/SOLR-14245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17346834#comment-17346834
]
Andrzej Bialecki commented on SOLR-14245:
-
Jira is for tracking technical issues,
[
https://issues.apache.org/jira/browse/SOLR-15411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
xuanyu huang updated SOLR-15411:
Description:
I'm using solrj for Java to update 4 docs:
{code:java}
UpdateRequest updateRequest
[
https://issues.apache.org/jira/browse/SOLR-15411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
xuanyu huang updated SOLR-15411:
Description:
I'm using solrj for Java to update 4 docs:
{code:java}
UpdateRequest updateRequest
[
https://issues.apache.org/jira/browse/SOLR-15411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
xuanyu huang updated SOLR-15411:
Description:
I'm using solrj for Java to update 4 docs:
{code:java}
UpdateRequest updateRequest
xuanyu huang created SOLR-15411:
---
Summary: "failOnVersionConflicts" doesn't get check in
getUpdatedDocument
Key: SOLR-15411
URL: https://issues.apache.org/jira/browse/SOLR-15411
Project: Solr
[
https://issues.apache.org/jira/browse/SOLR-14245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17346831#comment-17346831
]
Noble Paul commented on SOLR-14245:
---
[~ab]
I'm not criticizing you for introducing th
[
https://issues.apache.org/jira/browse/SOLR-14245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17346826#comment-17346826
]
Andrzej Bialecki commented on SOLR-14245:
-
bq. how can deal with our attitude of
[
https://issues.apache.org/jira/browse/SOLR-14245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17346771#comment-17346771
]
Noble Paul edited comment on SOLR-14245 at 5/18/21, 11:10 AM:
-
[
https://issues.apache.org/jira/browse/SOLR-14245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17346801#comment-17346801
]
Noble Paul commented on SOLR-14245:
---
[~ab]
Do you even understand that this change is
[
https://issues.apache.org/jira/browse/SOLR-13768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jan Høydahl resolved SOLR-13768.
Fix Version/s: (was: main (9.0))
Resolution: Duplicate
Already fixed in SOLR-14799, clos
[
https://issues.apache.org/jira/browse/SOLR-14245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17346791#comment-17346791
]
Noble Paul commented on SOLR-14245:
---
This ticket was opened on
Created:05/Feb/20 07:4
suryakant261 commented on pull request #58:
URL: https://github.com/apache/solr/pull/58#issuecomment-843068510
Hi @cpoerschke ,
Could you please take a look, all the suggested changes are done with unit
tests passing locally.
--
This is an automated message from the Apache Git Service
[
https://issues.apache.org/jira/browse/SOLR-14245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17346779#comment-17346779
]
Ishan Chattopadhyaya commented on SOLR-14245:
-
[~ab] Who reviewed this change
[
https://issues.apache.org/jira/browse/SOLR-14245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17346778#comment-17346778
]
Ishan Chattopadhyaya commented on SOLR-14245:
-
The production issue we encoun
[
https://issues.apache.org/jira/browse/SOLR-14245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17346771#comment-17346771
]
Noble Paul commented on SOLR-14245:
---
{quote}I strongly disagree - let's not revert, ins
[
https://issues.apache.org/jira/browse/SOLR-14245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17346758#comment-17346758
]
Andrzej Bialecki edited comment on SOLR-14245 at 5/18/21, 9:58 AM:
[
https://issues.apache.org/jira/browse/SOLR-14245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17346758#comment-17346758
]
Andrzej Bialecki commented on SOLR-14245:
-
I strongly disagree - let's not revert
janhoy commented on pull request #19:
URL: https://github.com/apache/solr-site/pull/19#issuecomment-842994552
Please feel free to merge this PR as is. The NOTE is wrong as it stands now.
90% of development will happen against the new repo, so folks can worry about
backporting later...
--
janhoy merged pull request #27:
URL: https://github.com/apache/solr-site/pull/27
--
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.
For queries about this service, please co
janhoy commented on pull request #27:
URL: https://github.com/apache/solr-site/pull/27#issuecomment-842989649
> Could the `Solr_Icons_apache_uima.svg` file also be removed perhaps?
Good catch. Done.
--
This is an automated message from the Apache Git Service.
To respond to the mess
[
https://issues.apache.org/jira/browse/SOLR-15410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17346711#comment-17346711
]
Colvin Cowie commented on SOLR-15410:
-
I've made it match on "OpenJ9|IBM J9" now. ({{
80 matches
Mail list logo