File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
modules/ROOT/partials/release-notes Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -292,3 +292,30 @@ helm install --wait zookeeper-operator stackable-stable/zookeeper-operator --ver
292292----
293293
294294==== Known issues
295+
296+ ===== Hive operator
297+
298+ In Hive 4.0.1 with Kerberos enabled, health checks cause excessive error logs:
299+
300+ [source]
301+ ----
302+ ERROR [Metastore-Handler-Pool: Thread-65] server.TThreadPoolServer: Thrift Error occurred during processing of message.
303+ ----
304+
305+ This is because the health check doesn't complete SASL authentication.
306+ The error is ignorable, though it can be hidden with the following configuration:
307+
308+ [source,yaml]
309+ ----
310+ spec:
311+ metastore:
312+ config:
313+ logging:
314+ containers:
315+ hive:
316+ loggers:
317+ org.apache.thrift.server.TThreadPoolServer:
318+ level: NONE
319+ ----
320+
321+ NOTE: This will suppress all logging from `TThreadPoolServer`, including log events that might be useful for diagnosing issues.
You can’t perform that action at this time.
0 commit comments