[jira] [Commented] (SOLR-13016) Computing suggestions when policy have "#EQUAL" or "#ALL" rules take too long

2019-05-21 Thread Cassandra Targett (JIRA)


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

Cassandra Targett commented on SOLR-13016:
--

[~noble.paul] - here's another issue that appears in 7.7 CHANGES.txt but is not 
resolved and has no fix version. Is it complete? If not, what else is left to 
be done in case someone else wants to pick it up?

> Computing suggestions when policy have "#EQUAL" or "#ALL" rules take too long
> -
>
> Key: SOLR-13016
> URL: https://issues.apache.org/jira/browse/SOLR-13016
> Project: Solr
>  Issue Type: Bug
>  Security Level: Public(Default Security Level. Issues are Public) 
>Reporter: Noble Paul
>Assignee: Noble Paul
>Priority: Major
> Attachments: SOLR-13016.patch, SOLR-13016.patch, SOLR-13016.patch, 
> SOLR-13016.patch, SOLR-13016.patch
>
>
> When rules have computed values such as "#EQUAL" or "#ALL" , it takes too 
> long to compute. The problem is these values are computed too many times and 
> as the no:of nodes increase it almost takes forever. These values don't 
> change and they can be cached



--
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-13016) Computing suggestions when policy have "#EQUAL" or "#ALL" rules take too long

2019-01-09 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on SOLR-13016:


Commit 0635c657c1a13ab97924cbd9bebf5ecec8a84588 in lucene-solr's branch 
refs/heads/master from Noble Paul
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=0635c65 ]

SOLR-13016: precommit errors


> Computing suggestions when policy have "#EQUAL" or "#ALL" rules take too long
> -
>
> Key: SOLR-13016
> URL: https://issues.apache.org/jira/browse/SOLR-13016
> Project: Solr
>  Issue Type: Bug
>  Security Level: Public(Default Security Level. Issues are Public) 
>Reporter: Noble Paul
>Assignee: Noble Paul
>Priority: Major
> Attachments: SOLR-13016.patch, SOLR-13016.patch, SOLR-13016.patch, 
> SOLR-13016.patch, SOLR-13016.patch
>
>
> When rules have computed values such as "#EQUAL" or "#ALL" , it takes too 
> long to compute. The problem is these values are computed too many times and 
> as the no:of nodes increase it almost takes forever. These values don't 
> change and they can be cached



--
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-13016) Computing suggestions when policy have "#EQUAL" or "#ALL" rules take too long

2019-01-09 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on SOLR-13016:


Commit 3ffc9099bf4eb068df97063ea3f01ece0131fa9d in lucene-solr's branch 
refs/heads/master from Noble Paul
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=3ffc909 ]

SOLR-13016: test errors fixed


> Computing suggestions when policy have "#EQUAL" or "#ALL" rules take too long
> -
>
> Key: SOLR-13016
> URL: https://issues.apache.org/jira/browse/SOLR-13016
> Project: Solr
>  Issue Type: Bug
>  Security Level: Public(Default Security Level. Issues are Public) 
>Reporter: Noble Paul
>Assignee: Noble Paul
>Priority: Major
> Attachments: SOLR-13016.patch, SOLR-13016.patch, SOLR-13016.patch, 
> SOLR-13016.patch, SOLR-13016.patch
>
>
> When rules have computed values such as "#EQUAL" or "#ALL" , it takes too 
> long to compute. The problem is these values are computed too many times and 
> as the no:of nodes increase it almost takes forever. These values don't 
> change and they can be cached



--
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-13016) Computing suggestions when policy have "#EQUAL" or "#ALL" rules take too long

2019-01-09 Thread David Smiley (JIRA)


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

David Smiley commented on SOLR-13016:
-

