You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2020/12/07 21:16:40 UTC

[GitHub] [kafka] kowshik opened a new pull request #9710: MINOR: Remove redundant default parameter values in call to LogSegment.open

kowshik opened a new pull request #9710:
URL: https://github.com/apache/kafka/pull/9710


   Few call sites in `Log.scala` were passing redundant default values when making calls to `LogSegment.open(...)`. In this PR, I've cleaned these up.
   
   **Test plan:**
   Relying on existing unit and integration tests.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [kafka] kowshik commented on pull request #9710: MINOR: Remove redundant default parameter values in call to LogSegment.open

Posted by GitBox <gi...@apache.org>.
kowshik commented on pull request #9710:
URL: https://github.com/apache/kafka/pull/9710#issuecomment-740186296


   cc @junrao @ijuma for review


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [kafka] junrao merged pull request #9710: MINOR: Remove redundant default parameter values in call to LogSegment.open

Posted by GitBox <gi...@apache.org>.
junrao merged pull request #9710:
URL: https://github.com/apache/kafka/pull/9710


   


----------------------------------------------------------------
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:
users@infra.apache.org