Presentation is loading. Please wait.

Presentation is loading. Please wait.

Stephen Burke – Heidelberg - 26/9/2003 Partner Logo Overview of applications view of the data management middleware Stephen Burke.

Similar presentations


Presentation on theme: "Stephen Burke – Heidelberg - 26/9/2003 Partner Logo Overview of applications view of the data management middleware Stephen Burke."— Presentation transcript:

1 Stephen Burke – Heidelberg - 26/9/2003 Partner Logo Overview of applications view of the data management middleware Stephen Burke

2 Stephen Burke – Heidelberg - 26/09/2003 - 2/20 Software areas discussed u BrokerInfo et al u Replica Manager u Storage Element Based on testing on the EDG dev TB and LCG C&T TB, plus preliminary testing on the EDG app TB

3 Stephen Burke – Heidelberg - 26/09/2003 - 3/20 Brokerinfo etc u Issues of file matching and use of BrokerInfo fall between WPs, not always obvious who is responsible n WP1: matching in JDL,.BrokerInfo file n WP2: general file management, edg-brokerinfo (???) n WP3 + GLUE: information schema n WP4: CESEBind info provider n WP5: TURLs and SE info provider n WP6: testbed configuration u This area is very important to users!

4 Stephen Burke – Heidelberg - 26/09/2003 - 4/20 File matching u Basic matching works OK u Problems with more than one close SE per CE u Matching algorithm has some quirks n With multiple files will match on 1 even if the others are not available u Automatic uploading of output files was broken n Supposed to be fixed but not deployed u Gang-matching (matching on SE attributes) apparently does not work u Optimisation (access cost ranking) not yet tested u Can only match/use files from one VO

5 Stephen Burke – Heidelberg - 26/09/2003 - 5/20 File access in jobs u Functionality of BrokerInfo getSelectedFile in TB 1 is missing n Should return a usable TURL given an LFN and protocol u Configuration of NFS mount point is less flexible than TB 1 n Schema does not properly describe mount points, interim solution relies on having a close CE for every SE with identical mount points u No file locking, job may have to call getBestFile again to recover a deleted file u Still no local disk space management on the WN u Slashgrid?

6 Stephen Burke – Heidelberg - 26/09/2003 - 6/20 Replica Manager - General u Extensively tested on EDG dev TB u Some testing on LCG n No ROS, no WP5 SE, MDS instead of R-GMA u 134 bugs in bugzilla, 33 still open u Biggest problem is speed: various reasons, but much too slow u LFN/GUID/SURL/SFN/StFN/TURL system is very complex! n Hidden inside POOL?

7 Stephen Burke – Heidelberg - 26/09/2003 - 7/20 RM - Outstanding bugs u RM does not make full use of Service/ServiceStatus tables u getBestFile does not deal properly with multiple close SEs u Some bugs are marked as fixed but not yet deployed

8 Stephen Burke – Heidelberg - 26/09/2003 - 8/20 RM - Command line u edg-rm is a general interface to all DM functions n Metadata and wildcard operations excepted n Interface is fairly intuitive u Some errors generate a java backtrace or misleading error messages, but problems are being fixed as they are found u Exception recovery is not perfect n e.g. failed write to catalogue may leave file on disk n Different operations deal with failures in different ways u No equivalent of GDMP (everything is done by the client) n No bulk file transfers, no subscriptions, no server-based actions

9 Stephen Burke – Heidelberg - 26/09/2003 - 9/20 RM - Catalogues u Currently have a single LRC and RMC for each VO n ROS is distributed u Distributed system desirable for fault tolerance, but may be complex to configure? u Nothing to keep catalogues and SEs consistent n Are the catalogue data backed up? u Still needs testing with large numbers of files u Not clear if experiments need metadata in RMC – or even LFNS? (POOL)

10 Stephen Burke – Heidelberg - 26/09/2003 - 10/20 RM - Security u Not clear what experiments want, or what they will get! n Namespace control on LFNs? n ACLs on files? n ACLs on SEs? u Will we get the secure web service? n Denial of service etc.

