facebook / rocksdb

A library that provides an embeddable, persistent key-value store for fast storage.
http://rocksdb.org
GNU General Public License v2.0
28.09k stars 6.25k forks source link

Fix the output of `ldb dump_wal` for PutEntity records #12677

Closed ltamasi closed 3 months ago

ltamasi commented 3 months ago

Summary: The patch contains two fixes related to printing PutEntity records with ldb dump_wal: 1) It adds the key to the printout (it was missing earlier). 2) It restores the formatting flags of the output stream after dumping the wide-column structure so that any hex flag that might have been set does not affect subsequent printing of e.g. sequence numbers.

Differential Revision: D57591295

facebook-github-bot commented 3 months ago

This pull request was exported from Phabricator. Differential Revision: D57591295

facebook-github-bot commented 3 months ago

This pull request was exported from Phabricator. Differential Revision: D57591295

facebook-github-bot commented 3 months ago

This pull request was exported from Phabricator. Differential Revision: D57591295

facebook-github-bot commented 3 months ago

This pull request was exported from Phabricator. Differential Revision: D57591295

facebook-github-bot commented 3 months ago

This pull request was exported from Phabricator. Differential Revision: D57591295

facebook-github-bot commented 3 months ago

This pull request was exported from Phabricator. Differential Revision: D57591295

facebook-github-bot commented 3 months ago

This pull request has been merged in facebook/rocksdb@ef1d4955ba703ebec80877a83b88a6dc47cdb398.