Re: [I] Minion task for hybrid table erroring about a retry attempt exhaustion [pinot]

2024-03-26 Thread via GitHub
estebanz01 commented on issue #12547: URL: https://github.com/apache/pinot/issues/12547#issuecomment-2021333062 OK, after lots of trial and error, this is what I did to have a working hybrid table with minion tasks and S3 deep storage: Controller helm config ```yaml cont

Re: [I] Minion task for hybrid table erroring about a retry attempt exhaustion [pinot]

2024-03-26 Thread via GitHub
estebanz01 closed issue #12547: Minion task for hybrid table erroring about a retry attempt exhaustion URL: https://github.com/apache/pinot/issues/12547 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

Re: [I] Minion task for hybrid table erroring about a retry attempt exhaustion [pinot]

2024-03-25 Thread via GitHub
Jackie-Jiang commented on issue #12547: URL: https://github.com/apache/pinot/issues/12547#issuecomment-2019081130 You may look up the usage of `CommonConstants.SET_INSTANCE_ID_TO_HOSTNAME_KEY` from the code. You can use `controller.host` key to specify the host name -- This is an autom

Re: [I] Minion task for hybrid table erroring about a retry attempt exhaustion [pinot]

2024-03-21 Thread via GitHub
estebanz01 commented on issue #12547: URL: https://github.com/apache/pinot/issues/12547#issuecomment-2013203601 btw, what does `pinot.set.instance.id.to.hostname=true` does and if I put it in false, how can I specify an alternative hostname? -- This is an automated message from the Apache

Re: [I] Minion task for hybrid table erroring about a retry attempt exhaustion [pinot]

2024-03-21 Thread via GitHub
estebanz01 commented on issue #12547: URL: https://github.com/apache/pinot/issues/12547#issuecomment-2013198202 OK, so while reading #12458 I noticed that my S3 bucket were empty and I found surprising that minions need S3 to work, so I went to look at the configuration for the controller a

Re: [I] Minion task for hybrid table erroring about a retry attempt exhaustion [pinot]

2024-03-06 Thread via GitHub
estebanz01 commented on issue #12547: URL: https://github.com/apache/pinot/issues/12547#issuecomment-1980904683 here's the full log of a fresh minion pod: minion pod log ```java SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/opt

Re: [I] Minion task for hybrid table erroring about a retry attempt exhaustion [pinot]

2024-03-06 Thread via GitHub
estebanz01 commented on issue #12547: URL: https://github.com/apache/pinot/issues/12547#issuecomment-1980859938 Sure thing. All warn information goes to the same output, right ? or it's there another specific location I can look into. -- This is an automated message from the Apache Git Se

Re: [I] Minion task for hybrid table erroring about a retry attempt exhaustion [pinot]

2024-03-05 Thread via GitHub
Jackie-Jiang commented on issue #12547: URL: https://github.com/apache/pinot/issues/12547#issuecomment-1980238251 Can you also check the WARN log from minion? @snleee @swaminathanmanish Please help take a look -- This is an automated message from the Apache Git Service. To respond t

Re: [I] Minion task for hybrid table erroring about a retry attempt exhaustion [pinot]

2024-03-04 Thread via GitHub
estebanz01 commented on issue #12547: URL: https://github.com/apache/pinot/issues/12547#issuecomment-1977408774 additional information from the pinot controller: java.lang.IllegalStateException: Failed to move segment file for segment ```java pinot-controller-2 contro

[I] Minion task for hybrid table erroring about a retry attempt exhaustion [pinot]

2024-03-04 Thread via GitHub
estebanz01 opened a new issue, #12547: URL: https://github.com/apache/pinot/issues/12547 Hola! 👋 I'm having some trouble with a pinot cluster deployed into kubernetes with minion enabled. I want to move data from real time table to offline table but it's failing with the following i