leewish

Results 18 issues of leewish

Env: CentOS Linux release 7.9 (Final) tag: v2021.11.15.00 build: ./build.sh example test: #include #include #include class Student { public: Student(std::string name, int id, std::string email) : m_name(name), m_id(id), m_email(email) {}...

### What changes were proposed in this pull request? Fix shuffle server memory leak when reach memory limit. ### Why are the changes needed? Enable netty. One the shuffle server...

### What changes were proposed in this pull request? 1. Display detailed info for application in dashboard ui 2. Persist the application info in coordinator. 3. Display application history information...

### What changes were proposed in this pull request? Fix netty memory leak when removeBuffer and cacheShuffleData happen concurrent ### Why are the changes needed? (Please clarify why the changes...

### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) ### Search before asking - [X] I have searched in the [issues](https://github.com/apache/incubator-uniffle/issues?q=is%3Aissue) and found no...

### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) ### Search before asking - [X] I have searched in the [issues](https://github.com/apache/incubator-uniffle/issues?q=is%3Aissue) and found no...

### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) ### Search before asking - [X] I have searched in the [issues](https://github.com/apache/incubator-uniffle/issues?q=is%3Aissue) and found no...

### What changes were proposed in this pull request? There are three private variables in AbstractStorage that use partitionKey as the key for the internal Map. PartitionKey uses the redundant...

### What changes were proposed in this pull request? Display the write information of application in dashboard ### Why are the changes needed? Fix: #2211 ### Does this PR introduce...