[GitHub] [incubator-sdap-nexus] tloubrieu-jpl commented on a change in pull request #101: SDAP-249 : add solr time out client argument to webapp, use it in the data acces…

2020-07-08 Thread GitBox
tloubrieu-jpl commented on a change in pull request #101: URL: https://github.com/apache/incubator-sdap-nexus/pull/101#discussion_r451910342 ## File path: analysis/webservice/webapp.py ## @@ -25,10 +25,16 @@ import pkg_resources import tornado.web from tornado.options

[GitHub] [incubator-sdap-nexus] tloubrieu-jpl commented on a change in pull request #101: SDAP-249 : add solr time out client argument to webapp, use it in the data acces…

2020-06-22 Thread GitBox
tloubrieu-jpl commented on a change in pull request #101: URL: https://github.com/apache/incubator-sdap-nexus/pull/101#discussion_r443932972 ## File path: data-access/nexustiles/dao/CassandraProxy.py ## @@ -168,6 +168,7 @@ def __init__(self, config): def __open(self):

[GitHub] [incubator-sdap-nexus] tloubrieu-jpl commented on a change in pull request #101: SDAP-249 : add solr time out client argument to webapp, use it in the data acces…

2020-06-22 Thread GitBox
tloubrieu-jpl commented on a change in pull request #101: URL: https://github.com/apache/incubator-sdap-nexus/pull/101#discussion_r443932994 ## File path: data-access/nexustiles/dao/SolrProxy.py ## @@ -36,12 +36,18 @@ class SolrProxy(object): def __init__(self, config):

[GitHub] [incubator-sdap-nexus] tloubrieu-jpl commented on a change in pull request #101: SDAP-249 : add solr time out client argument to webapp, use it in the data acces…

2020-06-22 Thread GitBox
tloubrieu-jpl commented on a change in pull request #101: URL: https://github.com/apache/incubator-sdap-nexus/pull/101#discussion_r443931960 ## File path: analysis/webservice/webapp.py ## @@ -156,6 +155,23 @@ def async_callback(self, result): if hasattr(result,

[GitHub] [incubator-sdap-nexus] tloubrieu-jpl commented on a change in pull request #101: SDAP-249 : add solr time out client argument to webapp, use it in the data acces…

2020-06-22 Thread GitBox
tloubrieu-jpl commented on a change in pull request #101: URL: https://github.com/apache/incubator-sdap-nexus/pull/101#discussion_r443916050 ## File path: analysis/webservice/webapp.py ## @@ -156,6 +155,23 @@ def async_callback(self, result): if hasattr(result,

[GitHub] [incubator-sdap-nexus] tloubrieu-jpl commented on a change in pull request #101: SDAP-249 : add solr time out client argument to webapp, use it in the data acces…

2020-06-22 Thread GitBox
tloubrieu-jpl commented on a change in pull request #101: URL: https://github.com/apache/incubator-sdap-nexus/pull/101#discussion_r443915590 ## File path: analysis/webservice/algorithms/doms/DomsInitialization.py ## @@ -49,6 +49,7 @@ def init(self, config):