Hi,
I'm experiencing a wired issue where any data put into map state when retrieved with the same key is returning as null and hence it puts the same value again and again. I used rocksdb state backend but tried with Memory state backend too but the issue still exist. Each time when I set the key and value into MapState it creates a new map I couldn't access the previous value. But when I iterate over the MapState keys and values, I can see the same key added multiple times. Each put operation goes through the code lines marked in red. NestedMapsStateTable.java S get(K key, int keyGroupIndex, N namespace) { HeapMapState.java @Override |
Sorry my bad, figured out it was a change done at our end which created different keys. Thanks. On Fri, Sep 8, 2017 at 5:32 PM, Navneeth Krishnan <[hidden email]> wrote:
|
Free forum by Nabble | Edit this page |