-
- Downloads
[TAP,UWS] Set the same ID for the job (asynchronous or not) and for the HTTP
request which has initiated the job creation. Actually the HTTP request is generated as before, and then, if a job is created, it is set to the ID of the HTTP request. This modification aims to greatly help the log analysis.
Showing
- src/tap/AbstractTAPFactory.java 12 additions, 3 deletionssrc/tap/AbstractTAPFactory.java
- src/tap/TAPJob.java 24 additions, 2 deletionssrc/tap/TAPJob.java
- src/tap/TAPSyncJob.java 44 additions, 9 deletionssrc/tap/TAPSyncJob.java
- src/tap/resource/Sync.java 9 additions, 3 deletionssrc/tap/resource/Sync.java
- src/tap/resource/TAP.java 4 additions, 3 deletionssrc/tap/resource/TAP.java
- src/uws/job/UWSJob.java 51 additions, 4 deletionssrc/uws/job/UWSJob.java
- src/uws/service/AbstractUWSFactory.java 9 additions, 3 deletionssrc/uws/service/AbstractUWSFactory.java
Loading
Please register or sign in to comment