tensorstore.Transaction.commit_sync(self) → None Synchronously commits the transaction. Equivalent to self.commit_async().result(). Returns:¶ None if the commit is successful, and raises an error otherwise. See also commit_async abort