[jira] [Updated] (ZOOKEEPER-4813) Make zookeeper start successfully when the last log file is dirty during the restore progress

2024-03-06 Thread Yan Zhao (Jira)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-4813?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yan Zhao updated ZOOKEEPER-4813: Description: When the zookeeper restarts, it will restore the data from the last valid

[jira] [Created] (ZOOKEEPER-4813) Make zookeeper start successfully when the last log file is dirty during the restore progress

2024-03-06 Thread Yan Zhao (Jira)
Yan Zhao created ZOOKEEPER-4813: --- Summary: Make zookeeper start successfully when the last log file is dirty during the restore progress Key: ZOOKEEPER-4813 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4813

[jira] [Created] (ZOOKEEPER-4807) Add sid for the leader goodbyte log

2024-02-09 Thread Yan Zhao (Jira)
Yan Zhao created ZOOKEEPER-4807: --- Summary: Add sid for the leader goodbyte log Key: ZOOKEEPER-4807 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4807 Project: ZooKeeper Issue Type: Wish

[jira] [Created] (ZOOKEEPER-4801) Add memory size limitation policy for ZkDataBase#committedLog

2024-02-07 Thread Yan Zhao (Jira)
Yan Zhao created ZOOKEEPER-4801: --- Summary: Add memory size limitation policy for ZkDataBase#committedLog Key: ZOOKEEPER-4801 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4801 Project: ZooKeeper

[jira] [Created] (ZOOKEEPER-4794) Reduce the ZKDatabase#committedLog memory usage

2024-01-24 Thread Yan Zhao (Jira)
Yan Zhao created ZOOKEEPER-4794: --- Summary: Reduce the ZKDatabase#committedLog memory usage Key: ZOOKEEPER-4794 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4794 Project: ZooKeeper

[jira] [Created] (ZOOKEEPER-4793) The zookeeper server return the wrong response for ruok command.

2024-01-24 Thread Yan Zhao (Jira)
Yan Zhao created ZOOKEEPER-4793: --- Summary: The zookeeper server return the wrong response for ruok command. Key: ZOOKEEPER-4793 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4793 Project:

[jira] [Created] (ZOOKEEPER-4792) Tune the env log at the start of the process

2024-01-24 Thread Yan Zhao (Jira)
Yan Zhao created ZOOKEEPER-4792: --- Summary: Tune the env log at the start of the process Key: ZOOKEEPER-4792 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4792 Project: ZooKeeper Issue

[jira] [Created] (ZOOKEEPER-4764) Tune the log of refuse session request.

2023-10-26 Thread Yan Zhao (Jira)
Yan Zhao created ZOOKEEPER-4764: --- Summary: Tune the log of refuse session request. Key: ZOOKEEPER-4764 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4764 Project: ZooKeeper Issue Type:

[jira] [Updated] (ZOOKEEPER-4718) Removing unnecessary heap memory allocation in serialization can help reduce GC pressure.

2023-07-06 Thread Yan Zhao (Jira)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-4718?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yan Zhao updated ZOOKEEPER-4718: Description: For each request, we will serialize it to a byte array. In

[jira] [Created] (ZOOKEEPER-4718) Removing unnecessary heap memory allocation in serialization can help reduce GC pressure.

2023-07-06 Thread Yan Zhao (Jira)
Yan Zhao created ZOOKEEPER-4718: --- Summary: Removing unnecessary heap memory allocation in serialization can help reduce GC pressure. Key: ZOOKEEPER-4718 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4718

[jira] [Created] (ZOOKEEPER-4717) Cache serialize data in the request to avoid repeat serialize.

2023-07-05 Thread Yan Zhao (Jira)
Yan Zhao created ZOOKEEPER-4717: --- Summary: Cache serialize data in the request to avoid repeat serialize. Key: ZOOKEEPER-4717 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4717 Project:

[jira] [Commented] (ZOOKEEPER-4714) Improve syncRequestProcessor performance

2023-07-05 Thread Yan Zhao (Jira)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-4714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17740117#comment-17740117 ] Yan Zhao commented on ZOOKEEPER-4714: - No. It's just an improvement. > Improve

[jira] [Commented] (ZOOKEEPER-4715) Verify file size and position in testGetCurrentLogSize.

2023-07-05 Thread Yan Zhao (Jira)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-4715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17740116#comment-17740116 ] Yan Zhao commented on ZOOKEEPER-4715: - No. It's just an improvement. > Verify file size and

[jira] [Created] (ZOOKEEPER-4715) Verify file size and position in testGetCurrentLogSize.

2023-06-29 Thread Yan Zhao (Jira)
Yan Zhao created ZOOKEEPER-4715: --- Summary: Verify file size and position in testGetCurrentLogSize. Key: ZOOKEEPER-4715 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4715 Project: ZooKeeper

[jira] [Created] (ZOOKEEPER-4714) Improve syncRequestProcessor performance

2023-06-29 Thread Yan Zhao (Jira)
Yan Zhao created ZOOKEEPER-4714: --- Summary: Improve syncRequestProcessor performance Key: ZOOKEEPER-4714 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4714 Project: ZooKeeper Issue Type:

[jira] [Updated] (ZOOKEEPER-4710) Fix ZkUtil deleteInBatch() by releasing semaphore after set flag

2023-06-23 Thread Yan Zhao (Jira)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-4710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yan Zhao updated ZOOKEEPER-4710: Summary: Fix ZkUtil deleteInBatch() by releasing semaphore after set flag (was: Flaky test of

[jira] [Created] (ZOOKEEPER-4710) Flaky test of org.apache.zookeeper.ZooKeeperTest#testDeleteRecursiveFail

2023-06-21 Thread Yan Zhao (Jira)
Yan Zhao created ZOOKEEPER-4710: --- Summary: Flaky test of org.apache.zookeeper.ZooKeeperTest#testDeleteRecursiveFail Key: ZOOKEEPER-4710 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4710

[jira] [Updated] (ZOOKEEPER-4607) TxnLogToolkit decode multi tnx problem

2022-08-18 Thread Yan Zhao (Jira)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-4607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yan Zhao updated ZOOKEEPER-4607: Issue Type: Bug (was: Wish) Priority: Trivial (was: Minor) > TxnLogToolkit decode

[jira] [Created] (ZOOKEEPER-4607) TxnLogToolkit decode multi tnx problem

2022-08-18 Thread Yan Zhao (Jira)
Yan Zhao created ZOOKEEPER-4607: --- Summary: TxnLogToolkit decode multi tnx problem Key: ZOOKEEPER-4607 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4607 Project: ZooKeeper Issue Type: