When I attempt to create a real time table but get...
# troubleshooting
m
When I attempt to create a real time table but get the kafka connect string wrong Pinot is left in an inconsistent state. Attempting to create the table fails with message that the table already exists, but the table is not listed in UI or swagger as an existing table, and an attempt to delete it using swagger fails. I am not sure how to clean this up other than rebuilding the cluster, which is undesirable once we actually start to rely on it.
m
I believe this is already addressed. @Tim Santos ?
n
you may have hit this, which will be fixed in 0.11.0: https://github.com/apache/pinot/pull/8509
m
Yes, looks like that. Thanks.