Slackbot
12/08/2020, 4:56 PMSlackbot
12/22/2020, 8:58 AMSlackbot
01/07/2021, 10:56 AMSlackbot
01/12/2021, 9:08 AMSlackbot
01/12/2021, 6:16 PMSlackbot
01/13/2021, 5:07 PMSlackbot
01/14/2021, 4:51 PMSlackbot
01/20/2021, 7:27 PMSlackbot
01/26/2021, 1:12 PMSlackbot
01/26/2021, 2:13 PMSlackbot
01/27/2021, 4:15 PMSlackbot
01/27/2021, 9:31 AMSlackbot
02/09/2021, 3:58 PMSangeetha Narayanan
02/16/2021, 9:52 AMSlackbot
02/16/2021, 9:54 AMFrank Kelly
02/17/2021, 2:07 PMbookie_journal_JOURNAL_QUEUE_SIZE
is negativeFrank Kelly
02/17/2021, 2:09 PMbookie_journal_JOURNAL_CB_QUEUE_SIZE
however is positive and the inverse numberSlackbot
02/17/2021, 11:08 PMTai Meng
02/23/2021, 2:12 AMschema_compatibility_strategy
is set to FORWARD_TRANSITIVE
, I was able to add fields as documented. When I tried to delete an optional field, I get a 409 on the client side. The optional field that I attempted to remove was:
{
"name": "action",
"type": [
"null",
{
"type": "string",
"avro.java.string": "String"
}
]
}
I thought the presence of "null" makes a field optional. Is the above field an optional field?Slackbot
02/25/2021, 10:44 PMLothar
03/01/2021, 12:15 PMalex kurtser
03/04/2021, 6:35 PMthinker0
03/05/2021, 11:50 AMSlackbot
03/08/2021, 10:34 AMSlackbot
03/16/2021, 11:40 AMSlackbot
03/16/2021, 8:58 AMFrank Kelly
03/17/2021, 1:09 PM# grep -i ompact bookkeeper.conf | grep -v "#"
compactionRate=1000
minorCompactionThreshold=0.95
minorCompactionInterval=1200
compactionMaxOutstandingRequests=100000
majorCompactionThreshold=1.0
majorCompactionInterval=7200
compactionRateByEntries=1000
compactionRateByBytes=1000000
but we only saw the Enter major compaction
log line twice in the last 3 days (see image below)
The GarbageCollectorThread does appear to be still running however
platform-pulsar-bookkeeper-0 platform-pulsar-bookkeeper 13:00:20.504 [GarbageCollectorThread-11-1] INFO org.apache.bookkeeper.bookie.EntryLogCompactor - Removing entry log 2198 after compaction
platform-pulsar-bookkeeper-0 platform-pulsar-bookkeeper 13:00:20.600 [GarbageCollectorThread-11-1] INFO org.apache.bookkeeper.bookie.GarbageCollectorThread - Removing entry log metadata for 2198
platform-pulsar-bookkeeper-0 platform-pulsar-bookkeeper 13:04:00.379 [GarbageCollectorThread-11-1] INFO org.apache.bookkeeper.bookie.EntryLogManagerBase - Creating a new entry log file : createNewLog = false, reachEntryLogLimit = true
platform-pulsar-bookkeeper-0 platform-pulsar-bookkeeper 13:04:00.379 [GarbageCollectorThread-11-1] INFO org.apache.bookkeeper.bookie.EntryLogManagerBase - Flushing entry logger 2636 back to filesystem, pending for syncing entry loggers : [BufferedChannel{logId=2636, logFile=data/bookkeeper/ledgers/current/a4c.log, ledgerIdAssigned=-1}].
platform-pulsar-bookkeeper-0 platform-pulsar-bookkeeper 13:06:34.287 [GarbageCollectorThread-11-1] INFO org.apache.bookkeeper.bookie.EntryLogCompactor - Removing entry log 2142 after compaction
platform-pulsar-bookkeeper-0 platform-pulsar-bookkeeper 13:06:34.320 [GarbageCollectorThread-11-1] INFO org.apache.bookkeeper.bookie.GarbageCollectorThread - Removing entry log metadata for 2142
Just wondering why if the thread is still running why it isn't doing a major (or minor) collection?Slackbot
03/16/2021, 11:11 PMSlackbot
03/18/2021, 6:05 AMSlackbot
03/23/2021, 1:24 AM