[~noble.paul] This test still refers to Row.collectionVsShardVsReplicas 
[https://github.com/apache/lucene-solr/blob/master/solr/core/src/test/org/apache/solr/cloud/autoscaling/sim/TestSimPolicyCloud.java#L103]
 but you removed it in this commit.  I'm looking at master.

> Computing suggestions when policy have "#EQUAL" or "#ALL" rules take too long
> -
>
> Key: SOLR-13016
> URL: https://issues.apache.org/jira/browse/SOLR-13016
> Project: Solr
>  Issue Type: Bug
>  Security Level: Public(Default Security Level. Issues are Public) 
>Reporter: Noble Paul
>Assignee: Noble Paul
>Priority: Major
> Attachments: SOLR-13016.patch, SOLR-13016.patch, SOLR-13016.patch, 
> SOLR-13016.patch, SOLR-13016.patch
>
>
> When rules have computed values such as "#EQUAL" or "#ALL" , it takes too 
> long to compute. The problem is these values are computed too many times and 
> as the no:of nodes increase it almost takes forever. These values don't 
> change and they can be cached



--
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-13016) Computing suggestions when policy have "#EQUAL" or "#ALL" rules take too long

2019-01-09 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on SOLR-13016:


Commit 5ea74afbf0eb24858b102b422df830a2042cdbc5 in lucene-solr's branch 
refs/heads/branch_7x from Noble Paul
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=5ea74af ]

SOLR-13016: test errors fixed


> Computing suggestions when policy have "#EQUAL" or "#ALL" rules take too long
> -
>
> Key: SOLR-13016
> URL: https://issues.apache.org/jira/browse/SOLR-13016
> Project: Solr
>  Issue Type: Bug
>  Security Level: Public(Default Security Level. Issues are Public) 
>Reporter: Noble Paul
>Assignee: Noble Paul
>Priority: Major
> Attachments: SOLR-13016.patch, SOLR-13016.patch, SOLR-13016.patch, 
> SOLR-13016.patch, SOLR-13016.patch
>
>
> When rules have computed values such as "#EQUAL" or "#ALL" , it takes too 
> long to compute. The problem is these values are computed too many times and 
> as the no:of nodes increase it almost takes forever. These values don't 
> change and they can be cached



--
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-13016) Computing suggestions when policy have "#EQUAL" or "#ALL" rules take too long

2019-01-09 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on SOLR-13016:


Commit f48fca15fcbaf9a9cdb32487e201447c88fe2cdc in lucene-solr's branch 
refs/heads/branch_8x from Noble Paul
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=f48fca1 ]

SOLR-13016: test errors fixed


> Computing suggestions when policy have "#EQUAL" or "#ALL" rules take too long
> -
>
> Key: SOLR-13016
> URL: https://issues.apache.org/jira/browse/SOLR-13016
> Project: Solr
>  Issue Type: Bug
>  Security Level: Public(Default Security Level. Issues are Public) 
>Reporter: Noble Paul
>Assignee: Noble Paul
>Priority: Major
> Attachments: SOLR-13016.patch, SOLR-13016.patch, SOLR-13016.patch, 
> SOLR-13016.patch, SOLR-13016.patch
>
>
> When rules have computed values such as "#EQUAL" or "#ALL" , it takes too 
> long to compute. The problem is these values are computed too many times and 
> as the no:of nodes increase it almost takes forever. These values don't 
> change and they can be cached



--
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-13016) Computing suggestions when policy have "#EQUAL" or "#ALL" rules take too long

2019-01-09 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on SOLR-13016:


Commit 8bb21f90e1e99d06685011b30eab841d2f1dd4a6 in lucene-solr's branch 
refs/heads/branch_8x from Noble Paul
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=8bb21f9 ]

SOLR-13016: precommit errors


