Details
Description
There was a bug in Kudu C++ client which might manifest itself upon change in a table partitioning, e.g. adding or removing a range partition and the continuing working with the same instance of Kudu client object (the latter is the recommended way of using the Kudu client in applications).
The issue might manifest itself in unexpected behavior in client applications using the Kudu C++ client library. Examples of such behavior are deadlocks, silent data corruption, and unexpected crashes with SIGBUS, SIGSEGV or even SIGABRT at some unrelated consistency check (the latter is very unlikely, though). By my knowledge, there have been no registered reports about manifestations of this bug.