Yutong Xiao
Yutong Xiao
I checked the HBase community Java Client implementation. It just use a lock to ensure only one thread check meta info at one time and in our usage, only one...
Have rebased to master. Let's see the UT result this time.
Spread this config to all the LRU. Found that it is really hard to spread a common feature among all LRUs. There are plenty of redundant code in them. Maybe...
The failed UT is not related to the changes. Has rebased master branch and see the UT result this time.
> Why not just create a ShellCommandExecutor everytime? Checked the ShellCommandExecutor constructor and find no time costly step. Has changed to local variable creation.
> Please run spotless:apply to fix the style issue? > > Thanks. Sorry for the delay, but has already run the spotless to fix the style.
Have fixed all the whitespace problem. Could someone have a look of this?
Have added the release instructions in the README file. The release needs a PMC to register a pypi project with the same name first.
Any other comments on this?
> Do we have any test numbers in real production? Not yet. But in our prod env, this feature will be online soon.