[
https://issues.apache.org/jira/browse/SOLR-6658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mark Peng updated SOLR-6658:
Attachment: SOLR-6658.patch
> SearchHandler should accept POST requests with JSON data in content stream
> f
[
https://issues.apache.org/jira/browse/SOLR-6658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14298325#comment-14298325
]
Mark Peng commented on SOLR-6658:
-
Removed constraint on the content type in SearchHandler.
[
https://issues.apache.org/jira/browse/SOLR-7065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14298255#comment-14298255
]
Mark Miller commented on SOLR-7065:
---
Probably we should look at using a better algorithm
[
https://issues.apache.org/jira/browse/SOLR-7065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14298241#comment-14298241
]
Mark Miller commented on SOLR-7065:
---
This zk leader election recipe has spiraled out of c
[
https://issues.apache.org/jira/browse/SOLR-7065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14298230#comment-14298230
]
Mark Miller commented on SOLR-7065:
---
Ugg...the leader election code was hard enough to gr
[
https://issues.apache.org/jira/browse/SOLR-7065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14298226#comment-14298226
]
Mark Miller commented on SOLR-7065:
---
I never really liked that the leader would try to pu
Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/2568/
5 tests failed.
FAILED: org.apache.solr.cloud.HttpPartitionTest.test
Error Message:
org.apache.http.NoHttpResponseException: The target server failed to respond
Stack Trace:
org.apache.solr.client.solrj.SolrServerException:
[
https://issues.apache.org/jira/browse/SOLR-7065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mark Miller updated SOLR-7065:
--
Attachment: SOLR-7065.patch
My latest state.
> Let a replica become the leader regardless of it's last p
yannianmu created LUCENE-6211:
-
Summary: WeakHashMap may be cause a memory leak problem.
Key: LUCENE-6211
URL: https://issues.apache.org/jira/browse/LUCENE-6211
Project: Lucene - Core
Issue Type
WeakHashMap may be cause a memory leak problem.
we use SoftReference instad of it like this;
public static class SoftLinkMap{
private static int SORT_CACHE_SIZE=1024;
private static float LOADFACTOR=0.75f;
final Map>> readerCache_lru=new
LinkedHashMap>>((int)
Math.ceil(SORT_CACHE_
[
https://issues.apache.org/jira/browse/SOLR-6640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14298195#comment-14298195
]
Mark Miller commented on SOLR-6640:
---
Hey [~shalinmangar], shouldn't
bq. Collection
[
https://issues.apache.org/jira/browse/SOLR-6845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14298176#comment-14298176
]
Varun Thacker commented on SOLR-6845:
-
Hi [~tomasflobbe] ,
Minor documentation nit - I
I am not sure this is the case. Actually, FieldCacheImpl still works as
before and has a weak hashmap still.
However, i think the weak map is unnecessary. reader close listeners
already ensure purging from the map, so I don't think the weak map serves
any purpose today. The only possible advantage
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/1959/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC
1 tests failed.
FAILED: org.apache.solr.cloud.ShardSplitTest.test
Error Message:
Timeout occured while waiting response from server at: http://127.0.0.1:54432
You are correct the main logic is in lucene/common-build, I dont see
why you think that is confusing. Do you think the license verification
logic shoudl be duplicated twice in the build system? anyway there are
some hooks like $rat.excludes for a module to override with.
Can you explain a little m
[
https://issues.apache.org/jira/browse/SOLR-7061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14297082#comment-14297082
]
Mark Peng edited comment on SOLR-7061 at 1/30/15 2:37 AM:
--
[~noble
[
https://issues.apache.org/jira/browse/SOLR-7061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14297082#comment-14297082
]
Mark Peng edited comment on SOLR-7061 at 1/30/15 2:32 AM:
--
[~noble
As a part of SOLR5507, I'm trying to get RAT to pass. I've dug around,
and got very confused. It seems that the config for Solr RAT is in
lucene/common-build.xml, which doesn't make much sense, and there are
licenses I can't find in there.
Can someone explain to me how I tell RAT that a specific l
[
https://issues.apache.org/jira/browse/SOLR-7065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14298060#comment-14298060
]
Mark Miller commented on SOLR-7065:
---
This is working pretty well, but the new testing lea
[
https://issues.apache.org/jira/browse/SOLR-7065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mark Miller updated SOLR-7065:
--
Attachment: SOLR-7065.patch
First whack at a draft patch.
> Let a replica become the leader regardless o
[
https://issues.apache.org/jira/browse/SOLR-7061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14297082#comment-14297082
]
Mark Peng edited comment on SOLR-7061 at 1/30/15 1:25 AM:
--
[~noble
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4344/
Java: 64bit/jdk1.8.0_31 -XX:-UseCompressedOops -XX:+UseG1GC
2 tests failed.
FAILED: org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest.test
Error Message:
There were too many update fails - we expect it can happen, but shouldn't
Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/2567/
5 tests failed.
FAILED: org.apache.solr.cloud.HttpPartitionTest.test
Error Message:
org.apache.http.NoHttpResponseException: The target server failed to respond
Stack Trace:
org.apache.solr.client.solrj.SolrServerException:
[
https://issues.apache.org/jira/browse/SOLR-7034?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14297991#comment-14297991
]
Mark Miller commented on SOLR-7034:
---
I filed SOLR-7065 to tackle the lesser change in my
Mark Miller created SOLR-7065:
-
Summary: Let a replica become the leader regardless of it's last
published state if all replicas participate in the election process.
Key: SOLR-7065
URL: https://issues.apache.org/jira/
[
https://issues.apache.org/jira/browse/LUCENE-6210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hrishikesh Gadre resolved LUCENE-6210.
--
Resolution: Fixed
The patch provided by Michael fixed both the tests.
> Unit tests fai
[
https://issues.apache.org/jira/browse/LUCENE-6210?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14297965#comment-14297965
]
Michael McCandless commented on LUCENE-6210:
bq. Should I close the JIRA?
Ye
[
https://issues.apache.org/jira/browse/LUCENE-6210?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14297961#comment-14297961
]
Hrishikesh Gadre commented on LUCENE-6210:
--
Yes after applying your patch, both
[
https://issues.apache.org/jira/browse/LUCENE-6210?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14297925#comment-14297925
]
Michael McCandless commented on LUCENE-6210:
Thanks for raising this, it also
[
https://issues.apache.org/jira/browse/SOLR-7058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jan Høydahl resolved SOLR-7058.
---
Resolution: Duplicate
Resolving as duplicate of SOLR-6966.
Again, I think this is a bad idea, it's hop
[
https://issues.apache.org/jira/browse/LUCENE-6209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14297915#comment-14297915
]
Michael McCandless commented on LUCENE-6209:
bq. Would it make sense to gener
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/4448/
Java: 64bit/jdk1.8.0_31 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
3 tests failed.
FAILED: junit.framework.TestSuite.org.apache.solr.core.TestLazyCores
Error Message:
ERROR: SolrIndexSearcher opens=51 closes=50
Stack Trac
[
https://issues.apache.org/jira/browse/LUCENE-6196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Karl Wright updated LUCENE-6196:
Attachment: (was: ShapeImpl.java)
> Include geo3d package, along with Lucene integration to mak
[
https://issues.apache.org/jira/browse/LUCENE-6196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Karl Wright updated LUCENE-6196:
Attachment: (was: geo3d.zip)
> Include geo3d package, along with Lucene integration to make it
[
https://issues.apache.org/jira/browse/LUCENE-6196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Karl Wright updated LUCENE-6196:
Attachment: ShapeImpl.java
geo3d-tests.zip
geo3d.zip
Had some time
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/11710/
Java: 32bit/jdk1.9.0-ea-b47 -server -XX:+UseG1GC
1 tests failed.
FAILED: org.apache.solr.cloud.DeleteInactiveReplicaTest.deleteLiveReplicaTest
Error Message:
Should have had a good message here
Stack Trace:
java.lang.Assertion
Hrishikesh Gadre created LUCENE-6210:
Summary: Unit tests failures in
TestLucene40DocValuesFormat/TestDocValuesFormat
Key: LUCENE-6210
URL: https://issues.apache.org/jira/browse/LUCENE-6210
Projec
[
https://issues.apache.org/jira/browse/SOLR-7059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1429#comment-1429
]
yuanyun.cn edited comment on SOLR-7059 at 1/29/15 10:11 PM:
The
[
https://issues.apache.org/jira/browse/SOLR-7059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1429#comment-1429
]
yuanyun.cn edited comment on SOLR-7059 at 1/29/15 10:10 PM:
The
[
https://issues.apache.org/jira/browse/SOLR-6758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Steve Rowe resolved SOLR-6758.
--
Resolution: Invalid
Assignee: Steve Rowe
[~liuqibj], these sorts of questions should be asked on th
[
https://issues.apache.org/jira/browse/SOLR-7059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1429#comment-1429
]
yuanyun.cn commented on SOLR-7059:
--
Hi,
The change works, but it's kind of weird now:
the
[
https://issues.apache.org/jira/browse/LUCENE-6209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14297742#comment-14297742
]
Yonik Seeley commented on LUCENE-6209:
--
Good info to have.
Would it make sense to ge
[
https://issues.apache.org/jira/browse/LUCENE-6209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless updated LUCENE-6209:
---
Attachment: LUCENE-6209.patch
Simple patch; it adds messages like this into into the
Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/2566/
5 tests failed.
FAILED: org.apache.solr.cloud.HttpPartitionTest.test
Error Message:
org.apache.solr.client.solrj.SolrServerException: IOException occured when
talking to server at: http://127.0.0.1:26227/c8n_1x2_shard1_repli
Michael McCandless created LUCENE-6209:
--
Summary: IndexWriter should confess when it stalls flushes
Key: LUCENE-6209
URL: https://issues.apache.org/jira/browse/LUCENE-6209
Project: Lucene - Core
[
https://issues.apache.org/jira/browse/SOLR-7060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14297653#comment-14297653
]
Hoss Man commented on SOLR-7060:
NoSuchMethodError is an extremeley low level java problem
Mark Miller created SOLR-7064:
-
Summary: ConcurrentUpdateSolrClient should only close it's
httpclient if it created it, like the other SolrServer impls.
Key: SOLR-7064
URL: https://issues.apache.org/jira/browse/SOLR-7
[
https://issues.apache.org/jira/browse/SOLR-7012?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Erik Hatcher updated SOLR-7012:
---
Attachment: SOLR-7012-sdk.patch
Here's a strawman patch. (from the 5.0 release branch, just where I'm
[
https://issues.apache.org/jira/browse/LUCENE-6201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14297344#comment-14297344
]
Adrien Grand commented on LUCENE-6201:
--
I forgot to mention I also added cost() supp
[
https://issues.apache.org/jira/browse/LUCENE-6201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Adrien Grand updated LUCENE-6201:
-
Attachment: LUCENE-6201.patch
Here is a new patch and a summary of what it is doing:
- improve M
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/11709/
Java: 32bit/jdk1.8.0_40-ea-b22 -client -XX:+UseParallelGC
1 tests failed.
FAILED: junit.framework.TestSuite.org.apache.solr.cloud.DistribCursorPagingTest
Error Message:
Some resources were not closed, shutdown, or released.
St
[
https://issues.apache.org/jira/browse/SOLR-6845?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tomás Fernández Löbbe resolved SOLR-6845.
-
Resolution: Fixed
Didn't see any Jenkins failures of this test since the last commi
Sure Mark and Adrien.
In general, +1 to anything that fixes a *reasonably critical* bug without
affecting everything else and I'll let people who're committing define the
*reasonable* bounds.
In case something jumps out, I'll intervene (and others can too).
P.S: No part above translates to let's
[
https://issues.apache.org/jira/browse/SOLR-6406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14297242#comment-14297242
]
Mark Miller commented on SOLR-6406:
---
Mabye. I've been trying to spot how it can happen (w
[
https://issues.apache.org/jira/browse/SOLR-6406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14297238#comment-14297238
]
Timothy Potter commented on SOLR-6406:
--
Would it make sense to change the code to wait
Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/2565/
5 tests failed.
FAILED: org.apache.solr.cloud.HttpPartitionTest.test
Error Message:
org.apache.solr.client.solrj.SolrServerException: IOException occured when
talking to server at: http://127.0.0.1:64480/c8n_1x2_shard1_repli
[
https://issues.apache.org/jira/browse/SOLR-6406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14297214#comment-14297214
]
Mark Miller commented on SOLR-6406:
---
I still see this happen in tests. This hangs at run
[
https://issues.apache.org/jira/browse/SOLR-6969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14297193#comment-14297193
]
ASF subversion and git services commented on SOLR-6969:
---
Commit 16557
[
https://issues.apache.org/jira/browse/SOLR-6969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14297175#comment-14297175
]
Mark Miller commented on SOLR-6969:
---
The testing could be improved, but I have added a ba
[
https://issues.apache.org/jira/browse/LUCENE-6093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
jane chang updated LUCENE-6093:
---
Attachment: LUCENE-6093.patch
here's a patch, fix plus test, to handle null prefix tokens, eg when th
[
https://issues.apache.org/jira/browse/SOLR-6969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14297162#comment-14297162
]
ASF subversion and git services commented on SOLR-6969:
---
Commit 16557
[
https://issues.apache.org/jira/browse/SOLR-6969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14297166#comment-14297166
]
ASF subversion and git services commented on SOLR-6969:
---
Commit 16557
Mark Miller created SOLR-7063:
-
Summary: Common test fail in CollectionsAPIDistributedZkTest:
java.lang.AssertionError: some core start times did not change on reload
Key: SOLR-7063
URL: https://issues.apache.org/jira
[
https://issues.apache.org/jira/browse/SOLR-6917?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mark Miller reopened SOLR-6917:
---
This test still fails:
{noformat}
Error Message
{ "responseHeader":{ "status":404, "QTime":2},
[
https://issues.apache.org/jira/browse/SOLR-6924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14297122#comment-14297122
]
ASF subversion and git services commented on SOLR-6924:
---
Commit 16557
[
https://issues.apache.org/jira/browse/SOLR-6924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14297124#comment-14297124
]
ASF subversion and git services commented on SOLR-6924:
---
Commit 16557
[
https://issues.apache.org/jira/browse/SOLR-6955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14297118#comment-14297118
]
Mark Miller commented on SOLR-6955:
---
[junit4] FAILURE 356s J4 | TestBlobHandler.doBlo
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4343/
Java: 64bit/jdk1.7.0_76 -XX:+UseCompressedOops -XX:+UseParallelGC
1 tests failed.
FAILED: org.apache.solr.cloud.ReplicationFactorTest.test
Error Message:
org.apache.solr.client.solrj.SolrServerException: IOException occured when
[
https://issues.apache.org/jira/browse/LUCENE-4524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14297115#comment-14297115
]
Alan Woodward commented on LUCENE-4524:
---
I'm travelling for FOSDEM from tomorrow, b
[
https://issues.apache.org/jira/browse/SOLR-6955?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mark Miller reopened SOLR-6955:
---
I still see this test fail a lot.
> TestBlobHandler Failure.
>
>
>
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.x/748/
6 tests failed.
REGRESSION:
org.apache.solr.handler.TestReplicationHandler.doTestReplicateAfterCoreReload
Error Message:
expected:<[{indexVersion=1422547211528,generation=2,filelist=[_8d.cfe, _8d.cfs,
_8d.si, _8e.fdt, _8e.f
[
https://issues.apache.org/jira/browse/SOLR-7061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14297082#comment-14297082
]
Mark Peng edited comment on SOLR-7061 at 1/29/15 4:31 PM:
--
[~noble
[
https://issues.apache.org/jira/browse/SOLR-7061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14297082#comment-14297082
]
Mark Peng edited comment on SOLR-7061 at 1/29/15 4:28 PM:
--
[~noble
[
https://issues.apache.org/jira/browse/LUCENE-6201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14297093#comment-14297093
]
Adrien Grand commented on LUCENE-6201:
--
Hmm, actually I played with it and the resul
We should probably roll SOLR-6969 into a respin as well. I finally have a
good fix and it's a pretty critical data loss issue on hdfs as transactions
logs can easily be ignored instead of replayed.
- Mark
On Thu, Jan 29, 2015 at 9:01 AM, Adrien Grand wrote:
> Hi Anshum,
>
> I'd like to get http
[
https://issues.apache.org/jira/browse/SOLR-7061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14297082#comment-14297082
]
Mark Peng commented on SOLR-7061:
-
[~noble.paul] Yes, the abstract class Context provides
[
https://issues.apache.org/jira/browse/LUCENE-6207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Adrien Grand resolved LUCENE-6207.
--
Resolution: Fixed
Assignee: Adrien Grand
Thanks Tom for the patch, it was really helpful
[
https://issues.apache.org/jira/browse/LUCENE-6207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Adrien Grand updated LUCENE-6207:
-
Fix Version/s: Trunk
5.0
4.10.4
> Multiple filtered subsets
[
https://issues.apache.org/jira/browse/LUCENE-6207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14297055#comment-14297055
]
ASF subversion and git services commented on LUCENE-6207:
-
Commit
[
https://issues.apache.org/jira/browse/LUCENE-6207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14297030#comment-14297030
]
ASF subversion and git services commented on LUCENE-6207:
-
Commit
[
https://issues.apache.org/jira/browse/LUCENE-6206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14297025#comment-14297025
]
Robert Muir commented on LUCENE-6206:
-
{quote}
Here's the JIRA corresponding to JI-90
[
https://issues.apache.org/jira/browse/LUCENE-6206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14297024#comment-14297024
]
ASF subversion and git services commented on LUCENE-6206:
-
Commit
[
https://issues.apache.org/jira/browse/LUCENE-6206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14297023#comment-14297023
]
ASF subversion and git services commented on LUCENE-6206:
-
Commit
[
https://issues.apache.org/jira/browse/SOLR-7012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14297014#comment-14297014
]
Erik Hatcher commented on SOLR-7012:
bq. what would be the steps involved to write and
[
https://issues.apache.org/jira/browse/LUCENE-6207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14297009#comment-14297009
]
ASF subversion and git services commented on LUCENE-6207:
-
Commit
[
https://issues.apache.org/jira/browse/LUCENE-6206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14296995#comment-14296995
]
Steve Rowe commented on LUCENE-6206:
Here's the JIRA corresponding to JI-9018602:
ht
[
https://issues.apache.org/jira/browse/LUCENE-6207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14296961#comment-14296961
]
ASF subversion and git services commented on LUCENE-6207:
-
Commit
[
https://issues.apache.org/jira/browse/SOLR-7054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14296956#comment-14296956
]
Yonik Seeley commented on SOLR-7054:
bq. We should have an endpoint to support POSTing
[
https://issues.apache.org/jira/browse/SOLR-7062?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ng Agi updated SOLR-7062:
-
Summary: CLUSTERSTATUS returns a collection with state=active, even though
the collection could not be created due
Ng Agi created SOLR-7062:
Summary: CLUSTERSTATUS returns a collection with state=active,
which could not be created due to a missing configSet
Key: SOLR-7062
URL: https://issues.apache.org/jira/browse/SOLR-7062
Hi,
parts of your suggestions are already done in Lucene 4+. For one part I can
tell you:
weakhashmap,hashmap , synchronized problem
1. FieldCacheImpl use weakhashmap to manage field value cache,it has memory
leak BUG.
2. sorlInputDocunent use a lot of hashmap,linkhashmap for field,that wea
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/4447/
Java: 64bit/jdk1.8.0_31 -XX:+UseCompressedOops -XX:+UseParallelGC
1 tests failed.
FAILED: org.apache.solr.cloud.ReplicationFactorTest.test
Error Message:
org.apache.solr.client.solrj.SolrServerException: IOException occured wh
[
https://issues.apache.org/jira/browse/LUCENE-6192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14296924#comment-14296924
]
ASF subversion and git services commented on LUCENE-6192:
-
Commit
[
https://issues.apache.org/jira/browse/LUCENE-6192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14296921#comment-14296921
]
ASF subversion and git services commented on LUCENE-6192:
-
Commit
[
https://issues.apache.org/jira/browse/SOLR-7061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mark Peng updated SOLR-7061:
Description:
Script Transformer has been widely used to modify the value of columns of
selected rows from ta
[
https://issues.apache.org/jira/browse/LUCENE-6192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14296913#comment-14296913
]
ASF subversion and git services commented on LUCENE-6192:
-
Commit
[
https://issues.apache.org/jira/browse/SOLR-7045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Erik Hatcher resolved SOLR-7045.
Resolution: Fixed
Thanks for the addition, Markus! And belated congrats on the book publication.
>
Hi Anshum,
I'd like to get https://issues.apache.org/jira/browse/LUCENE-6207 in 5.0.0.
On Wed, Jan 28, 2015 at 6:54 PM, Anshum Gupta wrote:
> +1 on that. Thanks Mike.
>
> On Wed, Jan 28, 2015 at 9:45 AM, Michael McCandless
> wrote:
>>
>> I'd like to fix https://issues.apache.org/jira/browse/LUC
[
https://issues.apache.org/jira/browse/SOLR-7061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mark Peng updated SOLR-7061:
Description:
Script Transformer has been widely used to modify the value of columns of
selected rows from ta
[
https://issues.apache.org/jira/browse/SOLR-7061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mark Peng updated SOLR-7061:
Description:
Script Transformer has been widely used to modify the value of columns of
selected rows from ta
1 - 100 of 129 matches
Mail list logo