Skip to content

Commit a96a7ea

Browse files
committed
build error
1 parent 6edee5e commit a96a7ea

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

source/connection/connection-troubleshooting.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,11 @@ Connection Troubleshooting
158158

159159
.. _java-troubleshooting-connection-string-auth:
160160

161+
.. replacement:: connection-pools-learn-more
162+
163+
To learn more about how connection pooling works in the driver, see the
164+
:ref:`Connection Pools <java-connection-pools>` page.
165+
161166
.. _java-connection-certificate:
162167

163168
Security Certificate Errors

source/crud/transactions.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,9 @@ If you require more control over your transactions, you can use the ``startTrans
148148
method. You can use this method with the ``commitTransaction()`` and ``abortTransaction()``
149149
methods described in the preceding section to manually manage the transaction lifecycle.
150150

151-
.. sharedinclude:: dbx/transactions-parallelism.rst
151+
.. note:: Parallel Operations Not Supported
152+
153+
The {+driver-short+} does not support running parallel operations within a single transaction.
152154

153155
Additional Information
154156
----------------------

0 commit comments

Comments
 (0)