You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2020/10/02 22:57:05 UTC

[GitHub] [incubator-pinot] icefury71 opened a new issue #6099: Make controller API consistent

icefury71 opened a new issue #6099:
URL: https://github.com/apache/incubator-pinot/issues/6099


   There are a few class of issues with the API today
   * Config Field name (eg: tablename inside table config sometimes has type - sometimes not)
   * get and put json payloads: json retrieved from get API doesn’t always work with PUT.
   
   


----------------------------------------------------------------
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 to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


[GitHub] [incubator-pinot] mcvsubbu commented on issue #6099: Make controller API consistent

Posted by GitBox <gi...@apache.org>.
mcvsubbu commented on issue #6099:
URL: https://github.com/apache/incubator-pinot/issues/6099#issuecomment-703002912


   A word of caution on this. For table deletion, we specifically added table type sometime back (not sure if it is still there), preventing the operator from deleting realtime table unless they know what they are doing. The reason is that it is very easy to recreate the offline table with data if it is accidentally deleted. We don't have a mechanism to upload realtime segments yet, and so the only option is to re-consume data (and the underlying stream may not have a long retention).


----------------------------------------------------------------
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 to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


[GitHub] [incubator-pinot] icefury71 commented on issue #6099: Make controller API consistent

Posted by GitBox <gi...@apache.org>.
icefury71 commented on issue #6099:
URL: https://github.com/apache/incubator-pinot/issues/6099#issuecomment-703006917


   Good point. Yes we should probably continue such safeguards but try to make
   other things as consistent as possible.
   
   On Fri, Oct 2, 2020 at 4:43 PM Subbu Subramaniam <no...@github.com>
   wrote:
   
   > A word of caution on this. For table deletion, we specifically added table
   > type sometime back (not sure if it is still there), preventing the operator
   > from deleting realtime table unless they know what they are doing. The
   > reason is that it is very easy to recreate the offline table with data if
   > it is accidentally deleted. We don't have a mechanism to upload realtime
   > segments yet, and so the only option is to re-consume data (and the
   > underlying stream may not have a long retention).
   >
   > —
   > You are receiving this because you authored the thread.
   > Reply to this email directly, view it on GitHub
   > <https://github.com/apache/incubator-pinot/issues/6099#issuecomment-703002912>,
   > or unsubscribe
   > <https://github.com/notifications/unsubscribe-auth/AAFRXV77JJDTM4DGNVOIALLSIZQTLANCNFSM4SCHMXAQ>
   > .
   >
   -- 
   Thanks and regards
   
   Chinmay Soman
   


----------------------------------------------------------------
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 to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org