Hello, I am running a multichain chain node for the past 4 months, I have some data on a stream which has multiple keys added to it, today I added another key to the data, now I am not able to query with the new key although the key shows that items have been indexed using list stream keys.
recipt-chain-1: liststreamkeys btu pb-004002
{"method":"liststreamkeys","params":["btu","pb-004002"],"id":"12710784-1606038656","chain_name":"recipt-chain-1"}
[
{
"key" : "pb-004002",
"items" : 1,
"confirmed" : 0
}
]
recipt-chain-1: liststreamkeyitems btu pb-004002
{"method":"liststreamkeyitems","params":["btu","pb-004002"],"id":"46023702-1606038690","chain_name":"recipt-chain-1"}
[
]
these are all the keys currently on the data, except for the current key I can query with all the other keys, even if I switch the position of the last three keys I am still not able to query with the new key.
"keys" : [
"6000f2",
"01324D",
"00002f-00106e",
"pb",
"00002f",
"00106e",
"22-11-2020",
"pb-004002",
"0013825_0014096"
],
however, if I switch the key to first place it works, Is this a bug or I am doing something wrong?
Node details:
"version" : "2.0.2",
"nodeversion" : 20002901,
"protocolversion" : 20010,
Thanks