-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revise HashStore storeObject process #73
Comments
To Review with @taojing2002 : In this revised approach, I propose that we:
Details:
|
The comment above has been updated after discussing with @taojing2002. Note, we must clarify how the Public API will change regarding I will first implement these changes in Python before moving onto Java. |
This has been completed via Feature-73: Additional testing to be done during cross-language testing with |
Currently, when a Metacat client uploads a file, the form, metadata and stream to the object itself can come in any order. As a result, if the stream arrives first (before the form which contains the
pid
), we will be unable to call any storeObject and its overload methods.Investigate how we could potentially revise our process, discuss the solution(s) with Jing and double check with the backend team. Once a solution has been accepted, implement the changes here and in
HashStore-java
.The text was updated successfully, but these errors were encountered: