I configure replication=2 in TableConfig.segmentsC...
# troubleshooting
k
I configure replication=2 in TableConfig.segmentsConfig, when I call “v2/segments” to upload segment.tar.gz file to the pinot controller server, I often find that some segments are not loaded correctly on some pinot server servers.
x
did you find the idealstates
for the segment that in 1/2 status, what’s the other offline server?
And if there is any logs from the offline server when loading the segment
k
One loads normally, the other loads with an error
x
what’s the error log from the other server?
k
Pinot Server 8001-2022-06-01 at 13.37.39.png
x
what’s the download segment uri for that segment? is it downloadable from pinot server
seems to be some data corruption issue
k
downloadable
Pinot Server Success 2022-06-02 at 21.28.12.png
This server load segment was successful
x
hmm, downloaded from 127.0.0.1?
k
local server
x
ok, so you deployed two servers locally ?
k
OK
x
did you configure data directory separately for server?
k
It seems that there is no special configuration
x
try to start pinot with config file
in there you can configure data directory
I feel there are some conflict
or just do one server from local
k
there is a possibility
When I put replication=1, it always succeeds
Is there any documentation on the configuration data directory?
x
yeah, my feeling is that 1 server downloaded the segment, no concurrent override
k
thanks