Skip to content

Commit b39d4d7

Browse files
authored
[Docs] Add ML-11468 to open issues (#9167) [1.10.x] (#9176)
### 📝 Description
1 parent e0ad527 commit b39d4d7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/change-log/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1445,6 +1445,7 @@ with a drill-down to view the steps and their details. [Tech Preview]
14451445
|ML-11463|The application graph in the model monitoring UI does not present the “dead zones” where no activity happened, and the time axis representation is not consistent.|NA|v1.10.0|
14461446
|ML-11654|MLRun serving graphs with HTTP trigger and no responder. When a serving function is configured with an HTTP trigger only and the graph does not include any `.respond()` step, the function does not return the actual result or error of the graph execution. Instead, it only returns a generic invocation ID (for example, {"id": "<uuid>"}), even if an exception occurred inside the graph.|Add a `.respond()` step.|v1.10.0|
14471447
|ML-11771|In rare circumstances, access to projects is temporarily unavailable.|Restart MLRun.|V1.9.2|
1448+
|ML-11468|A rare race-condition exists in the pagination mechanism, where concurrently issuing two paginated query requests for the same resource and with the exact same parameters (for example, asking to list functions for the same project with same filters and order type) at the exact same time may result in one of these requests receiving an MLRunConflictError response.|Reissue the same request. |v1.10.1|
14481449

14491450

14501451
## Limitations

docs/tutorials/01-mlrun-basics.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"<a id=\"install\"></a>\n",
4848
"## Install MLRun\n",
4949
"\n",
50-
"MLRun has a backend service that can run locally or over Kubernetes (preferred). See the instructions for installing it [over Kubernetes Cluster](https://docs.mlrun.org/en/stable/install/kubernetes.html). Alternatively, you can use Iguazio's [managed MLRun service](https://www.iguazio.com/docs/latest-release/).\n",
50+
"MLRun has a backend service that can run locally or over Kubernetes (preferred). See the instructions for installing it [over Kubernetes Cluster](https://docs.mlrun.org/en/latest/install-mlrun-ce/kubernetes-install.html). Alternatively, you can use Iguazio's [managed MLRun service](https://www.iguazio.com/docs/latest-release/).\n",
5151
"\n",
5252
"**Before you start, make sure the MLRun client package is installed and configured properly:**\n",
5353
"\n",
@@ -110,7 +110,7 @@
110110
"<a id=\"set-env\"></a>\n",
111111
"### Configure the client environment\n",
112112
"\n",
113-
"MLRun client connects to the local or remote MLRun service/cluster using a REST API. To configure the service address, credentials, and default settings, you use the `mlrun.set_environment()` method, or environment variables, (see details in [Set up your client environment](https://docs.mlrun.org/en/stable/install/remote.html).)\n",
113+
"MLRun client connects to the local or remote MLRun service/cluster using a REST API. To configure the service address, credentials, and default settings, you use the `mlrun.set_environment()` method, or environment variables, (see details in [Set up your client environment](https://docs.mlrun.org/en/latest/setup-guide.html).)\n",
114114
"\n",
115115
"You can skip this step when using MLRun Jupyter notebooks or Iguazio's managed notebooks."
116116
]

0 commit comments

Comments
 (0)