Hello, everyone !
Recently, I tried to use druid, but I got the exception as the screenshot.
I have 2 historical nodes and use local filesystem as deep storage, and with properties: segmentGranularity HOUR ,task partition 4.
The execption seems to occur when one historical node replicate segments from another historical node due to the default rule [{“tieredReplicants”:{"_default_tier":2},“type”:“loadForever”}],
the node seems to look up the segments need to be replicated on its own local filesystem rather than on another node.
That’s WHY !
Hope someone can do me a favor, thanks very much !