Crazy. It would be helpful if you could provide a repro of this as a
small Java program one could run on a (small) NTFS partition (perhaps
beasting it over and over to simulate this effect?).
Dawid
On Tue, Nov 8, 2016 at 5:04 AM, Thomas Kappler
wrote:
> Hi all,
>
>
>
> We’re occasionally observi
[
https://issues.apache.org/jira/browse/LUCENE-7544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Smiley updated LUCENE-7544:
-
Attachment: LUCENE-7544.patch
Here's the patch with some tweaks. "ant precommit" found some issu
Build: https://builds.apache.org/job/Lucene-Solr-Tests-6.3/5/
1 tests failed.
FAILED:
org.apache.solr.handler.component.TestDistributedStatsComponentCardinality.test
Error Message:
int_i: goodEst=13946, poorEst=13970, real=13975,
p=q=id:[284+TO+14258]&rows=0&stats=true&stats.field={!cardinalit
[
https://issues.apache.org/jira/browse/SOLR-9688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15646522#comment-15646522
]
Yonik Seeley commented on SOLR-9688:
Looks fine to me!
I can commit probably tomorrow,
Hi all,
We're occasionally observing corrupted indexes in production, on Windows
Server. We tracked it down to the way NTFS behaves in case of partial writes.
When the disk or the machine fail during a flush, it's possible on NTFS that
the file being written to has already been extended to
[
https://issues.apache.org/jira/browse/SOLR-8335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15646335#comment-15646335
]
胡晓东 commented on SOLR-8335:
---
In solr cloud mode ,can I use solr.lock.type=none instead of
solr.
I see a problem as well. I'll make the change.
Joel Bernstein
http://joelsolr.blogspot.com/
On Mon, Nov 7, 2016 at 7:22 PM, Steve Rowe wrote:
> I found a few problems that I think warrant a respin - I’ll go make edits
> now:
>
>
> Upgrading Solr (pg. 29):
>
> "If you are already using Solr
[
https://issues.apache.org/jira/browse/SOLR-9736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Cao Manh Dat updated SOLR-9736:
---
Attachment: SOLR-9736.patch
Cleaner patch for this issue.
> HttpSolrCall always prefer leader
> --
[
https://issues.apache.org/jira/browse/LUCENE-7543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15646028#comment-15646028
]
Alexandre Rafalovitch commented on LUCENE-7543:
---
Just to clarify.
Currentl
I found a few problems that I think warrant a respin - I’ll go make edits now:
Upgrading Solr (pg. 29):
"If you are already using Solr 6.1, Solr 6.2 should not present any major
problems.”
-> Wrong version numbers: these should be 6.2 and 6.3.
Response Writers | Velocity Response W
Anyone else having problems retrieving the test wikipedia set used for
benchmarks? It looks like the resource is no longer available. When I run ant
enwiki I receive the following:
[get] Error opening connection
java.io.FileNotFoundException:http://people.apache.org/~gsingers/wikipedia/enwiki-
Github user michaelbraun commented on a diff in the pull request:
https://github.com/apache/lucene-solr/pull/111#discussion_r86893258
--- Diff:
lucene/highlighter/src/test/org/apache/lucene/search/uhighlight/TestUnifiedHighlighter.java
---
@@ -959,4 +961,84 @@ protected PassageFor
[
https://issues.apache.org/jira/browse/LUCENE-7544?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15645801#comment-15645801
]
ASF GitHub Bot commented on LUCENE-7544:
Github user michaelbraun commented on a
[
https://issues.apache.org/jira/browse/SOLR-9725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15645715#comment-15645715
]
Jamie Jackson commented on SOLR-9725:
-
Probably not from me, unless someone's prepared
[
https://issues.apache.org/jira/browse/LUCENE-7544?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15645655#comment-15645655
]
ASF GitHub Bot commented on LUCENE-7544:
Github user dsmiley commented on a diff
Github user dsmiley commented on a diff in the pull request:
https://github.com/apache/lucene-solr/pull/111#discussion_r86882518
--- Diff:
lucene/highlighter/src/test/org/apache/lucene/search/uhighlight/TestUnifiedHighlighter.java
---
@@ -959,4 +961,84 @@ protected PassageFormatte
Please VOTE to release the Solr Reference Guide for 6.3.
The artifacts are available here:
https://dist.apache.org/repos/dist/dev/lucene/solr/ref-guide/apache-solr-ref-guide-6.3-RC1/
(I normally start with RC0, but missed updating the javadoc links
after I'd already committed RC0, so we'll just s
[
https://issues.apache.org/jira/browse/LUCENE-7544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Smiley updated LUCENE-7544:
-
Assignee: David Smiley
Fix Version/s: 6.4
Component/s: modules/highlighter
> Unifi
[
https://issues.apache.org/jira/browse/LUCENE-7544?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15645409#comment-15645409
]
ASF GitHub Bot commented on LUCENE-7544:
GitHub user michaelbraun opened a pull r
GitHub user michaelbraun opened a pull request:
https://github.com/apache/lucene-solr/pull/111
LUCENE-7544 - add UnifiedHighlighter extension points for custom queries
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/michaelbraun/
Michael Braun created LUCENE-7544:
-
Summary: UnifiedHighlighter should allow extension for custom
query types
Key: LUCENE-7544
URL: https://issues.apache.org/jira/browse/LUCENE-7544
Project: Lucene -
Woops, I'll fix ...
Mike McCandless
http://blog.mikemccandless.com
On Mon, Nov 7, 2016 at 2:34 PM, Apache Jenkins Server
wrote:
> Build: https://builds.apache.org/job/Lucene-Solr-Tests-6.x/525/
>
> All tests passed
>
> Build Log:
> [...truncated 55759 lines...]
> changes-to-html:
> [mkdir]
Build: https://builds.apache.org/job/Lucene-Solr-Tests-6.x/525/
All tests passed
Build Log:
[...truncated 55759 lines...]
changes-to-html:
[mkdir] Created dir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/lucene/build/docs/changes
[get] Getting: https://issues.apache.org/j
[
https://issues.apache.org/jira/browse/SOLR-9293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15645187#comment-15645187
]
Dawid Weiss commented on SOLR-9293:
---
I don't think we have any formal processes (if I und
[
https://issues.apache.org/jira/browse/SOLR-9633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15645182#comment-15645182
]
Yonik Seeley commented on SOLR-9633:
OK, thanks for the explanation. That's clearer af
[
https://issues.apache.org/jira/browse/SOLR-9728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Suzuki updated SOLR-9728:
-
Assignee: (was: Michael Suzuki)
> Ability to specify Key Store type in solr.in file for SSL
> -
[
https://issues.apache.org/jira/browse/SOLR-9727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Suzuki updated SOLR-9727:
-
Assignee: (was: Michael Suzuki)
> solr.in.sh properties does not set the correct values.
>
[
https://issues.apache.org/jira/browse/SOLR-9726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15645039#comment-15645039
]
ASF subversion and git services commented on SOLR-9726:
---
Commit 1c7ae
[
https://issues.apache.org/jira/browse/SOLR-9726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15644982#comment-15644982
]
ASF subversion and git services commented on SOLR-9726:
---
Commit cbf82
[
https://issues.apache.org/jira/browse/SOLR-9711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15644953#comment-15644953
]
Steve Rowe commented on SOLR-9711:
--
See LUCENE-7543.
> Build parameter to silence Changes
Steve Rowe created LUCENE-7543:
--
Summary: Make changes-to-html target an offline operation
Key: LUCENE-7543
URL: https://issues.apache.org/jira/browse/LUCENE-7543
Project: Lucene - Core
Issue Ty
[
https://issues.apache.org/jira/browse/LUCENE-7542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Steve Rowe moved SOLR-9737 to LUCENE-7542:
--
Security: (was: Public)
Issue Type: Task (was: Bug)
Key:
[
https://issues.apache.org/jira/browse/SOLR-9659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15644915#comment-15644915
]
Scott Blum commented on SOLR-9659:
--
If you want to throw me a PR I'll do my best to review
Steve Rowe created SOLR-9737:
Summary: Release smoker should fail when CHANGES.txt has a release
section for a future release
Key: SOLR-9737
URL: https://issues.apache.org/jira/browse/SOLR-9737
Project: S
[
https://issues.apache.org/jira/browse/SOLR-9711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15644905#comment-15644905
]
Steve Rowe commented on SOLR-9711:
--
bq. Do you think it would possible to add this short t
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/2125/
Java: 64bit/jdk1.8.0_102 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
All tests passed
Build Log:
[...truncated 55796 lines...]
changes-to-html:
[mkdir] Created dir:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/buil
[
https://issues.apache.org/jira/browse/SOLR-9711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15644853#comment-15644853
]
Mano Kovacs commented on SOLR-9711:
---
[~steve_rowe], have you had a chance to look at my l
This vote has passed. I'll now start the rest of the release process.
Thanks to all who voted.
On Wed, Nov 2, 2016 at 10:04 PM, Shalin Shekhar Mangar
wrote:
> Please vote for the third release candidate for Lucene/Solr 6.3.0
>
> The artifacts can be downloaded from:
> https://dist.apache.org/rep
[
https://issues.apache.org/jira/browse/SOLR-9720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15644681#comment-15644681
]
ASF subversion and git services commented on SOLR-9720:
---
Commit 358bd
[
https://issues.apache.org/jira/browse/LUCENE-6824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15644688#comment-15644688
]
ASF subversion and git services commented on LUCENE-6824:
-
Commit
[
https://issues.apache.org/jira/browse/SOLR-9005?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15644686#comment-15644686
]
ASF subversion and git services commented on SOLR-9005:
---
Commit 91483
[
https://issues.apache.org/jira/browse/SOLR-9293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15644689#comment-15644689
]
ASF subversion and git services commented on SOLR-9293:
---
Commit 7fb72
[
https://issues.apache.org/jira/browse/SOLR-9005?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15644687#comment-15644687
]
ASF subversion and git services commented on SOLR-9005:
---
Commit 284eb
[
https://issues.apache.org/jira/browse/SOLR-9360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15644680#comment-15644680
]
ASF subversion and git services commented on SOLR-9360:
---
Commit b2bf8
[
https://issues.apache.org/jira/browse/SOLR-9624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15644685#comment-15644685
]
ASF subversion and git services commented on SOLR-9624:
---
Commit 94c79
[
https://issues.apache.org/jira/browse/SOLR-9682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15644684#comment-15644684
]
ASF subversion and git services commented on SOLR-9682:
---
Commit 4b3e7
[
https://issues.apache.org/jira/browse/SOLR-9716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15644683#comment-15644683
]
ASF subversion and git services commented on SOLR-9716:
---
Commit 1f199
[
https://issues.apache.org/jira/browse/SOLR-9293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15644587#comment-15644587
]
David Smiley commented on SOLR-9293:
No patch for review first? it's weird this projec
[
https://issues.apache.org/jira/browse/SOLR-9659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15644559#comment-15644559
]
David Smiley commented on SOLR-9659:
+1 to Erick's sentiment.
> Add zookeeper DataWatc
[
https://issues.apache.org/jira/browse/SOLR-9717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Noble Paul updated SOLR-9717:
-
Summary: /export should support other formats (was: "xsort" ResponseWriter
should support other formats)
[
https://issues.apache.org/jira/browse/SOLR-7955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15644547#comment-15644547
]
Noble Paul commented on SOLR-7955:
--
Let's limit the scope to creating the {{.system}} coll
[
https://issues.apache.org/jira/browse/SOLR-9735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15644546#comment-15644546
]
Erick Erickson commented on SOLR-9735:
--
I think this is somewhat related to SOLR-9731.
[
https://issues.apache.org/jira/browse/SOLR-9726?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Christine Poerschke reassigned SOLR-9726:
-
Assignee: Christine Poerschke
> DocValuesFacets: move 'contains' check after 'min'
[
https://issues.apache.org/jira/browse/LUCENE-7534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15644533#comment-15644533
]
Mikhail Khludnev commented on LUCENE-7534:
--
ok. it helped a little. Now it works
[
https://issues.apache.org/jira/browse/SOLR-9659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15644522#comment-15644522
]
Erick Erickson commented on SOLR-9659:
--
Progress not perfection. I was puzzled a bit b
[
https://issues.apache.org/jira/browse/SOLR-9682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15644430#comment-15644430
]
Yonik Seeley commented on SOLR-9682:
I considered that, but he long view is that a filt
[
https://issues.apache.org/jira/browse/SOLR-9735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Noble Paul updated SOLR-9735:
-
Description:
As SolrCloud is now used at fairly large scale, most users end up writing their
own cluster m
[
https://issues.apache.org/jira/browse/SOLR-9490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15644382#comment-15644382
]
Tim Owen commented on SOLR-9490:
Just to add to this, if anyone was using 6.2.0 and doing d
[
https://issues.apache.org/jira/browse/SOLR-9682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15644374#comment-15644374
]
David Smiley commented on SOLR-9682:
What about {{filter : "$myFilterParam"}} -- thus h
[
https://issues.apache.org/jira/browse/SOLR-9127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15644363#comment-15644363
]
Noble Paul edited comment on SOLR-9127 at 11/7/16 2:44 PM:
---
It re
[
https://issues.apache.org/jira/browse/SOLR-9127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15644363#comment-15644363
]
Noble Paul commented on SOLR-9127:
--
It requires all of {{extraction/lib/*.jar}} and {{dis
[
https://issues.apache.org/jira/browse/SOLR-9293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dawid Weiss updated SOLR-9293:
--
Fix Version/s: 6.4
> Solrj client support for hierarchical clusters and other topics marker
> ---
[
https://issues.apache.org/jira/browse/SOLR-9293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dawid Weiss updated SOLR-9293:
--
Fix Version/s: (was: 6x)
> Solrj client support for hierarchical clusters and other topics marker
> -
[
https://issues.apache.org/jira/browse/SOLR-9293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dawid Weiss resolved SOLR-9293.
---
Resolution: Fixed
> Solrj client support for hierarchical clusters and other topics marker
> --
[
https://issues.apache.org/jira/browse/SOLR-9293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15644325#comment-15644325
]
ASF subversion and git services commented on SOLR-9293:
---
Commit 7fb72
[
https://issues.apache.org/jira/browse/SOLR-9293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dawid Weiss updated SOLR-9293:
--
Fix Version/s: 6x
> Solrj client support for hierarchical clusters and other topics marker
>
[
https://issues.apache.org/jira/browse/SOLR-9293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15644324#comment-15644324
]
ASF subversion and git services commented on SOLR-9293:
---
Commit fb83d
[
https://issues.apache.org/jira/browse/SOLR-8897?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15644273#comment-15644273
]
Marcel Berteler commented on SOLR-8897:
---
A slightly better way than using clear txt i
[
https://issues.apache.org/jira/browse/SOLR-8491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15644255#comment-15644255
]
Marcel Berteler commented on SOLR-8491:
---
@sam Yi already mentioned the fix:
line 49
[
https://issues.apache.org/jira/browse/LUCENE-7534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15644246#comment-15644246
]
Dawid Weiss commented on LUCENE-7534:
-
No problem at all.
> smokeTestRelease.py on
[
https://issues.apache.org/jira/browse/LUCENE-7534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15644243#comment-15644243
]
Mikhail Khludnev commented on LUCENE-7534:
--
I respin it again passing a short {{
[
https://issues.apache.org/jira/browse/LUCENE-7534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15644230#comment-15644230
]
Dawid Weiss commented on LUCENE-7534:
-
Btw. there is a way to pass arguments to "java
[
https://issues.apache.org/jira/browse/SOLR-9293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dawid Weiss updated SOLR-9293:
--
Summary: Solrj client support for hierarchical clusters and other topics
marker (was: Solrj client shoul
[
https://issues.apache.org/jira/browse/SOLR-9727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15644137#comment-15644137
]
Michael Suzuki commented on SOLR-9727:
--
The issue is that the property does not get se
[
https://issues.apache.org/jira/browse/SOLR-9727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Suzuki updated SOLR-9727:
-
Affects Version/s: (was: 6.3)
master (7.0)
> solr.in.sh properties does
[
https://issues.apache.org/jira/browse/LUCENE-7534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15644019#comment-15644019
]
Dawid Weiss commented on LUCENE-7534:
-
Paths added via -D are passed verbatim from an
[
https://issues.apache.org/jira/browse/SOLR-9728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Suzuki updated SOLR-9728:
-
Attachment: SOLR-9728.patch
> Ability to specify Key Store type in solr.in file for SSL
> -
[
https://issues.apache.org/jira/browse/SOLR-9727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15644001#comment-15644001
]
Jan Høydahl commented on SOLR-9727:
---
Skimming your patch, I don't see the point in renami
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/18226/
Java: 32bit/jdk-9-ea+140 -client -XX:+UseParallelGC
1 tests failed.
FAILED:
junit.framework.TestSuite.org.apache.solr.cloud.CollectionsAPIDistributedZkTest
Error Message:
1 thread leaked from SUITE scope at
org.apache.solr.
[
https://issues.apache.org/jira/browse/SOLR-9728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Suzuki updated SOLR-9728:
-
Description:
At present when ssl is enabled we can't set the SSL type. It currently defaults
to JC
[
https://issues.apache.org/jira/browse/SOLR-9727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15636013#comment-15636013
]
Michael Suzuki edited comment on SOLR-9727 at 11/7/16 11:29 AM:
-
[
https://issues.apache.org/jira/browse/SOLR-9728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Suzuki updated SOLR-9728:
-
Description:
At present when ssl is enabled we can't set the SSL type. It currently defaults
to JC
[
https://issues.apache.org/jira/browse/SOLR-9659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15643903#comment-15643903
]
Alan Woodward commented on SOLR-9659:
-
bq. this patch adds a significant amount of new
[
https://issues.apache.org/jira/browse/SOLR-8998?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15643879#comment-15643879
]
Mikhail Khludnev edited comment on SOLR-8998 at 11/7/16 11:11 AM:
---
[
https://issues.apache.org/jira/browse/SOLR-8998?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15643879#comment-15643879
]
Mikhail Khludnev commented on SOLR-8998:
[~Eng1neer],
# I think this is the only on
[
https://issues.apache.org/jira/browse/SOLR-9727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15643878#comment-15643878
]
Michael Suzuki commented on SOLR-9727:
--
[~timporter] please let me know if the above p
Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/1464/
1 tests failed.
FAILED: org.apache.solr.cloud.TestRandomRequestDistribution.test
Error Message:
Shard a1x2_shard1_replica1 received all 10 requests
Stack Trace:
java.lang.AssertionError: Shard a1x2_shard1_replica1 received all
[
https://issues.apache.org/jira/browse/LUCENE-7534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15643861#comment-15643861
]
Mikhail Khludnev commented on LUCENE-7534:
--
[~dawid.weiss], is there a way to sh
[
https://issues.apache.org/jira/browse/LUCENE-7541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Pilato updated LUCENE-7541:
-
Description:
I'm indexing a document with a field which is {{aaa bbb ccc ddd bbb eee fff}}.
I'm
[
https://issues.apache.org/jira/browse/LUCENE-7541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Pilato updated LUCENE-7541:
-
Description:
I'm indexing a document with a field which is {{aaa bbb ccc ddd bbb eee fff}}.
I'm
[
https://issues.apache.org/jira/browse/LUCENE-6824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15643847#comment-15643847
]
ASF subversion and git services commented on LUCENE-6824:
-
Commit
David Pilato created LUCENE-7541:
Summary: FVH does not work well with phrases and multiple tags
Key: LUCENE-7541
URL: https://issues.apache.org/jira/browse/LUCENE-7541
Project: Lucene - Core
[
https://issues.apache.org/jira/browse/LUCENE-6824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless resolved LUCENE-6824.
Resolution: Fixed
Fix Version/s: (was: 6.3)
6.4
> Ter
[
https://issues.apache.org/jira/browse/LUCENE-7541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Pilato updated LUCENE-7541:
-
Attachment: Add_test_for_FVH_with_phrase_and_multiple_tags_.patch
Test case
> FVH does not work
[
https://issues.apache.org/jira/browse/LUCENE-6824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15643844#comment-15643844
]
ASF subversion and git services commented on LUCENE-6824:
-
Commit
[
https://issues.apache.org/jira/browse/SOLR-9736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Cao Manh Dat updated SOLR-9736:
---
Attachment: SOLR-9736.patch
The first attempt for this issue.
> HttpSolrCall always prefer leader
> --
Cao Manh Dat created SOLR-9736:
--
Summary: HttpSolrCall always prefer leader
Key: SOLR-9736
URL: https://issues.apache.org/jira/browse/SOLR-9736
Project: Solr
Issue Type: Bug
Security Level
+1
SUCCESS! [0:29:01.118046]
Mike McCandless
http://blog.mikemccandless.com
On Fri, Nov 4, 2016 at 10:41 PM, Tomás Fernández Löbbe
wrote:
> +1
>
> SUCCESS! [1:03:34.743909]
>
> On Thu, Nov 3, 2016 at 8:09 AM, Adrien Grand wrote:
>>
>> +1 SUCCESS! [1:02:33.485442]
>>
>> Le jeu. 3 nov. 2016 à
I removed the tabs from solr/example/files/conf/update-script.js.
Le lun. 7 nov. 2016 à 10:08, Apache Jenkins Server <
jenk...@builds.apache.org> a écrit :
> Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-master/611/
>
> No tests ran.
>
> Build Log:
> [...truncated 41957 lines...]
[
https://issues.apache.org/jira/browse/SOLR-9727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Suzuki updated SOLR-9727:
-
Description:
When setting values to true on SOLR_SSL_NEED_CLIENT_AUTH or
SOLR_SSL_WANT_CLIENT_AUTH
1 - 100 of 121 matches
Mail list logo