You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "XiangweiWei (Jira)" <ji...@apache.org> on 2020/06/19 14:41:00 UTC

[jira] [Created] (IOTDB-777) Missing dot between deviceId and sensorId in chunkMetadataCache

XiangweiWei created IOTDB-777:
---------------------------------

             Summary: Missing dot between deviceId and sensorId in chunkMetadataCache
                 Key: IOTDB-777
                 URL: https://issues.apache.org/jira/browse/IOTDB-777
             Project: Apache IoTDB
          Issue Type: Bug
            Reporter: XiangweiWei
         Attachments: image-2020-06-19-22-40-28-734.png, image-2020-06-19-22-40-32-651.png

In ChunkMetadataCache, key of this map `LRULinkedHashMap<AccountableString, List<ChunkMetadata>> lruCache` isĀ file path dot deviceId dot sensorId.

But actually dot between deviceId and sensorId is missing.

Luckily, we miss this dot in every key string:D, so the system runs well.

But we'd better modify it.

!image-2020-06-19-22-40-28-734.png!

!image-2020-06-19-22-40-32-651.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)