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
SQL Server Linux: JavaExtension -> Reduce minimum SPEES execution time down from 5 seconds. (#50)
* updated JavaExtensionUtils::CleanupJvm() to be platform specific. Where Linux code nulls g_jvm instead of calling destroyJVM() which causes execution delay on SPEES for sql server linux
* Update build scripts for proper tarball creation and update cleanupjvm method to be split per platform
* remove jvmdestroy for quicker spees execution since process exit will shutdown jvm.
* update javaextensionutils to have platform specific shutdownvm() func which doesn't call destroy jvm on linux to improve spees execution.
* updated code comments and removed extra new lines.
* add newline to prevent change marker.
* updated comments to reflect new methods.
* revert shell script changes so that we don't need to change pipelines
* revert changes
* work item number tracking.
* updated condition to just set g_jvm to null for linux . Updated comment to clarify this scenario is linux only.
0 commit comments