Opened 9 years ago
Closed 8 years ago
#1299 closed enhancement (fixed)
Query data size should be present in the rasdaman log
Reported by: | Alex Dumitru | Owned by: | Dimitar Misev |
---|---|---|---|
Priority: | minor | Milestone: | 9.3 |
Component: | rasnet | Version: | development |
Keywords: | Cc: | Peter Baumann | |
Complexity: | Easy |
Description
Our ES partners would need some information in the log file describing the size of the result that is being returned. This seems to be a one-line fix (as we know the size of the char* that we are piping in the network protocol) that might help others in the future as well.
Change History (3)
comment:1 by , 8 years ago
Component: | rnprotocol → rasnet |
---|---|
Milestone: | 9.2 → 9.3 |
Owner: | set to |
Status: | new → assigned |
comment:2 by , 8 years ago
Cc: | added |
---|
comment:3 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
I made a patch so that the log now has a line like this (bold part is added):
.. ok, result type 'set <marray <char, [0:188]>>', 1 element(s), total size 189 bytes.