Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Reviewed
Description
One possible problem is the trailing comment, Like this
assertTrue(initialRegions .contains(RegionReplicaUtil.getRegionInfoForReplica(mergedRegions.getFirst(), 1))); // this // is // the // replica // of // the // first // region
Because of we limited line length, the format will be very strange and still has line length problem if some of the words are too long.
Let's move them from trailing to top of the statement.
Attachments
Issue Links
- links to