> Computing suggestions when policy have "#EQUAL" or "#ALL" rules take too long
> -
>
> Key: SOLR-13016
> URL: https://issues.apache.org/jira/browse/SOLR-13016
> Project: Solr
>  Issue Type: Bug
>  Security Level: Public(Default Security Level. Issues are Public) 
>Reporter: Noble Paul
>Assignee: Noble Paul
>Priority: Major
> Attachments: SOLR-13016.patch, SOLR-13016.patch, SOLR-13016.patch, 
> SOLR-13016.patch, SOLR-13016.patch
>
>
> When rules have computed values such as "#EQUAL" or "#ALL" , it takes too 
> long to compute. The problem is these values are computed too many times and 
> as the no:of nodes increase it almost takes forever. These values don't 
> change and they can be cached



--
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-13016) Computing suggestions when policy have "#EQUAL" or "#ALL" rules take too long

2019-01-09 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on SOLR-13016:


Commit 2f6d31364e70752d0690c4db189e45354aaca0de in lucene-solr's branch 
refs/heads/branch_8x from Noble Paul
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=2f6d313 ]

SOLR-13016: Computing suggestions when policy have "#EQUAL" or "#ALL" rules 
take too long


> Computing suggestions when policy have "#EQUAL" or "#ALL" rules take too long
> -
>
> Key: SOLR-13016
> URL: https://issues.apache.org/jira/browse/SOLR-13016
> Project: Solr
>  Issue Type: Bug
>  Security Level: Public(Default Security Level. Issues are Public) 
>Reporter: Noble Paul
>Assignee: Noble Paul
>Priority: Major
> Attachments: SOLR-13016.patch, SOLR-13016.patch, SOLR-13016.patch, 
> SOLR-13016.patch, SOLR-13016.patch
>
>
> When rules have computed values such as "#EQUAL" or "#ALL" , it takes too 
> long to compute. The problem is these values are computed too many times and 
> as the no:of nodes increase it almost takes forever. These values don't 
> change and they can be cached



--
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-13016) Computing suggestions when policy have "#EQUAL" or "#ALL" rules take too long

2019-01-09 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on SOLR-13016:


Commit a9ad1068a829bbd5f5562a16b584c52ca0504abd in lucene-solr's branch 
refs/heads/branch_7x from Noble Paul
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=a9ad106 ]

SOLR-13016: precommit errors


> Computing suggestions when policy have "#EQUAL" or "#ALL" rules take too long
> -
>
> Key: SOLR-13016
> URL: https://issues.apache.org/jira/browse/SOLR-13016
> Project: Solr
>  Issue Type: Bug
>  Security Level: Public(Default Security Level. Issues are Public) 
>Reporter: Noble Paul
>Assignee: Noble Paul
>Priority: Major
> Attachments: SOLR-13016.patch, SOLR-13016.patch, SOLR-13016.patch, 
> SOLR-13016.patch, SOLR-13016.patch
>
>
> When rules have computed values such as "#EQUAL" or "#ALL" , it takes too 
> long to compute. The problem is these values are computed too many times and 
> as the no:of nodes increase it almost takes forever. These values don't 
> change and they can be cached



--
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-13016) Computing suggestions when policy have "#EQUAL" or "#ALL" rules take too long

2019-01-09 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on SOLR-13016:


Commit b53fc70f87620b44a6988b959e2f228fbe4981a6 in lucene-solr's branch 
refs/heads/branch_7x from Noble Paul
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=b53fc70 ]

SOLR-13016: Computing suggestions when policy have "#EQUAL" or "#ALL" rules 
take too long


> Computing suggestions when policy have "#EQUAL" or "#ALL" rules take too long
> -
>
> Key: SOLR-13016
> URL: https://issues.apache.org/jira/browse/SOLR-13016
> Project: Solr
>  Issue Type: Bug
>  Security Level: Public(Default Security Level. Issues are Public) 
>Reporter: Noble Paul
>Assignee: Noble Paul
>Priority: Major
> Attachments: SOLR-13016.patch, SOLR-13016.patch, SOLR-13016.patch, 
> SOLR-13016.patch, SOLR-13016.patch
>
>
> When rules have computed values such as "#EQUAL" or "#ALL" , it takes too 
> long to compute. The problem is these values are computed too many times and 
> as the no:of nodes increase it almost takes forever. These values don't 
> change and they can be cached



