Currently, I more like lockless readdir+, which can much improve "ls -l" performance. I am wonder whether it can be an option for ORNL's project1 or not.
nasf (Inactive)
added a comment - Currently, I more like lockless readdir+, which can much improve "ls -l" performance. I am wonder whether it can be an option for ORNL's project1 or not.
This attachment is the original design with my review comments added.
I'm very happy with the level of detail. I'd like to explore the use
of readdir+ over the wire rather than readdir + / aggregate stat in
more detail.
Eric Barton (Inactive)
added a comment - This attachment is the original design with my review comments added.
I'm very happy with the level of detail. I'd like to explore the use
of readdir+ over the wire rather than readdir + / aggregate stat in
more detail.
Please can you attach a Microsoft Word version of the document so that I can turn on change tracking and edit it.
Eric Barton (Inactive)
added a comment - Please can you attach a Microsoft Word version of the document so that I can turn on change tracking and edit it.
Pardon my incompetence - but where is the actual design document?
Eric Barton (Inactive)
added a comment - Pardon my incompetence - but where is the actual design document?
People
Eric Barton (Inactive)
nasf (Inactive)
Votes:
0Vote for this issue
Watchers:
1Start watching this issue
Dates
Created:
Updated:
Resolved:
1 of 1
{"errorMessages":["jqlTooComplex"],"errors":{}}
[{"id":-1,"name":"My open issues","jql":"assignee = currentUser() AND resolution = Unresolved order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":true},{"id":-2,"name":"Reported by me","jql":"reporter = currentUser() order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":true},{"id":-4,"name":"All issues","jql":"order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-5,"name":"Open issues","jql":"resolution = Unresolved order by priority DESC,updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-9,"name":"Done issues","jql":"statusCategory = Done order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-3,"name":"Viewed recently","jql":"issuekey in issueHistory() order by lastViewed DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-6,"name":"Created recently","jql":"created >= -1w order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-7,"name":"Resolved recently","jql":"resolutiondate >= -1w order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-8,"name":"Updated recently","jql":"updated >= -1w order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false}]
Replaced by
LU-14393.