[jira] [Commented] (SOLR-13712) JMX MBeans are not exposed because of race condition between creating platform mbean server and registering mbeans

2019-08-23 Thread Jeremy Branham (Jira)


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

Jeremy Branham commented on SOLR-13712:
---

Thanks for tracking this down -

It sounds like a workaround may be to configure log4j2 to register it's mbeans 
earlier.
I'm not sure if this can be done through configuration, but I'll do some tests 
and post my results.

> JMX MBeans are not exposed because of race condition between creating 
> platform mbean server and registering mbeans
> --
>
> Key: SOLR-13712
> URL: https://issues.apache.org/jira/browse/SOLR-13712
> Project: Solr
>  Issue Type: Bug
>  Security Level: Public(Default Security Level. Issues are Public) 
>  Components: JMX
>Affects Versions: 6.6, 6.6.2, 6.6.5, 7.7.2, 8.2, 8.1.1
>Reporter: Shalin Shekhar Mangar
>Priority: Major
>
> This is quite easy to reproduce. 
> {code}
> wget https://archive.apache.org/dist/lucene/solr/6.6.0/solr-6.6.0.tgz
> tar xvf solr-6.6.0.tgz
> cd solr-6.6.0
> {code}
> Enable jmx reporting by editing the server/solr/solr.xml and adding the 
> following under the "" tag:
> {code}
> 
>  class="org.apache.solr.metrics.reporters.SolrJmxReporter" />
>   
> {code}
> Start solr with:
> {code}
> ./bin/solr start -e cloud -noprompt
> {code}
> Open jconsole and inspect mbeans for solr nodes running on port 8983 and 
> 7574. You'll find that all mbeans (node, jvm, jetty, solr) are present for 
> the solr on port 8983 but completely absent for the solr node running on port 
> 7574.
> Same behavior is on 6.6.2 and 6.6.6. However, Solr 7.x and 8.x seem to be 
> fine.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

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



[jira] [Commented] (SOLR-12276) Admin UI - Convert from "AngularJS" to "Angular"

2019-01-26 Thread Jeremy Branham (JIRA)


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

Jeremy Branham commented on SOLR-12276:
---

[~jdyer] I've also started developing a standalone [or drop-in replacement] for 
the embedded Solr Admin UI.

Are you, or anyone else still working on this?  

 

Here's a link to the UI I've been working on - 

[https://github.com/savantly-net/solr-admin]

 

> Admin UI - Convert from "AngularJS" to "Angular"
> 
>
> Key: SOLR-12276
> URL: https://issues.apache.org/jira/browse/SOLR-12276
> Project: Solr
>  Issue Type: Improvement
>  Security Level: Public(Default Security Level. Issues are Public) 
>  Components: Admin UI
>Reporter: James Dyer
>Priority: Minor
>  Labels: Angular, AngularJS, angular-migration
>  Time Spent: 1h
>  Remaining Estimate: 0h
>
> With SOLR-12196 it was noted the current Solr Admin UI runs AngularJS (1.x), 
> which is to be End-of-Life later this year.  Various options were proposed 
> for what to do next.  One option is to keep the existing functionality but 
> migrate to a newer UI framework.  This ticket is to migrate the existing UI 
> to Angular (2+).
> See [this readme 
> file|https://github.com/jdyer1/lucene-solr/tree/feature/angular-conversion-solr-admin/solr/webapp].



--
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] [Comment Edited] (SOLR-13162) Admin UI development-test cycle is slow

2019-01-23 Thread Jeremy Branham (JIRA)


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

Jeremy Branham edited comment on SOLR-13162 at 1/23/19 5:53 PM:


Hey Jan -

That's great, I didn't know about 
https://issues.apache.org/jira/browse/SOLR-12276 

It could definitely be deployed as part of SOLR. I'd just thought it would be 
cool to have a standalone-capable client.
 I've started development with Angular 7.2, the latest stable release as of a 
few days ago.

I've just started adding JS client's for the solr api endpoints, but it would 
be great as you said, to do some UX evaluation - rather than just copying over 
the functionality.


was (Author: jdbranham):
Hey Jan -

That's great, I didn't know about 
https://issues.apache.org/jira/browse/SOLR-12276 

It could definitely be deployed as part of SOLR. I'd just thought it would be 
cool to have a standalone-capable client.
I've started development with Angular 7.2, the latest stable release as of a 
few days ago.

I've just started added JS client's for the solr api endpoints, but it would be 
great as you said, to do some UX evaluation - rather than just copying over the 
functionality.

> Admin UI development-test cycle is slow
> ---
>
> Key: SOLR-13162
> URL: https://issues.apache.org/jira/browse/SOLR-13162
> Project: Solr
>  Issue Type: New Feature
>  Security Level: Public(Default Security Level. Issues are Public) 
>  Components: Admin UI
>Reporter: Jeremy Branham
>Priority: Minor
>
> When developing the admin user interface, it takes a long time to rebuild the 
> server to do testing.
> It would be nice to have a small test harness or the admin ui, so that 'ant 
> server' doesnt need to be executed before testing changes.



--
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-13162) Admin UI development-test cycle is slow

