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
This is a deadlock in %SYS.NAMESPACE resulting from 6ed90b1 - the logic here is very flawed, we explicitly add mappings for everything because of course the item doesn't exist yet, we're loading it for the first time.
This needs to be fixed for 0.9 release and may impact HS adoption.
@isc-tleavitt thanks for flagging that. We would not run into it for hscore since we use -DNoMapping=1 but would for other components. Also, the code should probably use %SYS.Namespace:Get*Dest methods to check if the item would be loaded into the expected database instead of already checking existence.
Some packages will sporadically take a long time to install on the
v1
branch which has IPM 0.9.x.Steps to Reproduce
To reproduce this issue:
v1
branchdocker compose -d --build
docker exec -it ipm-iris-1 bash
iris session iris
zpm "install -v demo-pandas-analytics"
Ctrl
+p
followed byCtrl
+q
to detach from the container.docker compose down && docker compose up -d --build && docker exec -it ipm-iris-1 /bin/bash
to start a fresh containeriris session iris
to start an IRIS sessionzpm "install -v dsw 3.2.26"
zpm "install -v mdx2json 3.2.41"
zpm "install -v yaml-utils 0.1.4"
zpm "install -v zpm-registry 1.3.2"
zpm "install -v demo-pandas-analytics"
finishes within a reasonable period of time.The text was updated successfully, but these errors were encountered: