-
Notifications
You must be signed in to change notification settings - Fork 182
Conversation
Please include the pebbleDB to db_manager_test so that we can continuously test while you push commits to this PR branch. |
I added PebbleDB unit test into Error response from daemon: pull access denied for wurstmeister/zookeeper, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
|
There's an issue related to zookeeper, and will be fixed soon (see #2147) |
I added metrics and all the logic from pebble.go in Geth Do I need to make the metrics key the same as in the leveldb_database.go code? - d.compWriteMeter = metrics.GetOrRegisterMeter(prefix+"compact/output", nil)
+ db.compWriteMeter = metrics.GetOrRegisterMeter(prefix+"compaction/write", nil)
|
NOTE: I need to refer to the RocksDB PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you intentionally remove all comments? If not, please bring comments together.
Ok, I will bring all the comments. |
They use same key format for levelDB and pebbleDB. So I think it's also better to use same key format on our side. How do you think @blukat29 ? |
@hyeonLewis @junha-ahn Sure, you can use the same metric keys for LevelDB and PebbleDB. |
Hello @junha-ahn, would you reopen the pull request to https://github.com/kaiachain/kaia repository? we're migrating to kaiachain repos. |
@blukat29 Ok, I will move PR to Kaia by the end of this week. thank you. |
Ok Here is the new PR: kaiachain/kaia#42 |
Proposed changes
Types of changes
Checklist
$ make test
)Related issues
...
Further comments