2019-01-23 Thread Jeremy Branham (JIRA)


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

Jeremy Branham commented on SOLR-13162:
---

Hey Jan -

That's great, I didn't know about 
https://issues.apache.org/jira/browse/SOLR-12276 

It could definitely be deployed as part of SOLR. I'd just thought it would be 
cool to have a standalone-capable client.
I've started development with Angular 7.2, the latest stable release as of a 
few days ago.

I've just started added JS client's for the solr api endpoints, but it would be 
great as you said, to do some UX evaluation - rather than just copying over the 
functionality.

> Admin UI development-test cycle is slow
> ---
>
> Key: SOLR-13162
> URL: https://issues.apache.org/jira/browse/SOLR-13162
> Project: Solr
>  Issue Type: New Feature
>  Security Level: Public(Default Security Level. Issues are Public) 
>  Components: Admin UI
>Reporter: Jeremy Branham
>Priority: Minor
>
> When developing the admin user interface, it takes a long time to rebuild the 
> server to do testing.
> It would be nice to have a small test harness or the admin ui, so that 'ant 
> server' doesnt need to be executed before testing changes.



--
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] [Comment Edited] (SOLR-13162) Admin UI development-test cycle is slow

2019-01-22 Thread Jeremy Branham (JIRA)


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

Jeremy Branham edited comment on SOLR-13162 at 1/22/19 10:28 PM:
-

It definitely saved me some time, even on a small modification I was working on 
[drag-n-drop replica moves] 

I've started working on a new admin ui from the ground up, but it will be a 
while before I can get all the current features implemented. 

[https://github.com/savantly-net/solr-admin] 

It will work as a standalone tool.


was (Author: jdbranham):
It definitely saved me some time, even on a small modification I was working on 
[drag-n-drop replica moves] 

I've started working on a new admin ui from the ground up, but it will be a 
while before I can get all the current features implemented. 

[https://github.com/savantly-net/solr-admin] 

> Admin UI development-test cycle is slow
> ---
>
> Key: SOLR-13162
> URL: https://issues.apache.org/jira/browse/SOLR-13162
> Project: Solr
>  Issue Type: New Feature
>  Security Level: Public(Default Security Level. Issues are Public) 
>  Components: Admin UI
>Reporter: Jeremy Branham
>Priority: Minor
>
> When developing the admin user interface, it takes a long time to rebuild the 
> server to do testing.
> It would be nice to have a small test harness or the admin ui, so that 'ant 
> server' doesnt need to be executed before testing changes.



--
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-13162) Admin UI development-test cycle is slow

2019-01-22 Thread Jeremy Branham (JIRA)


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

Jeremy Branham commented on SOLR-13162:
---

It definitely saved me some time, even on a small modification I was working on 
[drag-n-drop replica moves] 

I've started working on a new admin ui from the ground up, but it will be a 
while before I can get all the current features implemented. 

[https://github.com/savantly-net/solr-admin] 

> Admin UI development-test cycle is slow
> ---
>
> Key: SOLR-13162
> URL: https://issues.apache.org/jira/browse/SOLR-13162
> Project: Solr
>  Issue Type: New Feature
>  Security Level: Public(Default Security Level. Issues are Public) 
>  Components: Admin UI
>Reporter: Jeremy Branham
>Priority: Minor
>
> When developing the admin user interface, it takes a long time to rebuild the 
> server to do testing.
> It would be nice to have a small test harness or the admin ui, so that 'ant 
> server' doesnt need to be executed before testing changes.



--
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-13162) Admin UI development-test cycle is slow

2019-01-22 Thread Jeremy Branham (JIRA)


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

Jeremy Branham commented on SOLR-13162:
---

Thank [~gerlowskija]

I didn't know about repackaging the admin-ui without running 'ant server' 
[18min].
It was considerably faster [1.5min] 

I created a small nodejs project that serves the admin-ui, and proxies the 
request to a locally running solr instance. I like this because I can just 
refresh the page to see the latest changes, without repackaging or restarting 
solr.
Although, I'm not sure how much value others would give it.

> Admin UI development-test cycle is slow
> ---
>
> Key: SOLR-13162
> URL: https://issues.apache.org/jira/browse/SOLR-13162
> Project: Solr
>  Issue Type: New Feature
>  Security Level: Public(Default Security Level. Issues are Public) 
>  Components: Admin UI
>Reporter: Jeremy Branham
>Priority: Minor
>
> When developing the admin user interface, it takes a long time to rebuild the 
> server to do testing.
> It would be nice to have a small test harness or the admin ui, so that 'ant 
> server' doesnt need to be executed before testing changes.



--
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-13162) Admin UI development-test cycle is slow

