Franklinsam Paul created ATLAS-4918:
---------------------------------------
Summary: Need option to increase socket timeout
Key: ATLAS-4918
URL: https://issues.apache.org/jira/browse/ATLAS-4918
Project: Atlas
Issue Type: Improvement
Reporter: Franklinsam Paul
When we query the furthest record ( say 10 millionth record of hdfs_path from
solr) Ex.
https://ATLAS_SERVER_FQDN:31443/api/atlas/v2/search/basic?excludeDeletedEntities=true&limit=1000&offset=10000000&typeName=hdfs_path"))
request to solr is taking more than 2mins to complete, which causes the
request to timeout (because the socket timeout is set to 120 seconds)
{code:java}
(LoggingManagedHttpClientConnection:88)
2024-10-15 17:49:29,361 DEBUG - [etp339924917-302 -
69e8c364-cbff-4197-8843-cb534cff8d4f:atlas:GET/api/atlas/admin/metrics] ~
http-outgoing-5: set socket timeout to 120000
(LoggingManagedHttpClientConnection:88)
{code}
currently in the code, there isn’t a way to increase this socket timeout
value, the config is set by janusgraph and is not exposed to be overriden by
atlas
cc: [~dishatalreja] [~jayendrap] [~amekala2514]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)