[jira] [Updated] (SOLR-5810) State of external collections not displayed in cloud graph panel

2015-01-26 Thread Anshum Gupta (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-5810?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Anshum Gupta updated SOLR-5810:
---
Priority: Blocker  (was: Major)

 State of external collections not displayed in cloud graph panel
 

 Key: SOLR-5810
 URL: https://issues.apache.org/jira/browse/SOLR-5810
 Project: Solr
  Issue Type: Improvement
  Components: SolrCloud, web gui
Reporter: Timothy Potter
Assignee: Timothy Potter
Priority: Blocker
 Fix For: 5.0, Trunk

 Attachments: SOLR-5810-prelim.patch, SOLR-5810.patch, 
 SOLR-5810.patch, SOLR-5810.patch, SOLR-5810.prelim2.patch


 External collections (SOLR-5473) are not displayed in the Cloud - graph 
 panel, which makes it very hard to see which external collections have 
 problems, such as after a downed node comes back online.



--
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] [Updated] (SOLR-5810) State of external collections not displayed in cloud graph panel

2014-12-30 Thread Timothy Potter (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-5810?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Timothy Potter updated SOLR-5810:
-
Attachment: SOLR-5810.patch

here's the updated patch (committed to trunk) which provides basic paged 
navigation controls for the cloud graph panel to support many collections. 
update includes re-establishing the watcher after a Zk session expiration using 
the OnReconnect interface

 State of external collections not displayed in cloud graph panel
 

 Key: SOLR-5810
 URL: https://issues.apache.org/jira/browse/SOLR-5810
 Project: Solr
  Issue Type: Improvement
  Components: SolrCloud, web gui
Reporter: Timothy Potter
Assignee: Timothy Potter
 Fix For: 5.0, Trunk

 Attachments: SOLR-5810-prelim.patch, SOLR-5810.patch, 
 SOLR-5810.patch, SOLR-5810.patch, SOLR-5810.prelim2.patch


 External collections (SOLR-5473) are not displayed in the Cloud - graph 
 panel, which makes it very hard to see which external collections have 
 problems, such as after a downed node comes back online.



--
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] [Updated] (SOLR-5810) State of external collections not displayed in cloud graph panel

2014-08-08 Thread Timothy Potter (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-5810?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Timothy Potter updated SOLR-5810:
-

Attachment: SOLR-5810.patch

Updated patch that works with the patch I just updated for SOLR-5473. 

 State of external collections not displayed in cloud graph panel
 

 Key: SOLR-5810
 URL: https://issues.apache.org/jira/browse/SOLR-5810
 Project: Solr
  Issue Type: Improvement
  Components: SolrCloud, web gui
Reporter: Timothy Potter
Assignee: Timothy Potter
 Attachments: SOLR-5810-prelim.patch, SOLR-5810.patch, 
 SOLR-5810.patch, SOLR-5810.prelim2.patch


 External collections (SOLR-5473) are not displayed in the Cloud - graph 
 panel, which makes it very hard to see which external collections have 
 problems, such as after a downed node comes back online.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

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



[jira] [Updated] (SOLR-5810) State of external collections not displayed in cloud graph panel

2014-08-04 Thread Timothy Potter (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-5810?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Timothy Potter updated SOLR-5810:
-

Attachment: SOLR-5810.patch

Here's an updated patch that works with the latest patch for SOLR-5473 applied 
to trunk. 

One thing that's easy to change is that I didn't activate the nav controls if 
you have less than 10 collections total. If we want the nav controls active all 
times, that's fine too, I just didn't want to introduce more complexity to the 
existing UI if it's not needed and I don't think you need paging or filtering 
if you only have 10 collections (one liner at ZookeeperInfoServlet line 257).

 State of external collections not displayed in cloud graph panel
 

 Key: SOLR-5810
 URL: https://issues.apache.org/jira/browse/SOLR-5810
 Project: Solr
  Issue Type: Improvement
  Components: SolrCloud, web gui
Reporter: Timothy Potter
Assignee: Timothy Potter
 Attachments: SOLR-5810-prelim.patch, SOLR-5810.patch, 
 SOLR-5810.prelim2.patch


 External collections (SOLR-5473) are not displayed in the Cloud - graph 
 panel, which makes it very hard to see which external collections have 
 problems, such as after a downed node comes back online.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

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



[jira] [Updated] (SOLR-5810) State of external collections not displayed in cloud graph panel

2014-06-12 Thread Timothy Potter (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-5810?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Timothy Potter updated SOLR-5810:
-

Attachment: SOLR-5810.prelim2.patch

Still a work in progress, but basic paging support is in place with the option 
to apply a simple filter on the collection name (see screen shot for UI 
concept). The code in this patch depends on the code for SOLR-5473, so is not 
ready for general consumption yet. Posting now to get some feedback on the 
approach and UI code; server-side code should be close (except it needs a unit 
test). 

 State of external collections not displayed in cloud graph panel
 

 Key: SOLR-5810
 URL: https://issues.apache.org/jira/browse/SOLR-5810
 Project: Solr
  Issue Type: Improvement
  Components: SolrCloud, web gui
Reporter: Timothy Potter
Assignee: Timothy Potter
 Attachments: SOLR-5810-prelim.patch, SOLR-5810.prelim2.patch


 External collections (SOLR-5473) are not displayed in the Cloud - graph 
 panel, which makes it very hard to see which external collections have 
 problems, such as after a downed node comes back online.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

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



[jira] [Updated] (SOLR-5810) State of external collections not displayed in cloud graph panel

2014-03-04 Thread Stefan Matheis (steffkes) (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-5810?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Matheis (steffkes) updated SOLR-5810:


Component/s: web gui

 State of external collections not displayed in cloud graph panel
 

 Key: SOLR-5810
 URL: https://issues.apache.org/jira/browse/SOLR-5810
 Project: Solr
  Issue Type: Improvement
  Components: SolrCloud, web gui
Reporter: Timothy Potter

 External collections (SOLR-5473) are not displayed in the Cloud - graph 
 panel, which makes it very hard to see which external collections have 
 problems, such as after a downed node comes back online.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

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



[jira] [Updated] (SOLR-5810) State of external collections not displayed in cloud graph panel

2014-03-04 Thread Timothy Potter (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-5810?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Timothy Potter updated SOLR-5810:
-

Attachment: SOLR-5810-prelim.patch

This is preliminary patch to allow me to visualize external collections for 
testing SOLR-5473. It doesn't implement any paging or filtering as we really 
need for handling a large number of external collections. I'm simply posting it 
here for others helping out get support for external collections hardened.

 State of external collections not displayed in cloud graph panel
 

 Key: SOLR-5810
 URL: https://issues.apache.org/jira/browse/SOLR-5810
 Project: Solr
  Issue Type: Improvement
  Components: SolrCloud, web gui
Reporter: Timothy Potter
 Attachments: SOLR-5810-prelim.patch


 External collections (SOLR-5473) are not displayed in the Cloud - graph 
 panel, which makes it very hard to see which external collections have 
 problems, such as after a downed node comes back online.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

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