<https://github.com/apache/pinot/issues/7271> we e...
# pinot-dev
t
https://github.com/apache/pinot/issues/7271 we encountered a server start issue in Pinot 0.7. We proposed to rollback the Reflection lib to 0.9.9 instead of 0.9.11. @User @User pls let us know what you think.
@User I saw you made an earlier PR to walk around this problem and mentioned that there is dependencies on 0.9.11 reflection lib. Can you elaborate on it? What are the dependencies on that version? Xiang is testing on reverting to 0.9.9 because there are other places in Pinot today using the Reflection lib.
j
@User Can you please send me the PR link?
t
x
j
You may generate a dependency tree and see which library depends on the reflections. I didn't downgrade it because some other dependencies may require higher version of reflections (not pinot code)
t
Xiang is testing Reflection 0.9.9 version, we can check if that build has any issue during tests.
x
seems all ci passed