adoroszlai opened a new pull request #1195: HDDS-1878. checkstyle error in ContainerStateMachine URL: https://github.com/apache/hadoop/pull/1195 ## What changes were proposed in this pull request? Fix checkstyle error due to too long line. Unfortunately at 71 characters `DFS_CONTAINER_RATIS_STATEMACHINE_MAX_PENDING_APPLY_TRANSACTIONS_DEFAULT` is too long for the 80-char limit even with static imports, so it has to be shortened. I figured that `RATIS` would be the least useful part, implied by `STATEMACHINE`, so I removed that. https://issues.apache.org/jira/browse/HDDS-1878 ## How was this patch tested? ``` $ mvn -Phdds -DskipTests -am -pl :hadoop-hdds-container-service clean package $ ./hadoop-ozone/dev-support/checks/checkstyle.sh ```
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
