I just deleted an index Cluster-15 gfsh>destroy index --name=symbolString --region=/instrumentstore Index "symbolString" on region : "/instrumentstore" successfully destroyed on the following members and then queries something totally different. 1. xstm8271dap(USDev_DataGrid_iPKE/GatewayServer/GemfireDealCacheServer:3573401):19012 Cluster-15 gfsh>query --query=" select p from /position p where p.instrumentKey in set(1,2,3)" --interactive=true Result : true startCount : 0 endCount : 20 Rows : 0 Query Trace : Query Executed in 2.834376 ms; indexesUsed(2):symbolString(Results: 3250),instrumentKey(Results: 0) Trace is showing previous output wrt dropped index. I do confirm the query prior to dropping the index was matching 3250 records. Looks there is some shared context where these stats are kept.
↧