You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/07/13 08:29:05 UTC

[GitHub] [incubator-doris] hxianshun opened a new issue #4084: [Bug]When run command `alter table set "bloom_filter_columns"=""`, FE crash

hxianshun opened a new issue #4084:
URL: https://github.com/apache/incubator-doris/issues/4084


   **Describe the bug**
   I want to change bloom_filter_index to bitmap index, but I found that there is no way can do this.
   When I tried to cancel `bloom_filter_columns` config to run command like 'alter table XXX set ("bloom_filter_columns"="");', FE crash.
   fe.out:
   > Exception in thread "ConnectScheduler Check Timer" java.util.ConcurrentModificationException
   >         at java.util.HashMap$HashIterator.nextNode(HashMap.java:1445)
   >         at java.util.HashMap$ValueIterator.next(HashMap.java:1474)
   >         at org.apache.doris.qe.ConnectScheduler$TimeoutChecker.run(ConnectScheduler.java:71)
   >         at java.util.TimerThread.mainLoop(Timer.java:555)
   >         at java.util.TimerThread.run(Timer.java:505)
   
   **To Reproduce**
   1. Create a table with `bloom_filter_columns config`
   2. alter table XXX set ("bloom_filter_columns"="");
   3. FE will crash
   
   **Expected behavior**
   Forbid this operation or support this operation.
   
   **Additional context**
   Version 0.11.x or 0.12.x all appear.
   
   When create table with `bloom_filter_columns` config, users can not cancel or change `bloom_filter_columns` but only modify,
   Looking forward to support cancel or change `bloom_filter_columns` config.
   


----------------------------------------------------------------
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@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org