[jira] [Updated] (SOLR-13565) Node level runtime libs loaded from remote urls

2019-07-29 Thread Noble Paul (JIRA)


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

Noble Paul updated SOLR-13565:
--
Issue Type: Sub-task  (was: Improvement)
Parent: SOLR-13661

> Node level runtime libs loaded from remote urls
> ---
>
> Key: SOLR-13565
> URL: https://issues.apache.org/jira/browse/SOLR-13565
> Project: Solr
>  Issue Type: Sub-task
>  Security Level: Public(Default Security Level. Issues are Public) 
>Reporter: Noble Paul
>Assignee: Noble Paul
>Priority: Major
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Custom components to be loaded at a CorContainer level
> How to configure this?
> {code:json}
> curl -X POST -H 'Content-type:application/json' --data-binary '
> {
>   "add-runtimelib": {
>   "name": "lib-name" ,
>   "url" : "http://host:port/url/of/jar;,
>   "sha512":""
>   }
> }' http://localhost:8983/api/cluster
> {code}
> How to update your jars?
> {code:json}
> curl -X POST -H 'Content-type:application/json' --data-binary '
> {
>   "update-runtimelib": {
>   "name": "lib-name" ,
>   "url" : "http://host:port/url/of/jar;,
>   "sha512":""
>   }
> }' http://localhost:8983/api/cluster
> {code}
> This only loads the components used in CoreContainer and it does not need to 
> restart the Solr node
> The configuration lives in the file {{/clusterprops.json}} in ZK.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

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



[jira] [Updated] (SOLR-13565) Node level runtime libs loaded from remote urls

2019-07-11 Thread Noble Paul (JIRA)


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

Noble Paul updated SOLR-13565:
--
Description: 
Custom components to be loaded at a CorContainer level

How to configure this?
{code:json}
curl -X POST -H 'Content-type:application/json' --data-binary '
{
  "add-runtimelib": {
  "name": "lib-name" ,
  "url" : "http://host:port/url/of/jar;,
  "sha512":""
  }
}' http://localhost:8983/api/cluster
{code}
How to update your jars?
{code:json}
curl -X POST -H 'Content-type:application/json' --data-binary '
{
  "update-runtimelib": {
  "name": "lib-name" ,
  "url" : "http://host:port/url/of/jar;,
  "sha512":""
  }
}' http://localhost:8983/api/cluster
{code}
This only loads the components used in CoreContainer and it does not need to 
restart the Solr node

The configuration lives in the file {{/clusterprops.json}} in ZK.

  was:
All components loaded in CoreContainer like, AuthenticationPlugin, 
AuthorizationPlugin, CollectionHandler, InfoHandler etc etc can have access to 
this classloader.

How to configure this?
{code:json}
curl -X POST -H 'Content-type:application/json' --data-binary '
{
  "add-runtimelib": {
  "name": "lib-name" ,
  "url" : "http://host:port/url/of/jar;,
  "sha512":""
  }
}' http://localhost:8983/api/cluster
{code}
How to update your jars?
{code:json}
curl -X POST -H 'Content-type:application/json' --data-binary '
{
  "update-runtimelib": {
  "name": "lib-name" ,
  "url" : "http://host:port/url/of/jar;,
  "sha512":""
  }
}' http://localhost:8983/api/cluster
{code}
This only loads the components used in CoreContainer and it does not need to 
restart the Solr node

The configuration lives in the file {{/clusterprops.json}} in ZK.


> Node level runtime libs loaded from remote urls
> ---
>
> Key: SOLR-13565
> URL: https://issues.apache.org/jira/browse/SOLR-13565
> Project: Solr
>  Issue Type: Improvement
>  Security Level: Public(Default Security Level. Issues are Public) 
>Reporter: Noble Paul
>Assignee: Noble Paul
>Priority: Major
>
> Custom components to be loaded at a CorContainer level
> How to configure this?
> {code:json}
> curl -X POST -H 'Content-type:application/json' --data-binary '
> {
>   "add-runtimelib": {
>   "name": "lib-name" ,
>   "url" : "http://host:port/url/of/jar;,
>   "sha512":""
>   }
> }' http://localhost:8983/api/cluster
> {code}
> How to update your jars?
> {code:json}
> curl -X POST -H 'Content-type:application/json' --data-binary '
> {
>   "update-runtimelib": {
>   "name": "lib-name" ,
>   "url" : "http://host:port/url/of/jar;,
>   "sha512":""
>   }
> }' http://localhost:8983/api/cluster
> {code}
> This only loads the components used in CoreContainer and it does not need to 
> restart the Solr node
> The configuration lives in the file {{/clusterprops.json}} in ZK.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

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