--
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-13016) Computing suggestions when policy have "#EQUAL" or "#ALL" rules take too long

2019-01-09 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on SOLR-13016:


Commit 1e14a6c6d65f437192cf8f56976d07a16806fe95 in lucene-solr's branch 
refs/heads/master from Noble Paul
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=1e14a6c ]

SOLR-13016: Computing suggestions when policy have "#EQUAL" or "#ALL" rules 
take too long


> Computing suggestions when policy have "#EQUAL" or "#ALL" rules take too long
> -
>
> Key: SOLR-13016
> URL: https://issues.apache.org/jira/browse/SOLR-13016
> Project: Solr
>  Issue Type: Bug
>  Security Level: Public(Default Security Level. Issues are Public) 
>Reporter: Noble Paul
>Assignee: Noble Paul
>Priority: Major
> Attachments: SOLR-13016.patch, SOLR-13016.patch, SOLR-13016.patch, 
> SOLR-13016.patch, SOLR-13016.patch
>
>
> When rules have computed values such as "#EQUAL" or "#ALL" , it takes too 
> long to compute. The problem is these values are computed too many times and 
> as the no:of nodes increase it almost takes forever. These values don't 
> change and they can be cached



--
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-13016) Computing suggestions when policy have "#EQUAL" or "#ALL" rules take too long

2019-01-09 Thread Andrzej Bialecki (JIRA)


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

Andrzej Bialecki  commented on SOLR-13016:
--

This patch uses {{System.nanoTime()}} in several places instead of using 
{{cloudManager.getTimeSource().getTimeNs()}} so it will break the simulator.

> Computing suggestions when policy have "#EQUAL" or "#ALL" rules take too long
> -
>
> Key: SOLR-13016
> URL: https://issues.apache.org/jira/browse/SOLR-13016
> Project: Solr
>  Issue Type: Bug
>  Security Level: Public(Default Security Level. Issues are Public) 
>Reporter: Noble Paul
>Assignee: Noble Paul
>Priority: Major
> Attachments: SOLR-13016.patch, SOLR-13016.patch, SOLR-13016.patch, 
> SOLR-13016.patch, SOLR-13016.patch
>
>
> When rules have computed values such as "#EQUAL" or "#ALL" , it takes too 
> long to compute. The problem is these values are computed too many times and 
> as the no:of nodes increase it almost takes forever. These values don't 
> change and they can be cached



--
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-13016) Computing suggestions when policy have "#EQUAL" or "#ALL" rules take too long

2019-01-07 Thread Shalin Shekhar Mangar (JIRA)


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

Shalin Shekhar Mangar commented on SOLR-13016:
--

The latest patch adds the fixes for SOLR-13123 as well as more debug logging.

> Computing suggestions when policy have "#EQUAL" or "#ALL" rules take too long
> -
>
> Key: SOLR-13016
> URL: https://issues.apache.org/jira/browse/SOLR-13016
> Project: Solr
>  Issue Type: Bug
>  Security Level: Public(Default Security Level. Issues are Public) 
>Reporter: Noble Paul
>Assignee: Noble Paul
>Priority: Major
> Attachments: SOLR-13016.patch, SOLR-13016.patch, SOLR-13016.patch, 
> SOLR-13016.patch, SOLR-13016.patch
>
>
> When rules have computed values such as "#EQUAL" or "#ALL" , it takes too 
> long to compute. The problem is these values are computed too many times and 
> as the no:of nodes increase it almost takes forever. These values don't 
> change and they can be cached



--
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-13016) Computing suggestions when policy have "#EQUAL" or "#ALL" rules take too long

2019-01-07 Thread Shalin Shekhar Mangar (JIRA)


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

Shalin Shekhar Mangar commented on SOLR-13016:
--

Thanks Noble. This patch cuts the computation time down from 10 minutes to 90 
seconds for a large cluster (~30 nodes). I've tested this quite a bit and looks 
good to me. Can you get rid of the debug cache statistics and commit this?

