evasomething opened a new issue #6448: inconsistent segment size between sys.segments and coordinator GET route URL: https://github.com/apache/incubator-druid/issues/6448 Noticed this running on our internal test cluster querying sys.segments `select size from sys.segments where segment_id = 'cloudtrail0_2018-10-10T21:00:00.000Z_2018-10-10T22:00:00.000Z_2018-10-10T21:06:33.051Z'` returned `0` querying GET route `/druid/coordinator/v1/datasources/cloudtrail0/segments/cloudtrail0_2018-10-10T21:00:00.000Z_2018-10-10T22:00:00.000Z_2018-10-10T21:06:33.051Z` returned `105991` Full response of the GET route: ``` { "metadata": { "dataSource": "cloudtrail0", "interval": "2018-10-10T21:00:00.000Z/2018-10-10T22:00:00.000Z", "version": "2018-10-10T21:06:33.051Z", "loadSpec": { "type": "s3_zip", "bucket": "imply-druid-data", "key": "test/segments/cloudtrail0/2018-10-10T21:00:00.000Z_2018-10-10T22:00:00.000Z/2018-10-10T21:06:33.051Z/0/cbc0594b-297c-4e5c-b64b-a207b5a2a00b/index.zip", "S3Schema": "s3n" }, "dimensions": "eventVersion,eventSource,eventName,eventType,userIdentityType,userIdentityUserName,userIdentityPrincipalId,userIdentityArn,userIdentityAccountId,userIdentityAccessKeyId,userIdentitySessionIssuerType,userIdentitySessionIssuerUserName,userIdentitySessionIssuerPrincipalId,userIdentitySessionIssuerArn,userIdentitySessionIssuerAccountId,awsRegion,sourceIPAddress,userAgent,requestID,eventID,readOnly", "metrics": "", "shardSpec": { "type": "numbered", "partitionNum": 0, "partitions": 0 }, "binaryVersion": 9, "size": 105991, "identifier": "cloudtrail0_2018-10-10T21:00:00.000Z_2018-10-10T22:00:00.000Z_2018-10-10T21:06:33.051Z" }, "servers": [ "ip-172-31-3-46.ec2.internal:8283", "ip-172-31-12-127.ec2.internal:8283" ] } ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
