You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@derektriley reported an issue with the loading of the SPI.
Some times, It seems that in multithreaded environments we are receiving java.util.NoSuchElementException: A PairingFriendlyCurveProvider implementation for ALT_BN128 was not found
The stacktrace looks like:
○ ServicesMain::main
§ initNodeSecurity
□ CryptoStatic::generateKeysAndCerts(addressBook);
® Loops over AddressBook
® Submits to a thread pool
® KeysAndCerts.generate
◊ New code "BlsKeyPair blsKeyPair = CryptoStatic.generateBlsKeyPair();"
◊ Throws
It does point out to a race condition in the code.
The text was updated successfully, but these errors were encountered:
mxtartaglia-sl
changed the title
pairings-api solve PairingFriendlyCurveProvider issue in multi-threaded environmentpairings-api investigate PairingFriendlyCurveProvider issue in multi-threaded environment
Nov 20, 2024
@derektriley reported an issue with the loading of the SPI.
Some times, It seems that in multithreaded environments we are receiving
java.util.NoSuchElementException: A PairingFriendlyCurveProvider implementation for ALT_BN128 was not found
The stacktrace looks like:
It does point out to a race condition in the code.
The text was updated successfully, but these errors were encountered: