Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
Public beta
-
None
Description
Using the AsyncKuduSession, we can track row errors simply by attaching a callback. The synchronous KuduSession doesn't allow that and doesn't track them either. We need something like the C++ client's CountPendingErrors() and GetPendingErrors().