Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Reviewed
Description
Fix some problems in FpgaResourceHandlerImpl:
- preStart() does not reconfigure card with the same IP - we see it as a problem. If you recompile the FPGA application, you must rename the aocx file because the card will not be reprogrammed. Suggestion: instead of storing Node<->IPID mapping, store Node<->IPID hash (like the SHA-256 of the localized file).
- Switch to slf4j from Apache Commons Logging
- Some unused imports
Attachments
Attachments
Issue Links
- depends upon
-
YARN-9266 General improvements in IntelFpgaOpenclPlugin
- Resolved