Hi all, i had setup an pinot cluster and minio s3 ...
# general
n
Hi all, i had setup an pinot cluster and minio s3 as a deep storage to store my data. but it is not uploading any segments to minio s3. please help if anyone worked on deepstorage with s3.
m
ok
n
HI mayank
👋 1
n
hi mayank i have tried the above but it is storing the tmp segments to minio
m
Is it real-time table?
n
yes
m
How often are segments committed? Are you sure you are checking after segment commit?
n
for every 3 seconds the file is creating in minio
m
That seems odd
Real-time segments should be flushed in few hours (unless you misconfigured). What’s the table config
n
segments flush time is 24h
and everything is default
when we setup minio as deepstorage i has to store segments which are not temporary right?
m
Deepstore only stores permanently committed segments. I am unsure what tmp you are seeing. May be you configured the tmp dir to also be on deepstore? That should be local
n
this we need to configure in server.conf or controller.conf
to setup an deepstore
m
Both
n
can u please share an small video or an example of the configuration of controler.conf and server.conf files
segments directory to store segments is only given in controller.conf right?
for minio
@Mathew Pallan
m