I also found a couple of other bugs while testing this: see SOLR-13123 and 
SOLR-13124.

> Computing suggestions when policy have "#EQUAL" or "#ALL" rules take too long
> -
>
> Key: SOLR-13016
> URL: https://issues.apache.org/jira/browse/SOLR-13016
> Project: Solr
>  Issue Type: Bug
>  Security Level: Public(Default Security Level. Issues are Public) 
>Reporter: Noble Paul
>Assignee: Noble Paul
>Priority: Major
> Attachments: SOLR-13016.patch, SOLR-13016.patch, SOLR-13016.patch, 
> SOLR-13016.patch
>
>
> When rules have computed values such as "#EQUAL" or "#ALL" , it takes too 
> long to compute. The problem is these values are computed too many times and 
> as the no:of nodes increase it almost takes forever. These values don't 
> change and they can be cached



--
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-13016) Computing suggestions when policy have "#EQUAL" or "#ALL" rules take too long

2018-12-04 Thread Noble Paul (JIRA)


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

Noble Paul commented on SOLR-13016:
---

there was a bug with sorting . that is fixed in this one

> Computing suggestions when policy have "#EQUAL" or "#ALL" rules take too long
> -
>
> Key: SOLR-13016
> URL: https://issues.apache.org/jira/browse/SOLR-13016
> Project: Solr
>  Issue Type: Bug
>  Security Level: Public(Default Security Level. Issues are Public) 
>Reporter: Noble Paul
>Assignee: Noble Paul
>Priority: Major
> Attachments: SOLR-13016.patch, SOLR-13016.patch, SOLR-13016.patch, 
> SOLR-13016.patch
>
>
> When rules have computed values such as "#EQUAL" or "#ALL" , it takes too 
> long to compute. The problem is these values are computed too many times and 
> as the no:of nodes increase it almost takes forever. These values don't 
> change and they can be cached



--
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-13016) Computing suggestions when policy have "#EQUAL" or "#ALL" rules take too long

2018-12-02 Thread Noble Paul (JIRA)


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

Noble Paul commented on SOLR-13016:
---

added  a timeout option. The UI should only take  a max 10 secs to respond

> Computing suggestions when policy have "#EQUAL" or "#ALL" rules take too long
> -
>
> Key: SOLR-13016
> URL: https://issues.apache.org/jira/browse/SOLR-13016
> Project: Solr
>  Issue Type: Bug
>  Security Level: Public(Default Security Level. Issues are Public) 
>Reporter: Noble Paul
>Assignee: Noble Paul
>Priority: Major
> Attachments: SOLR-13016.patch, SOLR-13016.patch, SOLR-130161.patch
>
>
> When rules have computed values such as "#EQUAL" or "#ALL" , it takes too 
> long to compute. The problem is these values are computed too many times and 
> as the no:of nodes increase it almost takes forever. These values don't 
> change and they can be cached



--
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-13016) Computing suggestions when policy have "#EQUAL" or "#ALL" rules take too long

2018-11-28 Thread Noble Paul (JIRA)


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

Noble Paul commented on SOLR-13016:
---

This patch brings down the total compuation time to around 1 min using caching. 
There is more to be done

> Computing suggestions when policy have "#EQUAL" or "#ALL" rules take too long
> -
>
> Key: SOLR-13016
> URL: https://issues.apache.org/jira/browse/SOLR-13016
> Project: Solr
>  Issue Type: Bug
>  Security Level: Public(Default Security Level. Issues are Public) 
>Reporter: Noble Paul
>Assignee: Noble Paul
>Priority: Major
> Attachments: SOLR-13016.patch
>
>
> When rules have computed values such as "#EQUAL" or "#ALL" , it takes too 
> long to compute. The problem is these values are computed too many times and 
> as the no:of nodes increase it almost takes forever. These values don't 
> change and they can be cached



--
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