br1ghtyang / asterixdb

Automatically exported from code.google.com/p/asterixdb
0 stars 0 forks source link

Web ui returns no response when submitting DDL/DML operation #504

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Run this query:

create type Cust as open {
cid: int32,
name: string
}

create dataset Customers(Cust) primary key cid;
create index idx-nm on Customers(name);

Same thing occurs for DML statements.
I would call this a BetaBlocker since it is really confusing and creates a bad 
user experience.

What is the expected output? What do you see instead?
See a reponse with success or failure message

Please use labels and text to provide additional information.

Original issue reported on code.google.com by salsuba...@gmail.com on 5 Jun 2013 at 5:09

GoogleCodeExporter commented 8 years ago

Original comment by vinay...@gmail.com on 5 Jun 2013 at 5:11

GoogleCodeExporter commented 8 years ago
I don't see this on latest master. Marking this as invalid. Please feel free to 
reopen if you still see this issue on latest master. Also, if you are still 
seeing this issue, can you please include the last commit on the master you are 
building from (or the last commit of master that is merged into your branch)?

Original comment by madhusudancs on 5 Jun 2013 at 5:37