[jira] [Commented] (SOLR-14581) Document the way auto commits work in SolrCloud

2020-06-23 Thread Bram Van Dam (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17142675#comment-17142675 ] Bram Van Dam commented on SOLR-14581: - I originally asked about how the commit mechanism works in

[GitHub] [lucene-solr] markharwood commented on a change in pull request #1541: RegExp - add case insensitive matching option

2020-06-23 Thread GitBox
markharwood commented on a change in pull request #1541: URL: https://github.com/apache/lucene-solr/pull/1541#discussion_r444182510 ## File path: lucene/core/src/java/org/apache/lucene/util/automaton/RegExp.java ## @@ -743,6 +792,30 @@ private Automaton

[GitHub] [lucene-solr] markharwood commented on a change in pull request #1541: RegExp - add case insensitive matching option

2020-06-23 Thread GitBox
markharwood commented on a change in pull request #1541: URL: https://github.com/apache/lucene-solr/pull/1541#discussion_r444201265 ## File path: lucene/core/src/java/org/apache/lucene/util/automaton/RegExp.java ## @@ -743,6 +792,30 @@ private Automaton

[GitHub] [lucene-solr] murblanc merged pull request #1561: SOLR-14546: OverseerTaskProcessor can process messages out of order

2020-06-23 Thread GitBox
murblanc merged pull request #1561: URL: https://github.com/apache/lucene-solr/pull/1561 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

[GitHub] [lucene-solr] dsmiley commented on pull request #1600: SOLR Move "userfiles" stuff from SolrPaths to CoreContainer.

2020-06-23 Thread GitBox
dsmiley commented on pull request #1600: URL: https://github.com/apache/lucene-solr/pull/1600#issuecomment-648157149 > Why clutter up CoreContainer with path logic when we have classes specifically meant to hold that? `CoreContainer.getSolrHome()` and

[jira] [Commented] (SOLR-14546) OverseerTaskProcessor can process messages out of order

2020-06-23 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14546?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17142973#comment-17142973 ] ASF subversion and git services commented on SOLR-14546: Commit

[jira] [Commented] (SOLR-14546) OverseerTaskProcessor can process messages out of order

2020-06-23 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14546?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17142974#comment-17142974 ] ASF subversion and git services commented on SOLR-14546: Commit

[jira] [Updated] (SOLR-14586) replace the second function parameter in Map#computeIfAbsent with static vars

2020-06-23 Thread Noble Paul (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-14586: -- Description: continuing discussion from  SOLR-14579 consider the following {code:java}

[GitHub] [lucene-solr] jimczi commented on a change in pull request #1541: RegExp - add case insensitive matching option

2020-06-23 Thread GitBox
jimczi commented on a change in pull request #1541: URL: https://github.com/apache/lucene-solr/pull/1541#discussion_r444163411 ## File path: lucene/core/src/java/org/apache/lucene/util/automaton/RegExp.java ## @@ -743,6 +792,30 @@ private Automaton toAutomatonInternal(Map

[GitHub] [lucene-solr] gerlowskija commented on pull request #1600: SOLR Move "userfiles" stuff from SolrPaths to CoreContainer.

2020-06-23 Thread GitBox
gerlowskija commented on pull request #1600: URL: https://github.com/apache/lucene-solr/pull/1600#issuecomment-648114057 I don't mind this PR at all, I just have some questions. I don't really understand the aversion to `SolrPaths` and `File`. More detailed questions below. Treat this

[GitHub] [lucene-solr] gerlowskija edited a comment on pull request #1600: SOLR Move "userfiles" stuff from SolrPaths to CoreContainer.

2020-06-23 Thread GitBox
gerlowskija edited a comment on pull request #1600: URL: https://github.com/apache/lucene-solr/pull/1600#issuecomment-648114057 I don't mind this PR at all, I just have some questions. I don't really understand the aversion to `SolrPaths` and `File`. More detailed questions below.

[jira] [Comment Edited] (LUCENE-9379) Directory based approach for index encryption

2020-06-23 Thread Bruno Roustant (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17136783#comment-17136783 ] Bruno Roustant edited comment on LUCENE-9379 at 6/23/20, 12:51 PM: --- So

[jira] [Commented] (SOLR-13268) Clean up any test failures resulting from defaulting to async logging

2020-06-23 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17142864#comment-17142864 ] Erick Erickson commented on SOLR-13268: --- I'm thinking of reverting _testing_ to use synchronous

[GitHub] [lucene-solr] mikemccand commented on a change in pull request #1593: LUCENE-9409: Check file lengths before creating slices.

2020-06-23 Thread GitBox
mikemccand commented on a change in pull request #1593: URL: https://github.com/apache/lucene-solr/pull/1593#discussion_r444216252 ## File path: lucene/core/src/java/org/apache/lucene/codecs/lucene86/Lucene86PointsWriter.java ## @@ -68,11 +71,9 @@ public

[GitHub] [lucene-solr] DEVILCODER-SB99 opened a new pull request #1605: add no comoression and zstd compression

2020-06-23 Thread GitBox
DEVILCODER-SB99 opened a new pull request #1605: URL: https://github.com/apache/lucene-solr/pull/1605 # Description Please provide a short description of the changes you're making with this pull request. # Solution Please provide a short description of the

[jira] [Commented] (SOLR-14586) replace the second function parameter in Map#computeIfAbsent with static vars

2020-06-23 Thread Noble Paul (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17142718#comment-17142718 ] Noble Paul commented on SOLR-14586: --- [~megancarey] {{putIfAbsent() }} is particularly bad. The value is

[GitHub] [lucene-solr] markharwood commented on a change in pull request #1541: RegExp - add case insensitive matching option

2020-06-23 Thread GitBox
markharwood commented on a change in pull request #1541: URL: https://github.com/apache/lucene-solr/pull/1541#discussion_r444134039 ## File path: lucene/core/src/java/org/apache/lucene/util/automaton/RegExp.java ## @@ -743,6 +792,30 @@ private Automaton

[jira] [Updated] (LUCENE-8962) Can we merge small segments during refresh, for faster searching?

2020-06-23 Thread Simon Willnauer (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8962?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-8962: Attachment: test.diff Status: Reopened (was: Reopened) here is a test that shows

[jira] [Commented] (SOLR-14586) replace the second function parameter in Map#computeIfAbsent with static vars

2020-06-23 Thread Noble Paul (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17142831#comment-17142831 ] Noble Paul commented on SOLR-14586: --- {quote}I'm finding your tone quite aggressive, {quote} Not at all.

[jira] [Commented] (LUCENE-9411) Fail complation on warnings

2020-06-23 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17142836#comment-17142836 ] Erick Erickson commented on LUCENE-9411: Thanks, I'll check it out and then push. My hack was

[jira] [Created] (SOLR-14588) Circuit Breakers Infrastructure and Real JVM Based Circuit Breaker

2020-06-23 Thread Atri Sharma (Jira)
Atri Sharma created SOLR-14588: -- Summary: Circuit Breakers Infrastructure and Real JVM Based Circuit Breaker Key: SOLR-14588 URL: https://issues.apache.org/jira/browse/SOLR-14588 Project: Solr

[GitHub] [lucene-solr] noblepaul commented on pull request #1598: SOLR-14409: Existing violations allow bypassing policy rules when add…

2020-06-23 Thread GitBox
noblepaul commented on pull request #1598: URL: https://github.com/apache/lucene-solr/pull/1598#issuecomment-647991595 @sigram shall I go ahead and merge this? This is an automated message from the Apache Git Service. To

[jira] [Comment Edited] (SOLR-14586) replace the second function parameter in Map#computeIfAbsent with static vars

2020-06-23 Thread Noble Paul (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17142718#comment-17142718 ] Noble Paul edited comment on SOLR-14586 at 6/23/20, 8:25 AM: - [~megancarey]

[jira] [Commented] (SOLR-14586) replace the second function parameter in Map#computeIfAbsent with static vars

2020-06-23 Thread Nitsan Wakart (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17142802#comment-17142802 ] Nitsan Wakart commented on SOLR-14586: -- "do you expect a developer to run a perf benchmark every

[jira] [Comment Edited] (SOLR-14586) replace the second function parameter in Map#computeIfAbsent with static vars

2020-06-23 Thread Nitsan Wakart (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17142802#comment-17142802 ] Nitsan Wakart edited comment on SOLR-14586 at 6/23/20, 9:45 AM: "do you

[jira] [Commented] (LUCENE-9411) Fail complation on warnings

2020-06-23 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17142809#comment-17142809 ] Dawid Weiss commented on LUCENE-9411: - For gradle-only I don't think we need to care about the

[jira] [Updated] (LUCENE-9411) Fail complation on warnings

2020-06-23 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated LUCENE-9411: Attachment: LUCENE-9411.patch > Fail complation on warnings > --- > >

[jira] [Commented] (SOLR-14586) replace the second function parameter in Map#computeIfAbsent with static vars

2020-06-23 Thread Nitsan Wakart (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17142708#comment-17142708 ] Nitsan Wakart commented on SOLR-14586: -- Lambdas can sometimes be slow, and induce allocation. This

[GitHub] [lucene-solr] atris commented on pull request #1605: add no comoression and zstd compression

2020-06-23 Thread GitBox
atris commented on pull request #1605: URL: https://github.com/apache/lucene-solr/pull/1605#issuecomment-647988672 How is this different from #1605 ? I have not looked at the PRs yet, but they seem scattered and incomplete. Most of the code is not licensed to ASF, there are no tests

[jira] [Commented] (SOLR-14571) Index download speed while replicating is fixed at 5.1 in replication.html

2020-06-23 Thread Florin Babes (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17142751#comment-17142751 ] Florin Babes commented on SOLR-14571: - kind reminder > Index download speed while replicating is

[jira] [Commented] (SOLR-14502) increase bin/solr's post kill sleep

2020-06-23 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17143053#comment-17143053 ] ASF subversion and git services commented on SOLR-14502: Commit

[GitHub] [lucene-solr] madrob commented on a change in pull request #1598: SOLR-14409: Existing violations allow bypassing policy rules when add…

2020-06-23 Thread GitBox
madrob commented on a change in pull request #1598: URL: https://github.com/apache/lucene-solr/pull/1598#discussion_r444323329 ## File path: solr/solrj/src/test/org/apache/solr/client/solrj/cloud/autoscaling/TestPolicy2.java ## @@ -516,6 +517,16 @@ public void

[jira] [Commented] (SOLR-14546) OverseerTaskProcessor can process messages out of order

2020-06-23 Thread Ilan Ginzburg (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14546?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17143073#comment-17143073 ] Ilan Ginzburg commented on SOLR-14546: -- Sure [~ichattopadhyaya], thank for spotting this that

[jira] [Commented] (SOLR-14560) Learning To Rank Interleaving

2020-06-23 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17143078#comment-17143078 ] Christine Poerschke commented on SOLR-14560: Haven't yet had a chance to learn about

[GitHub] [lucene-solr] murblanc commented on pull request #1504: SOLR-14462: cache more than one autoscaling session

2020-06-23 Thread GitBox
murblanc commented on pull request #1504: URL: https://github.com/apache/lucene-solr/pull/1504#issuecomment-648188037 @noblepaul if no objections, I'll merge that soon (after rebasing, precommitting and checking all is ok).

[jira] [Commented] (LUCENE-9411) Fail complation on warnings

2020-06-23 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17142989#comment-17142989 ] Dawid Weiss commented on LUCENE-9411: - It's not your fault, Erick, so no blame!  {quote}Stupid of me

[GitHub] [lucene-solr] gerlowskija commented on pull request #1600: SOLR Move "userfiles" stuff from SolrPaths to CoreContainer.

2020-06-23 Thread GitBox
gerlowskija commented on pull request #1600: URL: https://github.com/apache/lucene-solr/pull/1600#issuecomment-648235882 > My only concern, which seems to be shared by you, is that CoreContainer is pretty big as it is. But I think this path and it's initialization is in scope of its

[jira] [Updated] (SOLR-14502) increase bin/solr's post kill sleep

2020-06-23 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christine Poerschke updated SOLR-14502: --- Fix Version/s: 8.6 master (9.0) > increase bin/solr's post kill

[GitHub] [lucene-solr] madrob commented on a change in pull request #1592: SOLR-14579 First pass at dismantling Utils

2020-06-23 Thread GitBox
madrob commented on a change in pull request #1592: URL: https://github.com/apache/lucene-solr/pull/1592#discussion_r444325409 ## File path: solr/core/src/java/org/apache/solr/cloud/autoscaling/sim/SimClusterStateProvider.java ## @@ -191,7 +190,7 @@ public DocCollection

[jira] [Commented] (SOLR-14588) Circuit Breakers Infrastructure and Real JVM Based Circuit Breaker

2020-06-23 Thread Mike Drob (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17143064#comment-17143064 ] Mike Drob commented on SOLR-14588: -- See also SOLR-6930 > Circuit Breakers Infrastructure and Real JVM

[jira] [Commented] (SOLR-12698) SolrFeature: no-fq optimisation

2020-06-23 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17143069#comment-17143069 ] Christine Poerschke commented on SOLR-12698: Returning to this. Looks like [~dsmiley]'s

[jira] [Commented] (SOLR-14546) OverseerTaskProcessor can process messages out of order

2020-06-23 Thread Ilan Ginzburg (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14546?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17143085#comment-17143085 ] Ilan Ginzburg commented on SOLR-14546: -- [https://github.com/apache/lucene-solr/pull/1607] >

[GitHub] [lucene-solr] murblanc opened a new pull request #1607: SOLR-14546: add a Bug Fixes section for Solr 9.0.0 in CHANGES.txt

2020-06-23 Thread GitBox
murblanc opened a new pull request #1607: URL: https://github.com/apache/lucene-solr/pull/1607 # Description Add a "Bug Fixes" section in the Solr 9.0.0 section in CHANGES.txt and move the fix to SOLR-14546 into it. # Solution Text edit.

[jira] [Commented] (SOLR-14546) OverseerTaskProcessor can process messages out of order

2020-06-23 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14546?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17143091#comment-17143091 ] ASF subversion and git services commented on SOLR-14546: Commit

[jira] [Commented] (SOLR-14582) Expose IWC.setMaxCommitMergeWaitSeconds as an expert feature in Solr's index config

2020-06-23 Thread Mike Drob (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17143093#comment-17143093 ] Mike Drob commented on SOLR-14582: -- Should we have a warning if somebody tries to use this with the

[GitHub] [lucene-solr] murblanc merged pull request #1607: SOLR-14546: add a Bug Fixes section for Solr 9.0.0 in CHANGES.txt

2020-06-23 Thread GitBox
murblanc merged pull request #1607: URL: https://github.com/apache/lucene-solr/pull/1607 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

[jira] [Commented] (SOLR-14546) OverseerTaskProcessor can process messages out of order

2020-06-23 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14546?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17143059#comment-17143059 ] Ishan Chattopadhyaya commented on SOLR-14546: - [~ilan], Shouldn't we place this changelog in

[jira] [Updated] (LUCENE-9411) Fail complation on warnings, 9x gradle-only

2020-06-23 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson updated LUCENE-9411: --- Summary: Fail complation on warnings, 9x gradle-only (was: Fail complation on warnings) >

[jira] [Commented] (SOLR-14584) solr.in.cmd and solr.in.sh still reference obsolete jks files

2020-06-23 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17143043#comment-17143043 ] ASF subversion and git services commented on SOLR-14584: Commit

[jira] [Commented] (SOLR-14584) solr.in.cmd and solr.in.sh still reference obsolete jks files

2020-06-23 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17143045#comment-17143045 ] ASF subversion and git services commented on SOLR-14584: Commit

[jira] [Commented] (SOLR-14584) solr.in.cmd and solr.in.sh still reference obsolete jks files

2020-06-23 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17143044#comment-17143044 ] ASF subversion and git services commented on SOLR-14584: Commit

[jira] [Resolved] (SOLR-14584) solr.in.cmd and solr.in.sh still reference obsolete jks files

2020-06-23 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christine Poerschke resolved SOLR-14584. Fix Version/s: 8.6 master (9.0) Assignee: Christine

[GitHub] [lucene-solr] atris opened a new pull request #1606: SOLR-14588: Implement Circuit Breakers

2020-06-23 Thread GitBox
atris opened a new pull request #1606: URL: https://github.com/apache/lucene-solr/pull/1606 This commit consists of two parts: initial circuit breakers infrastructure and real JVM memory based circuit breaker which monitors incoming search requests and rejects them with SERVICE_TOO_BUSY

[jira] [Commented] (SOLR-12823) remove clusterstate.json in Lucene/Solr 9.0

2020-06-23 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17143061#comment-17143061 ] Ishan Chattopadhyaya commented on SOLR-12823: - I think we should add an upgrade note for this

[jira] [Commented] (SOLR-14376) Optimize SolrIndexSearcher.getDocSet and getProcessedFilter for empty fq

2020-06-23 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17143071#comment-17143071 ] Christine Poerschke commented on SOLR-14376: quick question: just spotted a {code:java} //

[GitHub] [lucene-solr] madrob commented on pull request #1606: SOLR-14588: Implement Circuit Breakers

2020-06-23 Thread GitBox
madrob commented on pull request #1606: URL: https://github.com/apache/lucene-solr/pull/1606#issuecomment-648271244 This has been something that I've wanted for a long time, so I'm really excited to see somebody picking up the work! Thank you @atris !

[jira] [Resolved] (SOLR-14546) OverseerTaskProcessor can process messages out of order

2020-06-23 Thread Ilan Ginzburg (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ilan Ginzburg resolved SOLR-14546. -- Resolution: Fixed > OverseerTaskProcessor can process messages out of order >

[GitHub] [lucene-solr] markharwood commented on a change in pull request #1541: RegExp - add case insensitive matching option

2020-06-23 Thread GitBox
markharwood commented on a change in pull request #1541: URL: https://github.com/apache/lucene-solr/pull/1541#discussion_r444284423 ## File path: lucene/core/src/java/org/apache/lucene/util/automaton/RegExp.java ## @@ -743,6 +792,30 @@ private Automaton

[GitHub] [lucene-solr] gerlowskija edited a comment on pull request #1600: SOLR Move "userfiles" stuff from SolrPaths to CoreContainer.

2020-06-23 Thread GitBox
gerlowskija edited a comment on pull request #1600: URL: https://github.com/apache/lucene-solr/pull/1600#issuecomment-648235882 > My only concern, which seems to be shared by you, is that CoreContainer is pretty big as it is. But I think this path and it's initialization is in scope of

[jira] [Commented] (SOLR-14584) solr.in.cmd and solr.in.sh still reference obsolete jks files

2020-06-23 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17143039#comment-17143039 ] ASF subversion and git services commented on SOLR-14584: Commit

[jira] [Commented] (SOLR-14584) solr.in.cmd and solr.in.sh still reference obsolete jks files

2020-06-23 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17143040#comment-17143040 ] ASF subversion and git services commented on SOLR-14584: Commit

[GitHub] [lucene-solr] asfgit closed pull request #1597: SOLR-14584: replace obsolete jks references with p12 references

2020-06-23 Thread GitBox
asfgit closed pull request #1597: URL: https://github.com/apache/lucene-solr/pull/1597 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

[jira] [Commented] (SOLR-14584) solr.in.cmd and solr.in.sh still reference obsolete jks files

2020-06-23 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17143041#comment-17143041 ] ASF subversion and git services commented on SOLR-14584: Commit

[jira] [Commented] (SOLR-14502) increase bin/solr's post kill sleep

2020-06-23 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17143049#comment-17143049 ] ASF subversion and git services commented on SOLR-14502: Commit

[GitHub] [lucene-solr] madrob commented on a change in pull request #1606: SOLR-14588: Implement Circuit Breakers

2020-06-23 Thread GitBox
madrob commented on a change in pull request #1606: URL: https://github.com/apache/lucene-solr/pull/1606#discussion_r444334278 ## File path: solr/core/src/java/org/apache/solr/util/circuitbreaker/CircuitBreakerManager.java ## @@ -0,0 +1,86 @@ +/* + * Licensed to the Apache

[jira] [Commented] (SOLR-12823) remove clusterstate.json in Lucene/Solr 9.0

2020-06-23 Thread Ilan Ginzburg (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17143089#comment-17143089 ] Ilan Ginzburg commented on SOLR-12823: -- [~ichattopadhyaya] I'll put out a PR with this. > remove

[GitHub] [lucene-solr] atris commented on a change in pull request #1606: SOLR-14588: Implement Circuit Breakers

2020-06-23 Thread GitBox
atris commented on a change in pull request #1606: URL: https://github.com/apache/lucene-solr/pull/1606#discussion_r444375970 ## File path: solr/core/src/test-files/solr/collection1/conf/solrconfig-cache-enable-disable.xml ## @@ -70,6 +70,10 @@ 10 +false + +

[GitHub] [lucene-solr] atris commented on a change in pull request #1606: SOLR-14588: Implement Circuit Breakers

2020-06-23 Thread GitBox
atris commented on a change in pull request #1606: URL: https://github.com/apache/lucene-solr/pull/1606#discussion_r444392412 ## File path: solr/core/src/java/org/apache/solr/util/circuitbreaker/MemoryCircuitBreaker.java ## @@ -0,0 +1,88 @@ +/* + * Licensed to the Apache

[GitHub] [lucene-solr] madrob commented on a change in pull request #1606: SOLR-14588: Implement Circuit Breakers

2020-06-23 Thread GitBox
madrob commented on a change in pull request #1606: URL: https://github.com/apache/lucene-solr/pull/1606#discussion_r17940 ## File path: solr/core/src/java/org/apache/solr/util/circuitbreaker/MemoryCircuitBreaker.java ## @@ -0,0 +1,89 @@ +/* + * Licensed to the Apache

[jira] [Updated] (LUCENE-9221) Lucene Logo Contest

2020-06-23 Thread BARIS KAZAR (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] BARIS KAZAR updated LUCENE-9221: Attachment: lucene_logo8.pdf > Lucene Logo Contest > --- > > Key:

[jira] [Commented] (LUCENE-9221) Lucene Logo Contest

2020-06-23 Thread BARIS KAZAR (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17143205#comment-17143205 ] BARIS KAZAR commented on LUCENE-9221: - Lucene Logo 8 [^lucene_logo8.pdf] > Lucene Logo Contest >

[jira] [Commented] (LUCENE-9221) Lucene Logo Contest

2020-06-23 Thread BARIS KAZAR (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17143202#comment-17143202 ] BARIS KAZAR commented on LUCENE-9221: - Lucene Logo 6 [^lucene_logo6.pdf] > Lucene Logo Contest >

[jira] [Commented] (LUCENE-9221) Lucene Logo Contest

2020-06-23 Thread BARIS KAZAR (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17143203#comment-17143203 ] BARIS KAZAR commented on LUCENE-9221: - Lucene Logo 7 [^lucene_logo7.pdf] > Lucene Logo Contest >

[jira] [Updated] (LUCENE-9221) Lucene Logo Contest

2020-06-23 Thread BARIS KAZAR (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] BARIS KAZAR updated LUCENE-9221: Attachment: lucene_logo7.pdf > Lucene Logo Contest > --- > > Key:

[GitHub] [lucene-solr] ErickErickson commented on pull request #1607: SOLR-14546: add a Bug Fixes section for Solr 9.0.0 in CHANGES.txt

2020-06-23 Thread GitBox
ErickErickson commented on pull request #1607: URL: https://github.com/apache/lucene-solr/pull/1607#issuecomment-648285224 Ilan: There’s no need to burden yourself with much process for something this simple/uncontroversial, ditto with spelling corrections and the like. Up

[GitHub] [lucene-solr] murblanc commented on pull request #1607: SOLR-14546: add a Bug Fixes section for Solr 9.0.0 in CHANGES.txt

2020-06-23 Thread GitBox
murblanc commented on pull request #1607: URL: https://github.com/apache/lucene-solr/pull/1607#issuecomment-648287499 Thanks @ErickErickson. I do understand that and likely will get to it eventually but I prefer to do it that way for now, I likely understand SolrCloud better than I

[jira] [Commented] (SOLR-12823) remove clusterstate.json in Lucene/Solr 9.0

2020-06-23 Thread Ilan Ginzburg (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17143119#comment-17143119 ] Ilan Ginzburg commented on SOLR-12823: -- [~ichattopadhyaya] actually the original PR already updated

[GitHub] [lucene-solr] atris commented on a change in pull request #1606: SOLR-14588: Implement Circuit Breakers

2020-06-23 Thread GitBox
atris commented on a change in pull request #1606: URL: https://github.com/apache/lucene-solr/pull/1606#discussion_r444382798 ## File path: solr/core/src/java/org/apache/solr/core/SolrConfig.java ## @@ -224,6 +224,9 @@ private SolrConfig(SolrResourceLoader loader, String name,

[GitHub] [lucene-solr] atris commented on a change in pull request #1606: SOLR-14588: Implement Circuit Breakers

2020-06-23 Thread GitBox
atris commented on a change in pull request #1606: URL: https://github.com/apache/lucene-solr/pull/1606#discussion_r444383850 ## File path: solr/core/src/test/org/apache/solr/util/TestCircuitBreaker.java ## @@ -0,0 +1,191 @@ +/* + * Licensed to the Apache Software Foundation

[jira] [Comment Edited] (SOLR-12823) remove clusterstate.json in Lucene/Solr 9.0

2020-06-23 Thread Cassandra Targett (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17143179#comment-17143179 ] Cassandra Targett edited comment on SOLR-12823 at 6/23/20, 6:20 PM:

[jira] [Updated] (LUCENE-9221) Lucene Logo Contest

2020-06-23 Thread BARIS KAZAR (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] BARIS KAZAR updated LUCENE-9221: Attachment: lucene_logo3.pdf > Lucene Logo Contest > --- > > Key:

[jira] [Commented] (LUCENE-9221) Lucene Logo Contest

2020-06-23 Thread BARIS KAZAR (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17143195#comment-17143195 ] BARIS KAZAR commented on LUCENE-9221: - Lucene Logo 3 [^lucene_logo3.pdf] > Lucene Logo Contest >

[GitHub] [lucene-solr] atris commented on a change in pull request #1606: SOLR-14588: Implement Circuit Breakers

2020-06-23 Thread GitBox
atris commented on a change in pull request #1606: URL: https://github.com/apache/lucene-solr/pull/1606#discussion_r24345 ## File path: solr/core/src/java/org/apache/solr/util/circuitbreaker/MemoryCircuitBreaker.java ## @@ -0,0 +1,89 @@ +/* + * Licensed to the Apache

[jira] [Commented] (LUCENE-9221) Lucene Logo Contest

2020-06-23 Thread BARIS KAZAR (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17143200#comment-17143200 ] BARIS KAZAR commented on LUCENE-9221: - Lucene Logo 5 [^lucene_logo5.pdf] > Lucene Logo Contest >

[jira] [Commented] (LUCENE-9221) Lucene Logo Contest

2020-06-23 Thread BARIS KAZAR (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17143199#comment-17143199 ] BARIS KAZAR commented on LUCENE-9221: - Lucene Logo 4 [^lucene_logo4.pdf] > Lucene Logo Contest >

[jira] [Updated] (LUCENE-9221) Lucene Logo Contest

2020-06-23 Thread BARIS KAZAR (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] BARIS KAZAR updated LUCENE-9221: Attachment: lucene_logo6.pdf > Lucene Logo Contest > --- > > Key:

[jira] [Updated] (LUCENE-9221) Lucene Logo Contest

2020-06-23 Thread BARIS KAZAR (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] BARIS KAZAR updated LUCENE-9221: Attachment: lucene_logo5.pdf > Lucene Logo Contest > --- > > Key:

[GitHub] [lucene-solr] atris commented on a change in pull request #1606: SOLR-14588: Implement Circuit Breakers

2020-06-23 Thread GitBox
atris commented on a change in pull request #1606: URL: https://github.com/apache/lucene-solr/pull/1606#discussion_r44004 ## File path: solr/core/src/java/org/apache/solr/util/circuitbreaker/MemoryCircuitBreaker.java ## @@ -0,0 +1,88 @@ +/* + * Licensed to the Apache

[jira] [Commented] (SOLR-12823) remove clusterstate.json in Lucene/Solr 9.0

2020-06-23 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17143124#comment-17143124 ] Ishan Chattopadhyaya commented on SOLR-12823: - Oh, I see. I was confused due to the empty 9x

[GitHub] [lucene-solr] atris commented on pull request #1606: SOLR-14588: Implement Circuit Breakers

2020-06-23 Thread GitBox
atris commented on pull request #1606: URL: https://github.com/apache/lucene-solr/pull/1606#issuecomment-648326325 To provide some context, I ran this against large facets with the memory circuit breaker tripping in the right place. @madrob Thanks for reviewing, I have raised

[jira] [Assigned] (SOLR-14588) Circuit Breakers Infrastructure and Real JVM Based Circuit Breaker

2020-06-23 Thread Atri Sharma (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14588?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Atri Sharma reassigned SOLR-14588: -- Assignee: Atri Sharma > Circuit Breakers Infrastructure and Real JVM Based Circuit Breaker >

[GitHub] [lucene-solr] madrob commented on a change in pull request #1606: SOLR-14588: Implement Circuit Breakers

2020-06-23 Thread GitBox
madrob commented on a change in pull request #1606: URL: https://github.com/apache/lucene-solr/pull/1606#discussion_r17129 ## File path: solr/core/src/java/org/apache/solr/core/SolrConfig.java ## @@ -224,6 +224,13 @@ private SolrConfig(SolrResourceLoader loader, String

[jira] [Commented] (LUCENE-9221) Lucene Logo Contest

2020-06-23 Thread BARIS KAZAR (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17143189#comment-17143189 ] BARIS KAZAR commented on LUCENE-9221: - Lucene Logo 1[^lucene_logo1.pdf] > Lucene Logo Contest >

[jira] [Updated] (LUCENE-9221) Lucene Logo Contest

2020-06-23 Thread BARIS KAZAR (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] BARIS KAZAR updated LUCENE-9221: Attachment: lucene_logo2.pdf > Lucene Logo Contest > --- > > Key:

[jira] [Updated] (LUCENE-9221) Lucene Logo Contest

2020-06-23 Thread BARIS KAZAR (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] BARIS KAZAR updated LUCENE-9221: Attachment: lucene_logo1.pdf > Lucene Logo Contest > --- > > Key:

[GitHub] [lucene-solr] atris commented on pull request #1606: SOLR-14588: Implement Circuit Breakers

2020-06-23 Thread GitBox
atris commented on pull request #1606: URL: https://github.com/apache/lucene-solr/pull/1606#issuecomment-648362568 @madrob Updated, please see and share your thoughts. This is an automated message from the Apache Git

[jira] [Comment Edited] (SOLR-12823) remove clusterstate.json in Lucene/Solr 9.0

2020-06-23 Thread Ilan Ginzburg (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17143089#comment-17143089 ] Ilan Ginzburg edited comment on SOLR-12823 at 6/23/20, 5:06 PM:

[GitHub] [lucene-solr] atris commented on a change in pull request #1606: SOLR-14588: Implement Circuit Breakers

2020-06-23 Thread GitBox
atris commented on a change in pull request #1606: URL: https://github.com/apache/lucene-solr/pull/1606#discussion_r444384399 ## File path: solr/core/src/test/org/apache/solr/util/TestCircuitBreaker.java ## @@ -0,0 +1,191 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] [lucene-solr] atris commented on a change in pull request #1606: SOLR-14588: Implement Circuit Breakers

2020-06-23 Thread GitBox
atris commented on a change in pull request #1606: URL: https://github.com/apache/lucene-solr/pull/1606#discussion_r444394541 ## File path: solr/core/src/java/org/apache/solr/util/circuitbreaker/MemoryCircuitBreaker.java ## @@ -0,0 +1,88 @@ +/* + * Licensed to the Apache

[GitHub] [lucene-solr] madrob commented on a change in pull request #1606: SOLR-14588: Implement Circuit Breakers

2020-06-23 Thread GitBox
madrob commented on a change in pull request #1606: URL: https://github.com/apache/lucene-solr/pull/1606#discussion_r16519 ## File path: solr/core/src/java/org/apache/solr/util/circuitbreaker/MemoryCircuitBreaker.java ## @@ -0,0 +1,88 @@ +/* + * Licensed to the Apache

  1   2   >