You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### What changes are proposed in this pull request?
Fix logging message template in RocksStore
FixesAlluxio/Community#615
pr-link: #14621
change-id: cid-f1429eb8f00d3c3f1b67e556f40e08f1f98ebc70
### What changes are proposed in this pull request?
Fix logging message template in RocksStore
FixesAlluxio/Community#615
pr-link: Alluxio#14621
change-id: cid-f1429eb8f00d3c3f1b67e556f40e08f1f98ebc70
Xenorith
pushed a commit
to Alluxio/alluxio
that referenced
this issue
Feb 7, 2022
### What changes are proposed in this pull request?
Fix logging message template in RocksStore
FixesAlluxio/Community#615
pr-link: #14621
change-id: cid-f1429eb8f00d3c3f1b67e556f40e08f1f98ebc70
https://github.com/Alluxio/alluxio/blob/99942ae847738c8ac4a2bace2228e4c117b5314c/core/server/master/src/main/java/alluxio/master/metastore/rocks/RocksStore.java#L105
https://github.com/Alluxio/alluxio/blob/99942ae847738c8ac4a2bace2228e4c117b5314c/core/server/master/src/main/java/alluxio/master/metastore/rocks/RocksStore.java#L221
The logging message template should use
{}
as a placeholder instead of%s
.Change
to
The text was updated successfully, but these errors were encountered: