[jira] [Commented] (SOLR-7668) Port-base rule for shard placement causes NPE

2016-02-24 Thread Shai Erera (JIRA)

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

Shai Erera commented on SOLR-7668:
--

Is this not resolved already?

> Port-base rule for shard placement causes NPE
> -
>
> Key: SOLR-7668
> URL: https://issues.apache.org/jira/browse/SOLR-7668
> Project: Solr
>  Issue Type: Bug
>Affects Versions: 5.2
>Reporter: Adam McElwee
>Assignee: Noble Paul
>Priority: Minor
> Attachments: SOLR-7668.patch, SOLR-7668.patch
>
>
> I was setting up some rule-based collections, and I hit an NPE whenever I try 
> to include a port-based rule. It looks like the implementation was started, 
> but not completed for ports. Patch coming in just a moment.
> I included a test, and I have no problems getting the test to pass when run 
> by itself. However, when I run it w/ the other tests in RulesTest, it fails 
> because of some ZK errors, but I often have those issues when running any of 
> the distrib tests.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (SOLR-7668) Port-base rule for shard placement causes NPE

2015-06-15 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-7668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14585822#comment-14585822
 ] 

ASF subversion and git services commented on SOLR-7668:
---

Commit 1685560 from [~noble.paul] in branch 'dev/trunk'
[ https://svn.apache.org/r1685560 ]

SOLR-7668: Add 'port' tag support in replica placement rules

 Port-base rule for shard placement causes NPE
 -

 Key: SOLR-7668
 URL: https://issues.apache.org/jira/browse/SOLR-7668
 Project: Solr
  Issue Type: Bug
Affects Versions: 5.2
Reporter: Adam McElwee
Assignee: Noble Paul
Priority: Minor
 Attachments: SOLR-7668.patch, SOLR-7668.patch


 I was setting up some rule-based collections, and I hit an NPE whenever I try 
 to include a port-based rule. It looks like the implementation was started, 
 but not completed for ports. Patch coming in just a moment.
 I included a test, and I have no problems getting the test to pass when run 
 by itself. However, when I run it w/ the other tests in RulesTest, it fails 
 because of some ZK errors, but I often have those issues when running any of 
 the distrib tests.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (SOLR-7668) Port-base rule for shard placement causes NPE

2015-06-15 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-7668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14585861#comment-14585861
 ] 

ASF subversion and git services commented on SOLR-7668:
---

Commit 1685572 from [~noble.paul] in branch 'dev/branches/branch_5x'
[ https://svn.apache.org/r1685572 ]

SOLR-7668: Add 'port' tag support in replica placement rules

 Port-base rule for shard placement causes NPE
 -

 Key: SOLR-7668
 URL: https://issues.apache.org/jira/browse/SOLR-7668
 Project: Solr
  Issue Type: Bug
Affects Versions: 5.2
Reporter: Adam McElwee
Assignee: Noble Paul
Priority: Minor
 Attachments: SOLR-7668.patch, SOLR-7668.patch


 I was setting up some rule-based collections, and I hit an NPE whenever I try 
 to include a port-based rule. It looks like the implementation was started, 
 but not completed for ports. Patch coming in just a moment.
 I included a test, and I have no problems getting the test to pass when run 
 by itself. However, when I run it w/ the other tests in RulesTest, it fails 
 because of some ZK errors, but I often have those issues when running any of 
 the distrib tests.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (SOLR-7668) Port-base rule for shard placement causes NPE

2015-06-15 Thread Noble Paul (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-7668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14586131#comment-14586131
 ] 

Noble Paul commented on SOLR-7668:
--

It was committed as is . I had to edit some of it. That is why I used a comma 
instead of 'via'

 Port-base rule for shard placement causes NPE
 -

 Key: SOLR-7668
 URL: https://issues.apache.org/jira/browse/SOLR-7668
 Project: Solr
  Issue Type: Bug
Affects Versions: 5.2
Reporter: Adam McElwee
Assignee: Noble Paul
Priority: Minor
 Attachments: SOLR-7668.patch, SOLR-7668.patch


 I was setting up some rule-based collections, and I hit an NPE whenever I try 
 to include a port-based rule. It looks like the implementation was started, 
 but not completed for ports. Patch coming in just a moment.
 I included a test, and I have no problems getting the test to pass when run 
 by itself. However, when I run it w/ the other tests in RulesTest, it fails 
 because of some ZK errors, but I often have those issues when running any of 
 the distrib tests.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (SOLR-7668) Port-base rule for shard placement causes NPE

2015-06-15 Thread Mark Miller (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-7668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14586110#comment-14586110
 ] 

Mark Miller commented on SOLR-7668:
---

When you essentially simply commit someone else patch, the correct credit is:

bq. Adam McElwee via Noble Paul.

 Port-base rule for shard placement causes NPE
 -

 Key: SOLR-7668
 URL: https://issues.apache.org/jira/browse/SOLR-7668
 Project: Solr
  Issue Type: Bug
Affects Versions: 5.2
Reporter: Adam McElwee
Assignee: Noble Paul
Priority: Minor
 Attachments: SOLR-7668.patch, SOLR-7668.patch


 I was setting up some rule-based collections, and I hit an NPE whenever I try 
 to include a port-based rule. It looks like the implementation was started, 
 but not completed for ports. Patch coming in just a moment.
 I included a test, and I have no problems getting the test to pass when run 
 by itself. However, when I run it w/ the other tests in RulesTest, it fails 
 because of some ZK errors, but I often have those issues when running any of 
 the distrib tests.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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