J-HowHuang opened a new pull request, #16614:
URL: https://github.com/apache/pinot/pull/16614
For cases we've seen, the offset could and should be `long` type since Kafka
has this number with `long` type.
Before change, this could happen:
```
Caught exception while trying to fetch consuming segment info
java.lang.NumberFormatException: For input string: "5669486330"
at
java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
~[?:?]
at java.base/java.lang.Integer.parseInt(Integer.java:662) ~[?:?]
at java.base/java.lang.Integer.parseInt(Integer.java:778) ~[?:?]
at
org.apache.pinot.controller.helix.core.rebalance.TableRebalancer.getConsumingSegmentsOffsetsToCatchUp(TableRebalancer.java:1019)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]