2019-01-22 Thread Jeremy Branham (JIRA)


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

Jeremy Branham commented on SOLR-13162:
---

Created PR - https://github.com/apache/lucene-solr/pull/547

> Admin UI development-test cycle is slow
> ---
>
> Key: SOLR-13162
> URL: https://issues.apache.org/jira/browse/SOLR-13162
> Project: Solr
>  Issue Type: New Feature
>  Security Level: Public(Default Security Level. Issues are Public) 
>  Components: Admin UI
>Reporter: Jeremy Branham
>Priority: Minor
>
> When developing the admin user interface, it takes a long time to rebuild the 
> server to do testing.
> It would be nice to have a small test harness or the admin ui, so that 'ant 
> server' doesnt need to be executed before testing changes.



--
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-13161) Drag and drop replica move - admin ui

2019-01-22 Thread Jeremy Branham (JIRA)


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

Jeremy Branham commented on SOLR-13161:
---

Created PR - https://github.com/apache/lucene-solr/pull/547

> Drag and drop replica move - admin ui
> -
>
> Key: SOLR-13161
> URL: https://issues.apache.org/jira/browse/SOLR-13161
> Project: Solr
>  Issue Type: New Feature
>  Security Level: Public(Default Security Level. Issues are Public) 
>  Components: Admin UI
>Reporter: Jeremy Branham
>Priority: Minor
>
> On the "cloud > nodes" admin screen, it would be nice to have a drag and drop 
> way to move replicas around.
>  



--
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] [Created] (SOLR-13162) Admin UI development-test cycle is slow

2019-01-22 Thread Jeremy Branham (JIRA)
Jeremy Branham created SOLR-13162:
-

 Summary: Admin UI development-test cycle is slow
 Key: SOLR-13162
 URL: https://issues.apache.org/jira/browse/SOLR-13162
 Project: Solr
  Issue Type: New Feature
  Security Level: Public (Default Security Level. Issues are Public)
  Components: Admin UI
Reporter: Jeremy Branham


When developing the admin user interface, it takes a long time to rebuild the 
server to do testing.

It would be nice to have a small test harness or the admin ui, so that 'ant 
server' doesnt need to be executed before testing changes.



--
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] [Created] (SOLR-13161) Drag and drop replica move - admin ui

2019-01-22 Thread Jeremy Branham (JIRA)
Jeremy Branham created SOLR-13161:
-

 Summary: Drag and drop replica move - admin ui
 Key: SOLR-13161
 URL: https://issues.apache.org/jira/browse/SOLR-13161
 Project: Solr
  Issue Type: New Feature
  Security Level: Public (Default Security Level. Issues are Public)
  Components: Admin UI
Reporter: Jeremy Branham


On the "cloud > nodes" admin screen, it would be nice to have a drag and drop 
way to move replicas around.

 



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