Awadesh Kumar
09/14/2022, 9:23 AMselect * from packages_test limit 10
, it's giving different results on different execution i.e. 1 record and 10 records alternatively.
Could anyone please help with this issue? ThanksNavina
09/14/2022, 9:37 AMNavina
09/14/2022, 9:37 AMAwadesh Kumar
09/14/2022, 9:41 AM"segmentsConfig": {
"schemaName": "packages_test",
"replication": "2",
"timeColumnName": "updated_at",
"replicasPerPartition": "2"
}
Any possible reason for replica inconsistency?Navina
09/14/2022, 9:42 AMAwadesh Kumar
09/14/2022, 9:46 AMAwadesh Kumar
09/14/2022, 9:53 AM"BUCKET_SIZE": "0"
is present in EV but not in IS.
not sure if it can cause any issues.Navina
09/14/2022, 9:59 AMAwadesh Kumar
09/14/2022, 10:12 AMselect * from packages_test limit 10 option(skipUpsert=true)
we are using pinot version - 0.10.0Navina
09/14/2022, 10:13 AMAwadesh Kumar
09/14/2022, 10:34 AMNavina
09/14/2022, 10:49 AMMayank
Navina
09/14/2022, 4:49 PMMayank
Awadesh Kumar
09/15/2022, 5:24 AMNavina
09/15/2022, 5:32 AMAwadesh Kumar
09/21/2022, 11:02 AMselect * from test_table where id=454715266949122
gives no records found
select id, reference_number from test_table where id=454715266949122
gives the data
Can you please help, how to debug this?Navina
09/21/2022, 12:21 PMoption(skipUpsert=true)
and see if the behavior remains the same?Awadesh Kumar
09/21/2022, 2:32 PMoption(skipUpsert=true)
as well. After a few hours, we started getting results... not able to figure out the root cause.Navina
09/21/2022, 4:11 PM