Apoorv Naik created ATLAS-2597:
----------------------------------
Summary: [Metrics] Process typenames in batch of 25
Key: ATLAS-2597
URL: https://issues.apache.org/jira/browse/ATLAS-2597
Project: Atlas
Issue Type: Improvement
Affects Versions: 1.0.0-alpha
Reporter: Apoorv Naik
Assignee: Apoorv Naik
Fix For: 1.0.0
The Gremlin query compilation fails when the number of typenames in within
clause of the following query exceed 255
{noformat}
g.V().has('__typeName', within(...)).has('__state',
'ACTIVE').groupCount().by('__typeName').toList() {noformat}
The updated implementation breaks down the calls in chunks of 25 (configurable)
typeNames and executes multiple queries with smaller batches.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)