[jira] [Commented] (SOLR-12147) TestDocTermOrds.testTriggerUnInvertLimit should not use MemoryCodec

2018-04-16 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-12147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16439504#comment-16439504
 ] 

ASF subversion and git services commented on SOLR-12147:


Commit ac34ca86132f6953ad7a77453f17d238ea20854e in lucene-solr's branch 
refs/heads/branch_7x from [~romseygeek]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=ac34ca8 ]

SOLR-12147: Don't use memory-intensive codecs to test uninvert limits

This separates out TestDocTermOrds.testTriggerUninvertLimit into its own
test class, and suppresses Memory codec on it


> TestDocTermOrds.testTriggerUnInvertLimit should not use MemoryCodec
> ---
>
> Key: SOLR-12147
> URL: https://issues.apache.org/jira/browse/SOLR-12147
> Project: Solr
>  Issue Type: Task
>  Security Level: Public(Default Security Level. Issues are Public) 
>Reporter: Alan Woodward
>Assignee: Alan Woodward
>Priority: Major
> Fix For: 7.4
>
> Attachments: SOLR-12147.patch
>
>
> This can lead to OOM, for example in 
> [https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.3/10/.|https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.3/10/]
>   It's already a nightly-only test, and it's always going to require a large 
> index.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-12147) TestDocTermOrds.testTriggerUnInvertLimit should not use MemoryCodec

2018-04-16 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-12147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16439503#comment-16439503
 ] 

ASF subversion and git services commented on SOLR-12147:


Commit 37e065007fae77f1e1c13a5c3e2938a7adf7cdf2 in lucene-solr's branch 
refs/heads/master from [~romseygeek]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=37e0650 ]

SOLR-12147: Don't use memory-intensive codecs to test uninvert limits

This separates out TestDocTermOrds.testTriggerUninvertLimit into its own
test class, and suppresses Memory codec on it


> TestDocTermOrds.testTriggerUnInvertLimit should not use MemoryCodec
> ---
>
> Key: SOLR-12147
> URL: https://issues.apache.org/jira/browse/SOLR-12147
> Project: Solr
>  Issue Type: Task
>  Security Level: Public(Default Security Level. Issues are Public) 
>Reporter: Alan Woodward
>Assignee: Alan Woodward
>Priority: Major
> Fix For: 7.4
>
> Attachments: SOLR-12147.patch
>
>
> This can lead to OOM, for example in 
> [https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.3/10/.|https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.3/10/]
>   It's already a nightly-only test, and it's always going to require a large 
> index.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-12147) TestDocTermOrds.testTriggerUnInvertLimit should not use MemoryCodec

2018-04-16 Thread Alan Woodward (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-12147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16439475#comment-16439475
 ] 

Alan Woodward commented on SOLR-12147:
--

Still seeing failures for this, so instead here's a patch to move 
TestDocTermOrds.testTriggerUninvertLimit into its own test class and suppress 
MemoryCodec on it

> TestDocTermOrds.testTriggerUnInvertLimit should not use MemoryCodec
> ---
>
> Key: SOLR-12147
> URL: https://issues.apache.org/jira/browse/SOLR-12147
> Project: Solr
>  Issue Type: Task
>  Security Level: Public(Default Security Level. Issues are Public) 
>Reporter: Alan Woodward
>Assignee: Alan Woodward
>Priority: Major
> Fix For: 7.4
>
>
> This can lead to OOM, for example in 
> [https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.3/10/.|https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.3/10/]
>   It's already a nightly-only test, and it's always going to require a large 
> index.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-12147) TestDocTermOrds.testTriggerUnInvertLimit should not use MemoryCodec

2018-04-07 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-12147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16429503#comment-16429503
 ] 

ASF subversion and git services commented on SOLR-12147:


Commit 2ae488aae2a0601148dcd1b6aa794489a0572349 in lucene-solr's branch 
refs/heads/master from [~romseygeek]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=2ae488a ]

SOLR-12147: Don't use MemoryPostingsFormat for 
TestDocTermOrds.testTriggerUnInvertLimit

This can lead to OOM on nightly runs, as it needs to create a very large index,
and the CI machines don't have huge amounts of RAM.


> TestDocTermOrds.testTriggerUnInvertLimit should not use MemoryCodec
> ---
>
> Key: SOLR-12147
> URL: https://issues.apache.org/jira/browse/SOLR-12147
> Project: Solr
>  Issue Type: Task
>  Security Level: Public(Default Security Level. Issues are Public) 
>Reporter: Alan Woodward
>Assignee: Alan Woodward
>Priority: Major
> Fix For: 7.4
>
>
> This can lead to OOM, for example in 
> [https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.3/10/.|https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.3/10/]
>   It's already a nightly-only test, and it's always going to require a large 
> index.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-12147) TestDocTermOrds.testTriggerUnInvertLimit should not use MemoryCodec

2018-04-07 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-12147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16429501#comment-16429501
 ] 

ASF subversion and git services commented on SOLR-12147:


Commit 2ccea7b4754f10f8474e72ff22f77f6088fc9282 in lucene-solr's branch 
refs/heads/branch_7x from [~romseygeek]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=2ccea7b ]

SOLR-12147: Don't use MemoryPostingsFormat for 
TestDocTermOrds.testTriggerUnInvertLimit

This can lead to OOM on nightly runs, as it needs to create a very large index,
and the CI machines don't have huge amounts of RAM.


> TestDocTermOrds.testTriggerUnInvertLimit should not use MemoryCodec
> ---
>
> Key: SOLR-12147
> URL: https://issues.apache.org/jira/browse/SOLR-12147
> Project: Solr
>  Issue Type: Task
>  Security Level: Public(Default Security Level. Issues are Public) 
>Reporter: Alan Woodward
>Assignee: Alan Woodward
>Priority: Major
>
> This can lead to OOM, for example in 
> [https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.3/10/.|https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.3/10/]
>   It's already a nightly-only test, and it's always going to require a large 
> index.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org