Hey guys, a few surprises I had with 0.10.0: - The...
# troubleshooting
d
Hey guys, a few surprises I had with 0.10.0: • The
segmentPartitionConfig
map doesn't accept the mapping of column to partition config directly, as the table configuration documentation says, but rather can only contain a
columnPartitionMap
field it seems, and then this field in its turn can contain the mapping between column and partition config • The
segmentsConfig
seems to have had its old
replicasPerPartition
renamed to
replication
, if I understand correctly - or maybe I just don't understand where each should be used, if both are valid (although the config docs don't mention
replicasPerPartition
anymore) Should I open a ticket on GitHub about these? Or am I getting something wrong perhaps?
m
Do you see relevant info in release notes? cc: @User
d
Not sure if that question was for me, @User - if yes, I don't see any mention to those changes
l
hey Diogo, do you get an error about the
replicasPerPartition
? also we have always have it done
segmentPartitionConfig
then
columnPartitionMap
and then the fields that we have to map from which pinot version are you upgrading from? also thank you for sharing this we will updating to
0.10.0
shortly and this helps
d
@User I was using 0.10.0 when I faced the issues above, like my initial message says.
l
oh i see so you were not upgrading yes? you were just using brand new
0.10.0
?
d
Correct, not upgrading. I ran it locally from brand new containers with the 0.10.0 image.
1