11 Stephen Burke – Heidelberg - 26/09/2003 - 11/20 WP8 view of replica management u Summary: n New replica manager works well in general n File registration is very slow (> 20 secs for 1 12-byte file!) u Issues: n Moving to the distributed RLI/LRC system is a big change, can we get it working in time? n BrokerInfo interaction / getSelectedFile functionality n VOMS integration – what do we want and can we get it? n Schema changes – lots of interested parties

12 Stephen Burke – Heidelberg - 26/09/2003 - 12/20 Summary of Priorities for WP2 Existing system: u Registration time u getSelectedFile u Exception handling u Metadata u Optimisation Vital Desirable Low priority New features: u Secure web service u Distributed RLI/LRC u VOMS integration

13 Stephen Burke – Heidelberg - 26/09/2003 - 13/20 SE - General u Tested on dev TB only, not installed by LCG n Basic functionality works n Castor and ADS interfaces seem to be (mostly) working u Configuration seems fragile, not much guidance for sysadmins (e.g. use of partitions) n Validation tests? u 220 bugs in bugzilla, 51 still open u Delete still does not work u Very limited user documentation n But largely hidden behind the RM

14 Stephen Burke – Heidelberg - 26/09/2003 - 14/20 SE - Command line u ele* commands removed due to ssh problems, but were more intuitive than edg-se-webservice u edg-se-webservice command is clumsy (especially in insecure mode), but users will normally only use edg- rm u Error reporting is poor, most errors give an XML dump, error messages are often meaningless

15 Stephen Burke – Heidelberg - 26/09/2003 - 15/20 SE - Architecture u Separation between permanent storage and cache area makes sense, but only if the cache gets cleaned, otherwise all files are stored twice u Create/write/commit and cache/getTURL/read cycles are reasonably intuitive u No space reservation yet u Storage under hashed names – what is the hash algorithm? Is the mapping from SFNs stored securely? u Should it be possible to overwrite an existing file? (General model is that files are read-only) u Each VO has a separate name space, no way to identify a file uniquely

16 Stephen Burke – Heidelberg - 26/09/2003 - 16/20 SE - Usage u create, getTURL, commit, cache, ls, mkdir, getMetaData all OK n Easy to forget to call getTURL! u Can also register an existing file u No way to get back the TURL for a file which has been created but not committed u Metadata is limited (creator CN, size, and create, modify and access timestamps) and is only available when the file is cached u getSECost returns 1 if the file is on disk and –1 if not

17 Stephen Burke – Heidelberg - 26/09/2003 - 17/20 SE - Security u Secure web service badly needed u No way to specify VO or user with insecure interface, hence everyone is John Gordon u ACLs?

18 Stephen Burke – Heidelberg - 26/09/2003 - 18/20 SE - Information providers u Schema is part of GLUE, supposed to be generic for all storage systems n SE providers come from WP5 u Free disk space reporting is problematic n Does it report the space in the permanent file area or the cache? n Still doesn’t deal properly with partitions (but may not be such a problem) n Can cope with different areas per VO u Technical problem in the way the DN for the SA (Storage Area) object is constructed n First test of GLUE change procedure?  Policy values are published (MaxFileSize,MinFileSize, MaxData,MaxNumFiles,MaxPinDuration) but they are not enforced, hence they are meaningless

19 Stephen Burke – Heidelberg - 26/09/2003 - 19/20 WP8 view of SE u Situation: n Functionality is mostly there n Lots of minor bugs and problems n Configuration seems delicate, SEs often fail to work for no obvious reason, diagnosing problems is hard n Error reporting is poor u Issues: n Space management n ACLs n GLUE schema

20 Stephen Burke – Heidelberg - 26/09/2003 - 20/20 Summary of Priorities for WP5 Existing system: u Stability/reliability u Delete u Secure web service u Interaction with WP2 u Error reporting u ele* command line New features: u Space management u VOMS integration (ACLs)


Download ppt "Stephen Burke – Heidelberg - 26/9/2003 Partner Logo Overview of applications view of the data management middleware Stephen Burke."

Similar presentations


Ads by Google