lichuang

Results 11 comments of lichuang

Yes,it is a bug.I will fix it later,thanks.

make sense:) split metrics report into enum will make the granularity more precise.

> Hi, can I claim this assignment? I‘m studying the code, doing some output may help me check my understanding. I will try my best to finish it this week....

Thankfully, we are also trying to introduce some distributed testing frameworks in openraft. Currently I am working on how [stateright.rs](https://www.stateright.rs/title-page.html), a distributed testing framework written in Rust, can be introduced...

> +1. We also don't use wall-clock time. In etcd raft implementation, the time event if trigger by user, as a `tick()` call in interface, and heart time and election...

> > +1. We also don't use wall-clock time. > > In etcd raft implementation, the time event if trigger by user, as a `tick()` call in interface, and heart...

> Can you give some explanation about why getting a `Table` has to be done via a `Database`? In order to support `share database` query tables. In API such as...

1. create and drop share. ``` create share test_share comment = 'comment'; DROP SHARE IF EXISTS test_share; ``` 2. grant and revoke object. ``` grant USAGE on DATABASE show_shares TO...