Skip to content

Commit 40ffe18

Browse files
committed
Review Changes
1 parent 2667c6b commit 40ffe18

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

docs/spanner/usage.rst

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,11 @@ Configuration
8989

9090
Warnings about Multithreading and Multiprocessing
9191
-------------------------------------------------
92-
- Multiprocessing has been known to hang if ``client`` creation is before fork()
93-
in the ProcessingPool(). The issue is under investigation, but may be only
94-
happening on Macintosh and not Linux. See `GRPC/GRPC#12455 <https://github.com/grpc/grpc/issues/12455#issuecomment-348578950>`_ for more information.
95-
96-
- It is also possible that multithreading creates a segmentation fault.
97-
See `GRPC/GRPC#13327 <https://github.com/grpc/grpc/issues/13327#issuecomment-358415223>`_
98-
for more information.
92+
- When using multiprocessing, the application may hang if a
93+
:class:~google.cloud.spanner_v1.client.Client instance is created before
94+
:class:multiprocessing.Pool or :class:multiprocessing.Process invokes :func:os.fork.
95+
The issue is under investigation, but may be only happening on Macintosh and not Linux.
96+
See `GRPC/GRPC#12455 <https://github.com/grpc/grpc/issues/12455#issuecomment-348578950>`_ for more information.
9997

10098
Next Step
10199
---------

0 commit comments

Comments
 (0)