beerus
09/15/2021, 7:05 AMbeerus
09/15/2021, 7:06 AMbeerus
09/15/2021, 7:06 AMbeerus
09/15/2021, 5:14 PMbeerus
09/15/2021, 5:14 PMbeerus
09/15/2021, 5:15 PMbeerus
09/15/2021, 5:16 PMbeerus
09/15/2021, 5:17 PMKishore G
Mayank
ZK_SNAP_RETAIN_COUNT=3
and ZK_PURGE_INTERVAL=1
to zk statefulsetAmol Jain
09/21/2021, 6:00 AMAmol Jain
09/21/2021, 6:04 AMManju Priyadharshini
09/21/2021, 8:09 AMManju Priyadharshini
09/21/2021, 8:10 AMManju Priyadharshini
09/21/2021, 8:10 AMManju Priyadharshini
09/21/2021, 8:11 AMCristian Osiac
09/21/2021, 3:41 PMKishore G
Cristian Osiac
09/21/2021, 3:52 PMKishore G
Cristian Osiac
09/21/2021, 4:03 PMxtrntr
09/25/2021, 9:07 AM$ curl -X POST "http://.../cluster/configs" -H "accept: application/json" -H "Content-Type: application/json" -d "{\"controller.dimTable.maxSize\": \"500M\"}"
{"status":"Updated cluster config."}
$ curl -X GET "http://.../cluster/configs" -H "accept: application/json"
{... "controller.dimTable.maxSize":"500M", ...}
$ curl -i -X POST -H 'Content-Type: application/json' -d @dimension-table.json http://.../tables
{"_code":400,"_error":"Invalid table config for table demographics-2021-03_OFFLINE: java.lang.IllegalStateException: Invalid storage quota: 210763776, max allowed size: 209715200"}
Karin Wolok
RZ
09/28/2021, 6:08 PMGabriel Lucano
09/29/2021, 4:16 AMGabriel Lucano
09/29/2021, 4:16 AM2021-09-28 06:26:58,746 - WARN [NIOWorkerThread-3:NIOServerCnxn@371] - Unexpected exception
zookeeper_1 | EndOfStreamException: Unable to read additional data from client, it probably closed the socket: address = /172.31.5.244:36258, session = 0x1060148907c0003
zookeeper_1 | at org.apache.zookeeper.server.NIOServerCnxn.handleFailedRead(NIOServerCnxn.java:170)
zookeeper_1 | at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:333)
zookeeper_1 | at org.apache.zookeeper.server.NIOServerCnxnFactory$IOWorkRequest.doWork(NIOServerCnxnFactory.java:508)
zookeeper_1 | at org.apache.zookeeper.server.WorkerService$ScheduledWorkRequest.run(WorkerService.java:154)
zookeeper_1 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
zookeeper_1 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
zookeeper_1 | at java.base/java.lang.Thread.run(Thread.java:829)
zookeeper_1 | 2021-09-28 23:20:06,750 - WARN [NIOWorkerThread-2:NIOServerCnxn@371] - Unexpected exception
zookeeper_1 | EndOfStreamException: Unable to read additional data from client, it probably closed the socket: address = /172.31.12.84:51724, session = 0x1060148907c000c
zookeeper_1 | at org.apache.zookeeper.server.NIOServerCnxn.handleFailedRead(NIOServerCnxn.java:170)
zookeeper_1 | at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:333)
zookeeper_1 | at org.apache.zookeeper.server.NIOServerCnxnFactory$IOWorkRequest.doWork(NIOServerCnxnFactory.java:508)
zookeeper_1 | at org.apache.zookeeper.server.WorkerService$ScheduledWorkRequest.run(WorkerService.java:154)
zookeeper_1 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
zookeeper_1 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
zookeeper_1 | at java.base/java.lang.Thread.run(Thread.java:829)
Trust Okoroego
09/30/2021, 8:46 AMExecuting command: StartBroker -zkAddress pinot-zookeeper:2181 -configFileName /tmp/config/broker.conf
Caught exception while starting broker, exiting
java.lang.NullPointerException: null
at java.util.HashMap.putMapEntries(HashMap.java:496) ~[?:?]
at java.util.HashMap.putAll(HashMap.java:780) ~[?:?]
at org.apache.pinot.tools.admin.command.StartBrokerCommand.getBrokerConf(StartBrokerCommand.java:140) ~[pinot-all-0.8.0-jar-with-dependencies.jar:0.8.0-c4ceff06d21fc1c1b88469a8dbae742a4b609808]
at org.apache.pinot.tools.admin.command.StartBrokerCommand.execute(StartBrokerCommand.java:121) [pinot-all-0.8.0-jar-with-dependencies.jar:0.8.0-c4ceff06d21fc1c1b88469a8dbae742a4b609808]
at org.apache.pinot.tools.admin.PinotAdministrator.execute(PinotAdministrator.java:166) [pinot-all-0.8.0-jar-with-dependencies.jar:0.8.0-c4ceff06d21fc1c1b88469a8dbae742a4b609808]
at org.apache.pinot.tools.admin.PinotAdministrator.main(PinotAdministrator.java:186) [pinot-all-0.8.0-jar-with-dependencies.jar:0.8.0-c4ceff06d21fc1c1b88469a8dbae742a4b609808]
Gabriel Lucano
10/01/2021, 4:21 PMDanko Andruszkiw
10/04/2021, 3:10 PMSadim Nadeem
10/07/2021, 6:05 AM