[jira] [Updated] (SOLR-13565) Node level runtime libs loaded from remote urls

2019-07-02 Thread Noble Paul (JIRA)


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

Noble Paul updated SOLR-13565:
--
Description: 
All components loaded in CoreContainer like, AuthenticationPlugin, 
AuthorizationPlugin, CollectionHandler, InfoHandler etc etc can have access to 
this classloader.

How to configure this?
{code:json}
curl -X POST -H 'Content-type:application/json' --data-binary '
{
  "add-runtimelib": {
  "name": "lib-name" ,
  "url" : "http://host:port/url/of/jar;,
  "sha512":""
  }
}' http://localhost:8983/api/cluster
{code}
How to update your jars?
{code:json}
curl -X POST -H 'Content-type:application/json' --data-binary '
{
  "update-runtimelib": {
  "name": "lib-name" ,
  "url" : "http://host:port/url/of/jar;,
  "sha512":""
  }
}' http://localhost:8983/api/cluster
{code}
This only loads the components used in CoreContainer and it does not need to 
restart the Solr node

The configuration lives in the file {{/clusterprops.json}} in ZK.

  was:
All components loaded in CoreContainer like, AuthenticationPlugin, 
AuthorizationPlugin, CollectionHandler, InfoHandler etc etc can have access to 
this classloader.

How to configure this?
{code:json}
curl -X POST -H 'Content-type:application/json' --data-binary '
{
  "add-runtimelib": {
  "name": "lib-name" 
  "url" : "http://host:port/url/of/jar;
  "sha512":""
  }
}' http://localhost:8983/api/cluster
{code}
How to update your jars?
{code:json}
curl -X POST -H 'Content-type:application/json' --data-binary '
{
  "update-runtimelib": {
  "name": "lib-name" 
  "url" : "http://host:port/url/of/jar;
  "sha512":""
  }
}' http://localhost:8983/api/cluster
{code}
This only loads the components used in CoreContainer and it does not need to 
restart the Solr node

The configuration lives in the file {{/clusterprops.json}} in ZK.


> Node level runtime libs loaded from remote urls
> ---
>
> Key: SOLR-13565
> URL: https://issues.apache.org/jira/browse/SOLR-13565
> Project: Solr
>  Issue Type: Improvement
>  Security Level: Public(Default Security Level. Issues are Public) 
>Reporter: Noble Paul
>Assignee: Noble Paul
>Priority: Major
>
> All components loaded in CoreContainer like, AuthenticationPlugin, 
> AuthorizationPlugin, CollectionHandler, InfoHandler etc etc can have access 
> to this classloader.
> How to configure this?
> {code:json}
> curl -X POST -H 'Content-type:application/json' --data-binary '
> {
>   "add-runtimelib": {
>   "name": "lib-name" ,
>   "url" : "http://host:port/url/of/jar;,
>   "sha512":""
>   }
> }' http://localhost:8983/api/cluster
> {code}
> How to update your jars?
> {code:json}
> curl -X POST -H 'Content-type:application/json' --data-binary '
> {
>   "update-runtimelib": {
>   "name": "lib-name" ,
>   "url" : "http://host:port/url/of/jar;,
>   "sha512":""
>   }
> }' http://localhost:8983/api/cluster
> {code}
> This only loads the components used in CoreContainer and it does not need to 
> restart the Solr node
> The configuration lives in the file {{/clusterprops.json}} in ZK.



--
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] [Updated] (SOLR-13565) Node level runtime libs loaded from remote urls

2019-07-02 Thread Noble Paul (JIRA)


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

Noble Paul updated SOLR-13565:
--
Description: 
All components loaded in CoreContainer like, AuthenticationPlugin, 
AuthorizationPlugin, CollectionHandler, InfoHandler etc etc can have access to 
this classloader.

How to configure this?
{code:json}
curl -X POST -H 'Content-type:application/json' --data-binary '
{
  "add-runtimelib": {
  "name": "lib-name" 
  "url" : "http://host:port/url/of/jar;
  "sha512":""
  }
}' http://localhost:8983/api/cluster
{code}
How to update your jars?
{code:json}
curl -X POST -H 'Content-type:application/json' --data-binary '
{
  "update-runtimelib": {
  "name": "lib-name" 
  "url" : "http://host:port/url/of/jar;
  "sha512":""
  }
}' http://localhost:8983/api/cluster
{code}
This only loads the components used in CoreContainer and it does not need to 
restart the Solr node

The configuration lives in the file {{/clusterprops.json}} in ZK.

  was:
All components loaded in CoreContainer like, AuthenticationPlugin, 
AuthorizationPlugin, CollectionHandler, InfoHandler etc etc can have access to 
this classloader.

How to configure this?
{code:java}
curl -X POST -H 'Content-type:application/json' --data-binary '
{
  "add-runtimelib": {
  "name": "lib-name" 
  "url" : "http://host:port/url/of/jar;
  "sha512":""
  }
}' http://localhost:8983/api/cluster
{code}
How to update your jars?
{code:json}
curl -X POST -H 'Content-type:application/json' --data-binary '
{
  "update-runtimelib": {
  "name": "lib-name" 
  "url" : "http://host:port/url/of/jar;
  "sha512":""
  }
}' http://localhost:8983/api/cluster
{code}
This only loads the components used in CoreContainer and it does not need to 
restart the Solr node

The configuration lives in the file {{/clusterprops.json}} in ZK.


> Node level runtime libs loaded from remote urls
> ---
>
> Key: SOLR-13565
> URL: https://issues.apache.org/jira/browse/SOLR-13565
> Project: Solr
>  Issue Type: Improvement
>  Security Level: Public(Default Security Level. Issues are Public) 
>Reporter: Noble Paul
>Assignee: Noble Paul
>Priority: Major
>
> All components loaded in CoreContainer like, AuthenticationPlugin, 
> AuthorizationPlugin, CollectionHandler, InfoHandler etc etc can have access 
> to this classloader.
> How to configure this?
> {code:json}
> curl -X POST -H 'Content-type:application/json' --data-binary '
> {
>   "add-runtimelib": {
>   "name": "lib-name" 
>   "url" : "http://host:port/url/of/jar;
>   "sha512":""
>   }
> }' http://localhost:8983/api/cluster
> {code}
> How to update your jars?
> {code:json}
> curl -X POST -H 'Content-type:application/json' --data-binary '
> {
>   "update-runtimelib": {
>   "name": "lib-name" 
>   "url" : "http://host:port/url/of/jar;
>   "sha512":""
>   }
> }' http://localhost:8983/api/cluster
> {code}
> This only loads the components used in CoreContainer and it does not need to 
> restart the Solr node
> The configuration lives in the file {{/clusterprops.json}} in ZK.



--
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] [Updated] (SOLR-13565) Node level runtime libs loaded from remote urls

2019-07-02 Thread Noble Paul (JIRA)


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

Noble Paul updated SOLR-13565:
--
Description: 
All components loaded in CoreContainer like, AuthenticationPlugin, 
AuthorizationPlugin, CollectionHandler, InfoHandler etc etc can have access to 
this classloader.

How to configure this?
{code:java}
curl -X POST -H 'Content-type:application/json' --data-binary '
{
  "add-runtimelib": {
  "name": "lib-name" 
  "url" : "http://host:port/url/of/jar;
  "sha512":""
  }
}' http://localhost:8983/api/cluster
{code}
How to update your jars?
{code:json}
curl -X POST -H 'Content-type:application/json' --data-binary '
{
  "update-runtimelib": {
  "name": "lib-name" 
  "url" : "http://host:port/url/of/jar;
  "sha512":""
  }
}' http://localhost:8983/api/cluster
{code}
This only loads the components used in CoreContainer and it does not need to 
restart the Solr node

The configuration lives in the file {{/clusterprops.json}} in ZK.

  was:
All components loaded in CoreContainer like, AuthenticationPlugin, 
AuthorizationPlugin, CollectionHandler, InfoHandler etc etc can have access to 
this classloader.

How to configure this?
{code:java}
curl -X POST -H 'Content-type:application/json' --data-binary '
{
  "set-obj-property": {
"runtimeLib" : {
  "lib-name" : {
  "url" : "http://host:port/url/of/jar;
  "sha512":""
  }
}
  }
}' http://localhost:8983/api/cluster
{code}
How to update your jars?
{code:java}
curl -X POST -H 'Content-type:application/json' --data-binary '
{
  "set-obj-property": {
"runtimeLib" : {
  "lib-name" : {
  "url" : "http://host:port/url/of/new/jar;
  "sha512":""
  }
}
  }
}' http://localhost:8983/api/cluster
{code}
This only loads the components used in CoreContainer and it does not need to 
restart the Solr node

The configuration lives in the file {{/clusterprops.json}} in ZK.


