I'm seeing that pinot-admin.sh will error out but ...
# troubleshooting
a
I'm seeing that pinot-admin.sh will error out but not return a nonzero return code, e.g. when data ingestion job specs are malformed
m
Should be a simple fix? Care to file a PR?
a
Sure!
m
thankyou
m
Oh, this is an issue. Did you also want to file a PR for the fix?
a
I don't have a fix 😄
s
@Aaron Wishnick have you tried setting the system property
pinot.admin.system.exit
to
true
?
a
Oh I haven't, didn't know that was a thing
Like, in JAVA_OPTS?
s
I think it is via java opts. We look at it as
System.getProperty()
m
Oh yea I vaguely remember why we did this:
Copy code
"-Xms4G -Xmx4G -Dpinot.admin.system.exit=true"
a
Great, I'll try that. Thank you!
m
Update the issue?
s
@Aaron Wishnick did that work?
a
Trying now