Skip to content

Clarify log deletion configuration options in server.properties (for 0.8.1)#27

Closed
MarkRose wants to merge 1 commit into
apache:0.8.1from
MarkRose:fix_misleading_configuration_file
Closed

Clarify log deletion configuration options in server.properties (for 0.8.1)#27
MarkRose wants to merge 1 commit into
apache:0.8.1from
MarkRose:fix_misleading_configuration_file

Conversation

@MarkRose

Copy link
Copy Markdown
Contributor

I spent a bit of time tracking down why files were being deleted before they reached log.retention.hours of age. It turns out that the time and size log retention schemes function independently, and not as the original comment "The minimum age of a log file to be eligible for deletion" might indicate to a new user.

@MarkRose MarkRose changed the title Clarify log deletion configuration options in server.properties Clarify log deletion configuration options in server.properties (for 0.8.1) Jul 22, 2014
ymatsuda referenced this pull request in confluentinc/kafka Aug 5, 2015
ymatsuda added a commit to ymatsuda/kafka that referenced this pull request Sep 2, 2015
resetius added a commit to resetius/kafka that referenced this pull request Apr 22, 2016
…ta-tolerant

Don't override HighWaterMarks on bad metadata
@guozhangwang

Copy link
Copy Markdown
Contributor

I think #28 is sufficient, would you mind closing this PR?

@asfbot

asfbot commented Dec 21, 2016

Copy link
Copy Markdown

Refer to this link for build results (access rights to CI server needed):
https://builds.apache.org/job/kafka-pr-jdk7-scala2.10/294/
Test FAILed (JDK 7 and Scala 2.10).

@asfbot

asfbot commented Dec 21, 2016

Copy link
Copy Markdown

Refer to this link for build results (access rights to CI server needed):
https://builds.apache.org/job/kafka-pr-jdk8-scala2.11/296/
Test FAILed (JDK 8 and Scala 2.11).

@asfbot

asfbot commented Dec 21, 2016

Copy link
Copy Markdown

Refer to this link for build results (access rights to CI server needed):
https://builds.apache.org/job/kafka-pr-jdk8-scala2.12/295/
Test FAILed (JDK 8 and Scala 2.12).

@MarkRose

Copy link
Copy Markdown
Contributor Author

Will do!

@MarkRose MarkRose closed this Dec 21, 2016
@pono pono reopened this Dec 26, 2016
@pono pono closed this Dec 26, 2016
@asfbot

asfbot commented Dec 26, 2016

Copy link
Copy Markdown

Refer to this link for build results (access rights to CI server needed):
https://builds.apache.org/job/kafka-pr-jdk7-scala2.10/388/
Test FAILed (JDK 7 and Scala 2.10).

@asfbot

asfbot commented Dec 26, 2016

Copy link
Copy Markdown

Refer to this link for build results (access rights to CI server needed):
https://builds.apache.org/job/kafka-pr-jdk8-scala2.12/389/
Test FAILed (JDK 8 and Scala 2.12).

@asfbot

asfbot commented Dec 26, 2016

Copy link
Copy Markdown

Refer to this link for build results (access rights to CI server needed):
https://builds.apache.org/job/kafka-pr-jdk8-scala2.11/390/
Test FAILed (JDK 8 and Scala 2.11).

abhishekmendhekar pushed a commit to abhishekmendhekar/kafka that referenced this pull request Jun 12, 2019
apache#27)

In large clusters with large metadata size the UpdateMetadataRequest::toString can generate
really large strings. If there are n/w issue these strings are logged resulting in lots of these
string to be generated and cause high memory usage.
abhishekmendhekar pushed a commit to abhishekmendhekar/kafka that referenced this pull request Jun 12, 2019
apache#27)