> Node level runtime libs loaded from remote urls
> ---
>
> Key: SOLR-13565
> URL: https://issues.apache.org/jira/browse/SOLR-13565
> Project: Solr
>  Issue Type: Improvement
>  Security Level: Public(Default Security Level. Issues are Public) 
>Reporter: Noble Paul
>Assignee: Noble Paul
>Priority: Major
>
> All components loaded in CoreContainer like, AuthenticationPlugin, 
> AuthorizationPlugin, CollectionHandler, InfoHandler etc etc can have access 
> to this classloader.
> How to configure this?
> {code:java}
> curl -X POST -H 'Content-type:application/json' --data-binary '
> {
>   "add-runtimelib": {
>   "name": "lib-name" 
>   "url" : "http://host:port/url/of/jar;
>   "sha512":""
>   }
> }' http://localhost:8983/api/cluster
> {code}
> How to update your jars?
> {code:json}
> curl -X POST -H 'Content-type:application/json' --data-binary '
> {
>   "update-runtimelib": {
>   "name": "lib-name" 
>   "url" : "http://host:port/url/of/jar;
>   "sha512":""
>   }
> }' http://localhost:8983/api/cluster
> {code}
> This only loads the components used in CoreContainer and it does not need to 
> restart the Solr node
> The configuration lives in the file {{/clusterprops.json}} in ZK.



--
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] [Updated] (SOLR-13565) Node level runtime libs loaded from remote urls

2019-06-20 Thread Noble Paul (JIRA)


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

Noble Paul updated SOLR-13565:
--
Description: 
All components loaded in CoreContainer like, AuthenticationPlugin, 
AuthorizationPlugin, CollectionHandler, InfoHandler etc etc can have access to 
this classloader.

How to configure this?
{code:java}
curl -X POST -H 'Content-type:application/json' --data-binary '
{
  "set-obj-property": {
"runtimeLib" : {
  "lib-name" : {
  "url" : "http://host:port/url/of/jar;
  "sha512":""
  }
}
  }
}' http://localhost:8983/api/cluster
{code}
How to update your jars?
{code:java}
curl -X POST -H 'Content-type:application/json' --data-binary '
{
  "set-obj-property": {
"runtimeLib" : {
  "lib-name" : {
  "url" : "http://host:port/url/of/new/jar;
  "sha512":""
  }
}
  }
}' http://localhost:8983/api/cluster
{code}
This only loads the components used in CoreContainer and it does not need to 
restart the Solr node

The configuration lives in the file {{/clusterprops.json}} in ZK.

  was:
All components loaded in CoreContainer like, AuthenticationPlugin, 
AuthorizationPlugin, CollectionHandler, InfoHandler etc etc can have access to 
this classloader. 

How to configure this?

{code}
curl -X POST -H 'Content-type:application/json' --data-binary '
{
  "set-obj-property": {
"runtimeLib" : {
  "lib-name" : {
  "url" : "http://host:port/url/of/jar;
  "sha512":""
  }
}
  }
}' http://localhost:8983/api/cluster
{code}

How to update your jars?
{code}
curl -X POST -H 'Content-type:application/json' --data-binary '
{
  "set-obj-property": {
"runtimeLib" : {
  "lib-name" : {
  "url" : "http://host:port/url/of/new/jar;
  "sha512":""
  }
}
  }
}' http://localhost:8983/api/cluster
{code}

This only loads the components used in CoreContainer and it does not need to 
restart the Solr node



> Node level runtime libs loaded from remote urls
> ---
>
> Key: SOLR-13565
> URL: https://issues.apache.org/jira/browse/SOLR-13565
> Project: Solr
>  Issue Type: Improvement
>  Security Level: Public(Default Security Level. Issues are Public) 
>Reporter: Noble Paul
>Priority: Major
>
> All components loaded in CoreContainer like, AuthenticationPlugin, 
> AuthorizationPlugin, CollectionHandler, InfoHandler etc etc can have access 
> to this classloader.
> How to configure this?
> {code:java}
> curl -X POST -H 'Content-type:application/json' --data-binary '
> {
>   "set-obj-property": {
> "runtimeLib" : {
>   "lib-name" : {
>   "url" : "http://host:port/url/of/jar;
>   "sha512":""
>   }
> }
>   }
> }' http://localhost:8983/api/cluster
> {code}
> How to update your jars?
> {code:java}
> curl -X POST -H 'Content-type:application/json' --data-binary '
> {
>   "set-obj-property": {
> "runtimeLib" : {
>   "lib-name" : {
>   "url" : "http://host:port/url/of/new/jar;
>   "sha512":""
>   }
> }
>   }
> }' http://localhost:8983/api/cluster
> {code}
> This only loads the components used in CoreContainer and it does not need to 
> restart the Solr node
> The configuration lives in the file {{/clusterprops.json}} in ZK.



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