Bug 425523 - Splitting of repo assignment information stored in ZK to avoid concurrent ZK writes
Summary: Splitting of repo assignment information stored in ZK to avoid concurrent ZK ...
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: gyrex (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Konrad Schergaut CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-13 03:43 EST by Andreas Mihm CLA
Modified: 2018-03-19 11:59 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Mihm CLA 2014-01-13 03:43:31 EST
We encounter ZK write errors through concurrent write access on the ZK node holding the repository assignment information. The reason for the too frequent access to this nodes is that too much information is stored in one ZK node.  So it need to be splitted in seperate nodes

To solve this problem, we need to do:

1. summarize the current repo assignment data stored in ZK
2. propose a ZK tree/node structure to store splitt this data into seperate nodes
3. consider the option to remove unnecessary information from ZK, if possible
Comment 1 Gunnar Wagenknecht CLA 2014-01-14 14:31:51 EST
Konrad, please feel free to post any Gerrit reviews you'd like to have feedback on.