In large clusters with large metadata size the UpdateMetadataRequest::toString can generate
really large strings. If there are n/w issue these strings are logged resulting in lots of these
string to be generated and cause high memory usage.
xiowu0 pushed a commit to xiowu0/kafka that referenced this pull request Aug 23, 2019
…sult (apache#27)

TICKET =
LI_DESCRIPTION = 
In large clusters with large metadata size the UpdateMetadataRequest::toString can generate
really large strings. If there are n/w issue these strings are logged resulting in lots of these
string to be generated and cause high memory usage.

EXIT_CRITERIA = MANUAL ["Occurs on large clusters only hence limiting this to LinkedIn branch only"]
smccauliff pushed a commit to smccauliff/kafka that referenced this pull request Oct 8, 2020
…sult (apache#27)

TICKET =
LI_DESCRIPTION = 
In large clusters with large metadata size the UpdateMetadataRequest::toString can generate
really large strings. If there are n/w issue these strings are logged resulting in lots of these
string to be generated and cause high memory usage.

EXIT_CRITERIA = MANUAL ["Occurs on large clusters only hence limiting this to LinkedIn branch only"]
wyuka pushed a commit to wyuka/kafka that referenced this pull request Jan 7, 2022
…sult (apache#27)

TICKET =
LI_DESCRIPTION =
In large clusters with large metadata size the UpdateMetadataRequest::toString can generate
really large strings. If there are n/w issue these strings are logged resulting in lots of these
string to be generated and cause high memory usage.

EXIT_CRITERIA = MANUAL ["Occurs on large clusters only hence limiting this to LinkedIn branch only"]
wyuka pushed a commit to wyuka/kafka that referenced this pull request Mar 4, 2022
…sult (apache#27)

TICKET =
LI_DESCRIPTION =
In large clusters with large metadata size the UpdateMetadataRequest::toString can generate
really large strings. If there are n/w issue these strings are logged resulting in lots of these
string to be generated and cause high memory usage.

EXIT_CRITERIA = MANUAL ["Occurs on large clusters only hence limiting this to LinkedIn branch only"]
wyuka pushed a commit to wyuka/kafka that referenced this pull request Mar 28, 2022
…sult (apache#27)

TICKET =
LI_DESCRIPTION =
In large clusters with large metadata size the UpdateMetadataRequest::toString can generate
really large strings. If there are n/w issue these strings are logged resulting in lots of these
string to be generated and cause high memory usage.

EXIT_CRITERIA = MANUAL ["Occurs on large clusters only hence limiting this to LinkedIn branch only"]
wyuka pushed a commit to wyuka/kafka that referenced this pull request Jun 16, 2022
…sult (apache#27)

TICKET =
LI_DESCRIPTION =
In large clusters with large metadata size the UpdateMetadataRequest::toString can generate
really large strings. If there are n/w issue these strings are logged resulting in lots of these
string to be generated and cause high memory usage.

EXIT_CRITERIA = MANUAL ["Occurs on large clusters only hence limiting this to LinkedIn branch only"]
patrik-marton pushed a commit to patrik-marton/kafka that referenced this pull request Mar 11, 2025
CSMDS-200: ART trigger on PR (apache#27)

CSMDS-141: CSM CI build for kafka (apache#19)
fvaleri pushed a commit to fvaleri/kafka that referenced this pull request Sep 26, 2025
- Add new admin api findCoordinator
- When create mirror topic it should find the coordinator first then send the create topic request

```
./bin/kafka-topics.sh --createMirror --topic test --bootstrap-server localhost:9094 --remote-bootstrap-server localhost:9092 --topic-id  RI3uACW1QM2Exahq-CATrA --link my-link
The findCoordinator response is: FindCoordinatorResponseData(throttleTimeMs=0, errorCode=0, errorMessage='', nodeId=0, host='', port=0, coordinators=[Coordinator(key='my-link', nodeId=1, host='localhost', port=9094, errorCode=0, errorMessage='')])
Found coordinator 1 for link my-link.
Node info: localhost:9094 (id: 1 rack: null isFenced: false)
Creating topic test using bootstrap server localhost:9094.
Created topic test.
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants