Normal view

There are new articles available, click to refresh the page.
Before yesterdayMain stream

Error Encountered an issue when uploading and creating pre-authenticated URLs. process is holding on

We are using OCI Java SDK to integrate Object Storage with our services and facing issues of thread holding. Each call is holding one thread. For example, if we make a call to a pre-authenticated URL with five files, it holds five threads. This continuous increase in thread count results in the holding of system-native threads.

Problematic methods : • createPreauthenticatedRequest.getPreauthenticatedRequest(); • getObjectStorage().putObject(putObjectRequest);

Any suggestions where i may be going wrong

Tried the latest SDKs and Java versions but the problem exists

❌
❌