View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0005684 | 10000-004: Services | Spec | public | 2020-06-04 13:39 | 2020-07-07 17:28 |
| Reporter | David Levine | Assigned To | Jim Luth | ||
| Priority | high | Severity | major | Reproducibility | have not tried |
| Status | closed | Resolution | won't fix | ||
| Summary | 0005684: Need a service for reading multiple node attributes in a single request | ||||
| Description | Currently the read/write services access a single attribute per request. It currently supports multiple requests per message but when reading a large number of attributes from multiple nodes this gets very chatty and inefficient. Desired feature: in a single request a client can ask for multiple attribute values and the reply contains multiple values. Strawman proposal: Define new read service that takes an additional argument: a a 64 bit mask that specifies the attribute(s) to be returned in the reply. The bit position specifies the enumerated attribute ID, shifted left so that bit 0 corresponds to attribute ID=1, bit 1 ==> attribute ID =2 , etc. Use case 1: Use case 2: | ||||
| Tags | No tags attached. | ||||
| Commit Version | |||||
| Fix Due Date | |||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2020-06-04 13:39 | David Levine | New Issue | |
| 2020-07-07 17:28 | Jim Luth | Note Added: 0012563 | |
| 2020-07-07 17:28 | Jim Luth | Assigned To | => Jim Luth |
| 2020-07-07 17:28 | Jim Luth | Status | new => closed |
| 2020-07-07 17:28 | Jim Luth | Resolution | open => won't fix |
| 2020-07-07 17:28 | Jim Luth | Note Added: 0012564 |