retention Questions

7

Solved

With Kafka 0.8.1.1, how do I change the log retention time while it's running? The documentation says the property is log.retention.hours, but trying to change it using kafka-topics.sh returns this...
Perissodactyl asked 18/3, 2015 at 17:50

5

I want to see the retention period set for a particular topic. Is there any command? I tried with bin/kafka-topics.sh --zookeeper hostname:2181 --alter --config retention.ms=172800000 --topic <t...
Keesee asked 14/12, 2016 at 5:59

3

"12h" old logs are not deleting even after specifying "retention_period: 12h" due to this I'm facing storage issue because, log are not deleting. please help me with config loki...
Fieldsman asked 27/7, 2022 at 12:50

3

Solved

I was following the book "Kafka: The Definitive Guide" First Edition to understand when log segments are deleted by the broker. As per the text I understood, a segment will not become eli...
Distichous asked 30/12, 2020 at 12:48

5

Solved

I have made the changes in server.properties file in Kafka 0.8.1.1 i.e. added log.cleaner.enable=true and also enabled cleanup.policy=compact while creating the topic. Now when I am testing it, I p...
Bassesalpes asked 15/12, 2015 at 5:19

1

Solved

I am looking for a way to delete stored files in a blob container called reports that are older than 30 days or set any other retention policy that would make sense As far as I see Microsoft only ...
Boniface asked 24/1, 2020 at 12:40

3

Solved

I have several Windows VMs running on Azure that are configured to collect performance counters and event logs. All of this is configured in the "Diagnostic settings..." on the VM resource inside ...

4

Is it possible with any of the log4j appenders to write the logs with specific rotation time and retention limit. The goal would be: to have a log file for each day; create a new file at midnigh...
Catenane asked 12/10, 2019 at 21:33

1

Solved

What is the difference between the following two retention configurations? offsets.retention.minutes log.retention.minutes I don't get how it differs or relate to each other. From my understand...
Gaylord asked 28/2, 2018 at 10:58

2

I have a pandas dataframe that looks like this: +-----------+------------------+---------------+------------+ | AccountID | RegistrationWeek | Weekly_Visits | Visit_Week | +-----------+----------...
Extricate asked 26/2, 2015 at 14:58

1

Solved

I have a database created with default retention policy which is infinite. # SHOW RETENTION POLICIES ON "my_database" name duration shardGroupDuration replicaN default ---- -------- --------------...
Costrel asked 18/7, 2017 at 16:1

3

We are using some Graylog2 servers ( graylog-server version 1.3.4). Because we receive too much of log messages, it requires a lot of memory. I am trying to reduce the logs retention to 1 week, eve...
Roundsman asked 19/5, 2016 at 3:25

3

Solved

For the dataset test, my objective is to find out how many unique users carried over from one period to the next on a period-by-period basis. > test user_id period 1 1 1 2 5 1 3 1 1 4 3 1 5 4...
Vituline asked 19/5, 2017 at 20:46

2

Solved

The Java 8 type annotations (JSR 308) allow type checkers to perform static code analysis. For example, The Checker Framework can check for possible nullness via @NonNull annotations. Various pro...
Beachcomber asked 16/8, 2016 at 12:32

3

I'm well aware about the meaning of the RetentionPolicy and know what they do and when it seems to make sense to use them. For my own annotation, I exactly know if they're needed at runtime, in cla...
Anzio asked 6/5, 2016 at 4:39
1

© 2022 - 2024 — McMap. All rights reserved.