markus

Results 2 issues of markus

原描述: 从 JDK 1.8 开始,一个桶存储的链表长度大于等于 8 时会将链表转换为红黑树。 有误点: jdk 1.8 中,对于链表换红黑树的操作,不仅仅要判断桶中链表的长度大于等于 8 ,并且要判断桶数组的长度是否大于 MIN_TREEIFY_CAPACITY 这个参数(默认 64),否则只会进行 resize() 操作 源码截图: ![image](https://user-images.githubusercontent.com/37680485/119330642-05f75900-bcb9-11eb-9004-9280712e8c92.png)

**Description** When a closed index exists in my ES cluster, an error occurs when accessing the shard tab. **Steps To Reproduce** List the steps to reproduce your problem: 1.Open elasticvue...

unconfirmed