-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DNM] Private rebalance repro jar changes #682
Conversation
Codecov Report
@@ Coverage Diff @@
## rcheng-v1.9.4 #682 +/- ##
=================================================
- Coverage 87.97% 87.22% -0.76%
=================================================
Files 50 50
Lines 4143 4141 -2
Branches 451 450 -1
=================================================
- Hits 3645 3612 -33
- Misses 330 366 +36
+ Partials 168 163 -5
... and 1 file with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
final long recordSize = records.size(); | ||
if (enableRebalancing && recordSize > 0) { | ||
processRebalancingTest(); | ||
} | ||
|
||
final long startTime = System.currentTimeMillis(); | ||
|
||
getSink().insert(records); | ||
|
||
logWarningForPutAndPrecommit( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We probably want INFO level log on this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed to info - should we add the log level as a configurable param? We've changed the log level for these logs many times...
1/18: customer issue info -> debug
6/8: debug -> info
6/27: info -> debug
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Customers can change it to debug if they like.
d69e10f
to
0f570ee
Compare
From @sfc-gh-japatel slack convo
2. Lets comment/remove hasSchemaEvolutionPermission from each partition creation.
3. (already exists) Add executionTimeMs in each of open(), close() and startTask APIs