Jakob Homan created SAMZA-99:
--------------------------------
Summary: BootstrappingChooser: Malformed string format log entry
Key: SAMZA-99
URL: https://issues.apache.org/jira/browse/SAMZA-99
Project: Samza
Issue Type: Bug
Components: container
Reporter: Jakob Homan
Another missing format specifier:
{code:title=BootstrappingChooser.scala} override def
register(systemStreamPartition: SystemStreamPartition, lastReadOffset: String) {
debug("Registering stream partition with last read offset: %, %s" format
(systemStreamPartition, lastReadOffset)){code}
means we only prnt the systemStreamPartition, not the lastReadOffset.
--
This message was sent by Atlassian JIRA
(v6.1#6144)